aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-04-03 11:12:22 +0200
committerChocobozzz <me@florianbigard.com>2019-04-03 11:12:22 +0200
commitdf93a9bed8f7427a3a2d71daedbdceb49680e808 (patch)
tree4bf388f5c392c5492bc37d193f5d3fcae1508396
parent5893593982a45d3be4b89642af67c4ee7f687704 (diff)
downloadPeerTube-df93a9bed8f7427a3a2d71daedbdceb49680e808.tar.gz
PeerTube-df93a9bed8f7427a3a2d71daedbdceb49680e808.tar.zst
PeerTube-df93a9bed8f7427a3a2d71daedbdceb49680e808.zip
Update translations
-rw-r--r--client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts4
-rw-r--r--client/src/locale/source/angular_en_US.xml1084
-rw-r--r--client/src/locale/source/iso639_en_US.xml192
-rw-r--r--client/src/locale/source/player_en_US.xml98
-rw-r--r--client/src/locale/source/server_en_US.xml46
-rw-r--r--client/src/locale/target/angular_ar_001.xml391
-rw-r--r--client/src/locale/target/angular_ca_ES.xml261
-rw-r--r--client/src/locale/target/angular_cs_CZ.xml447
-rw-r--r--client/src/locale/target/angular_de_DE.xml473
-rw-r--r--client/src/locale/target/angular_en_GB.xml667
-rw-r--r--client/src/locale/target/angular_eo.xml2355
-rw-r--r--client/src/locale/target/angular_es_ES.xml568
-rw-r--r--client/src/locale/target/angular_eu_ES.xml473
-rw-r--r--client/src/locale/target/angular_fa_IR.xml164
-rw-r--r--client/src/locale/target/angular_fi_FI.xml719
-rw-r--r--client/src/locale/target/angular_fr_FR.xml954
-rw-r--r--client/src/locale/target/angular_gl_ES.xml801
-rw-r--r--client/src/locale/target/angular_it_IT.xml934
-rw-r--r--client/src/locale/target/angular_ja_JP.xml671
-rw-r--r--client/src/locale/target/angular_jbo.xml205
-rw-r--r--client/src/locale/target/angular_nl_NL.xml1320
-rw-r--r--client/src/locale/target/angular_oc.xml935
-rw-r--r--client/src/locale/target/angular_pl_PL.xml524
-rw-r--r--client/src/locale/target/angular_pt_BR.xml681
-rw-r--r--client/src/locale/target/angular_pt_PT.xml544
-rw-r--r--client/src/locale/target/angular_ru_RU.xml298
-rw-r--r--client/src/locale/target/angular_sv_SE.xml940
-rw-r--r--client/src/locale/target/angular_ta.xml93
-rw-r--r--client/src/locale/target/angular_tr_TR.xml197
-rw-r--r--client/src/locale/target/angular_uk_UA.xml630
-rw-r--r--client/src/locale/target/angular_zh_Hans_CN.xml473
-rw-r--r--client/src/locale/target/angular_zh_Hant_TW.xml936
-rw-r--r--client/src/locale/target/iso639_gl_ES.xml4
-rw-r--r--client/src/locale/target/player_ar_001.xml20
-rw-r--r--client/src/locale/target/player_eo.json2
-rw-r--r--client/src/locale/target/player_fr_FR.json2
-rw-r--r--client/src/locale/target/player_gl_ES.xml16
-rw-r--r--client/src/locale/target/player_it_IT.json2
-rw-r--r--client/src/locale/target/player_nl_NL.xml46
-rw-r--r--client/src/locale/target/player_oc.json2
-rw-r--r--client/src/locale/target/player_pt_BR.json2
-rw-r--r--client/src/locale/target/player_sv_SE.json2
-rw-r--r--client/src/locale/target/player_uk_UA.xml64
-rw-r--r--client/src/locale/target/player_zh_Hant_TW.json2
-rw-r--r--client/src/locale/target/server_ar_001.xml22
-rw-r--r--client/src/locale/target/server_gl_ES.xml20
-rw-r--r--client/src/locale/target/server_nl_NL.xml28
-rw-r--r--client/src/locale/target/server_oc.json2
-rw-r--r--client/src/locale/target/server_sv_SE.json2
49 files changed, 11946 insertions, 7370 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts
index da2c5bcd3..3b01b6c9f 100644
--- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts
+++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts
@@ -35,8 +35,8 @@ export class MyAccountVideoChannelsComponent implements OnInit {
35 async deleteVideoChannel (videoChannel: VideoChannel) { 35 async deleteVideoChannel (videoChannel: VideoChannel) {
36 const res = await this.confirmService.confirmWithInput( 36 const res = await this.confirmService.confirmWithInput(
37 this.i18n( 37 this.i18n(
38 'Do you really want to delete {{channelDisplayName}}? It will delete all videos uploaded in this channel, ' + 38 // tslint:disable
39 'and you will not be able to create another channel with the same name ({{channelName}})!', 39 'Do you really want to delete {{channelDisplayName}}? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name ({{channelName}})!',
40 { channelDisplayName: videoChannel.displayName, channelName: videoChannel.name } 40 { channelDisplayName: videoChannel.displayName, channelName: videoChannel.name }
41 ), 41 ),
42 this.i18n( 42 this.i18n(
diff --git a/client/src/locale/source/angular_en_US.xml b/client/src/locale/source/angular_en_US.xml
index 9b9714dfe..64f7d9c11 100644
--- a/client/src/locale/source/angular_en_US.xml
+++ b/client/src/locale/source/angular_en_US.xml
@@ -64,49 +64,49 @@
64 <source>««</source> 64 <source>««</source>
65 <context-group purpose="location"> 65 <context-group purpose="location">
66 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 66 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
67 <context context-type="linenumber">7</context> 67 <context context-type="linenumber">2</context>
68 </context-group> 68 </context-group>
69 </trans-unit><trans-unit id="ngb.pagination.first-aria" datatype="html"> 69 </trans-unit><trans-unit id="ngb.pagination.previous" datatype="html">
70 <source>First</source> 70 <source>«</source>
71 <context-group purpose="location"> 71 <context-group purpose="location">
72 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 72 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
73 <context context-type="linenumber">5</context> 73 <context context-type="linenumber">3</context>
74 </context-group> 74 </context-group>
75 </trans-unit><trans-unit id="ngb.pagination.previous" datatype="html"> 75 </trans-unit><trans-unit id="ngb.pagination.next" datatype="html">
76 <source></source> 76 <source></source>
77 <context-group purpose="location"> 77 <context-group purpose="location">
78 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 78 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
79 <context context-type="linenumber">15</context> 79 <context context-type="linenumber">4</context>
80 </context-group> 80 </context-group>
81 </trans-unit><trans-unit id="ngb.pagination.previous-aria" datatype="html"> 81 </trans-unit><trans-unit id="ngb.pagination.last" datatype="html">
82 <source>Previous</source> 82 <source>»»</source>
83 <context-group purpose="location"> 83 <context-group purpose="location">
84 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 84 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
85 <context context-type="linenumber">13</context> 85 <context context-type="linenumber">5</context>
86 </context-group> 86 </context-group>
87 </trans-unit><trans-unit id="ngb.pagination.next" datatype="html"> 87 </trans-unit><trans-unit id="ngb.pagination.first-aria" datatype="html">
88 <source>»</source> 88 <source>First</source>
89 <context-group purpose="location"> 89 <context-group purpose="location">
90 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 90 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
91 <context context-type="linenumber">29</context> 91 <context context-type="linenumber">14</context>
92 </context-group> 92 </context-group>
93 </trans-unit><trans-unit id="ngb.pagination.next-aria" datatype="html"> 93 </trans-unit><trans-unit id="ngb.pagination.previous-aria" datatype="html">
94 <source>Next</source> 94 <source>Previous</source>
95 <context-group purpose="location"> 95 <context-group purpose="location">
96 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 96 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
97 <context context-type="linenumber">27</context> 97 <context context-type="linenumber">23</context>
98 </context-group> 98 </context-group>
99 </trans-unit><trans-unit id="ngb.pagination.last" datatype="html"> 99 </trans-unit><trans-unit id="ngb.pagination.next-aria" datatype="html">
100 <source>»»</source> 100 <source>Next</source>
101 <context-group purpose="location"> 101 <context-group purpose="location">
102 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 102 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
103 <context context-type="linenumber">36</context> 103 <context context-type="linenumber">41</context>
104 </context-group> 104 </context-group>
105 </trans-unit><trans-unit id="ngb.pagination.last-aria" datatype="html"> 105 </trans-unit><trans-unit id="ngb.pagination.last-aria" datatype="html">
106 <source>Last</source> 106 <source>Last</source>
107 <context-group purpose="location"> 107 <context-group purpose="location">
108 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 108 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
109 <context context-type="linenumber">34</context> 109 <context context-type="linenumber">49</context>
110 </context-group> 110 </context-group>
111 </trans-unit><trans-unit id="ngb.progressbar.value" datatype="html"> 111 </trans-unit><trans-unit id="ngb.progressbar.value" datatype="html">
112 <source>&lt;x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/&gt;%</source> 112 <source>&lt;x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/&gt;%</source>
@@ -136,67 +136,67 @@
136 <source>Decrement hours</source> 136 <source>Decrement hours</source>
137 <context-group purpose="location"> 137 <context-group purpose="location">
138 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 138 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
139 <context context-type="linenumber">19</context> 139 <context context-type="linenumber">20</context>
140 </context-group> 140 </context-group>
141 </trans-unit><trans-unit id="ngb.timepicker.increment-minutes" datatype="html"> 141 </trans-unit><trans-unit id="ngb.timepicker.increment-minutes" datatype="html">
142 <source>Increment minutes</source> 142 <source>Increment minutes</source>
143 <context-group purpose="location"> 143 <context-group purpose="location">
144 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 144 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
145 <context context-type="linenumber">28</context> 145 <context context-type="linenumber">29</context>
146 </context-group> 146 </context-group>
147 </trans-unit><trans-unit id="ngb.timepicker.MM" datatype="html"> 147 </trans-unit><trans-unit id="ngb.timepicker.MM" datatype="html">
148 <source>MM</source> 148 <source>MM</source>
149 <context-group purpose="location"> 149 <context-group purpose="location">
150 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 150 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
151 <context context-type="linenumber">31</context> 151 <context context-type="linenumber">32</context>
152 </context-group> 152 </context-group>
153 </trans-unit><trans-unit id="ngb.timepicker.minutes" datatype="html"> 153 </trans-unit><trans-unit id="ngb.timepicker.minutes" datatype="html">
154 <source>Minutes</source> 154 <source>Minutes</source>
155 <context-group purpose="location"> 155 <context-group purpose="location">
156 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 156 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
157 <context context-type="linenumber">33</context> 157 <context context-type="linenumber">34</context>
158 </context-group> 158 </context-group>
159 </trans-unit><trans-unit id="ngb.timepicker.decrement-minutes" datatype="html"> 159 </trans-unit><trans-unit id="ngb.timepicker.decrement-minutes" datatype="html">
160 <source>Decrement minutes</source> 160 <source>Decrement minutes</source>
161 <context-group purpose="location"> 161 <context-group purpose="location">
162 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 162 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
163 <context context-type="linenumber">38</context> 163 <context context-type="linenumber">40</context>
164 </context-group> 164 </context-group>
165 </trans-unit><trans-unit id="ngb.timepicker.increment-seconds" datatype="html"> 165 </trans-unit><trans-unit id="ngb.timepicker.increment-seconds" datatype="html">
166 <source>Increment seconds</source> 166 <source>Increment seconds</source>
167 <context-group purpose="location"> 167 <context-group purpose="location">
168 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 168 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
169 <context context-type="linenumber">47</context> 169 <context context-type="linenumber">49</context>
170 </context-group> 170 </context-group>
171 </trans-unit><trans-unit id="ngb.timepicker.SS" datatype="html"> 171 </trans-unit><trans-unit id="ngb.timepicker.SS" datatype="html">
172 <source>SS</source> 172 <source>SS</source>
173 <context-group purpose="location"> 173 <context-group purpose="location">
174 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 174 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
175 <context context-type="linenumber">50</context> 175 <context context-type="linenumber">52</context>
176 </context-group> 176 </context-group>
177 </trans-unit><trans-unit id="ngb.timepicker.seconds" datatype="html"> 177 </trans-unit><trans-unit id="ngb.timepicker.seconds" datatype="html">
178 <source>Seconds</source> 178 <source>Seconds</source>
179 <context-group purpose="location"> 179 <context-group purpose="location">
180 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 180 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
181 <context context-type="linenumber">52</context> 181 <context context-type="linenumber">54</context>
182 </context-group> 182 </context-group>
183 </trans-unit><trans-unit id="ngb.timepicker.decrement-seconds" datatype="html"> 183 </trans-unit><trans-unit id="ngb.timepicker.decrement-seconds" datatype="html">
184 <source>Decrement seconds</source> 184 <source>Decrement seconds</source>
185 <context-group purpose="location"> 185 <context-group purpose="location">
186 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 186 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
187 <context context-type="linenumber">57</context> 187 <context context-type="linenumber">60</context>
188 </context-group> 188 </context-group>
189 </trans-unit><trans-unit id="ngb.timepicker.PM" datatype="html"> 189 </trans-unit><trans-unit id="ngb.timepicker.PM" datatype="html">
190 <source>PM</source> 190 <source>PM</source>
191 <context-group purpose="location"> 191 <context-group purpose="location">
192 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 192 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
193 <context context-type="linenumber">65</context> 193 <context context-type="linenumber">68</context>
194 </context-group> 194 </context-group>
195 </trans-unit><trans-unit id="ngb.timepicker.AM" datatype="html"> 195 </trans-unit><trans-unit id="ngb.timepicker.AM" datatype="html">
196 <source>AM</source> 196 <source>AM</source>
197 <context-group purpose="location"> 197 <context-group purpose="location">
198 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 198 <context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
199 <context context-type="linenumber">66</context> 199 <context context-type="linenumber">69</context>
200 </context-group> 200 </context-group>
201 </trans-unit><trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46" datatype="html"> 201 </trans-unit><trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46" datatype="html">
202 <source>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/&gt;, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/&gt;)</source> 202 <source>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/&gt;, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/&gt;)</source>
@@ -258,6 +258,18 @@
258 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 258 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
259 <context context-type="linenumber">31</context> 259 <context context-type="linenumber">31</context>
260 </context-group> 260 </context-group>
261 </trans-unit><trans-unit id="3442afd9696d6abcd9210b2cb3cdfb969667ca01" datatype="html">
262 <source>
263 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
264
265 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/&gt;
266 The recently added video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/&gt;&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt; has been &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/&gt;auto-blacklisted&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/&gt;
267 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/&gt;
268 </source>
269 <context-group purpose="location">
270 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">39</context>
272 </context-group>
261 </trans-unit><trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715" datatype="html"> 273 </trans-unit><trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715" datatype="html">
262 <source> 274 <source>
263 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/&gt; 275 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/&gt;
@@ -268,7 +280,7 @@
268 </source> 280 </source>
269 <context-group purpose="location"> 281 <context-group purpose="location">
270 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 282 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">39</context> 283 <context context-type="linenumber">47</context>
272 </context-group> 284 </context-group>
273 </trans-unit><trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b" datatype="html"> 285 </trans-unit><trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b" datatype="html">
274 <source> 286 <source>
@@ -280,7 +292,7 @@
280 </source> 292 </source>
281 <context-group purpose="location"> 293 <context-group purpose="location">
282 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 294 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
283 <context context-type="linenumber">47</context> 295 <context context-type="linenumber">55</context>
284 </context-group> 296 </context-group>
285 </trans-unit><trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085" datatype="html"> 297 </trans-unit><trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085" datatype="html">
286 <source> 298 <source>
@@ -292,7 +304,7 @@
292 </source> 304 </source>
293 <context-group purpose="location"> 305 <context-group purpose="location">
294 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
295 <context context-type="linenumber">55</context> 307 <context context-type="linenumber">63</context>
296 </context-group> 308 </context-group>
297 </trans-unit><trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082" datatype="html"> 309 </trans-unit><trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082" datatype="html">
298 <source> 310 <source>
@@ -304,7 +316,7 @@
304 </source> 316 </source>
305 <context-group purpose="location"> 317 <context-group purpose="location">
306 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 318 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">63</context> 319 <context context-type="linenumber">71</context>
308 </context-group> 320 </context-group>
309 </trans-unit><trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d" datatype="html"> 321 </trans-unit><trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d" datatype="html">
310 <source> 322 <source>
@@ -316,7 +328,7 @@
316 </source> 328 </source>
317 <context-group purpose="location"> 329 <context-group purpose="location">
318 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 330 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
319 <context context-type="linenumber">71</context> 331 <context context-type="linenumber">79</context>
320 </context-group> 332 </context-group>
321 </trans-unit><trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2" datatype="html"> 333 </trans-unit><trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2" datatype="html">
322 <source> 334 <source>
@@ -331,7 +343,7 @@
331 </source> 343 </source>
332 <context-group purpose="location"> 344 <context-group purpose="location">
333 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 345 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
334 <context context-type="linenumber">79</context> 346 <context context-type="linenumber">87</context>
335 </context-group> 347 </context-group>
336 </trans-unit><trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1" datatype="html"> 348 </trans-unit><trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1" datatype="html">
337 <source> 349 <source>
@@ -343,7 +355,7 @@
343 </source> 355 </source>
344 <context-group purpose="location"> 356 <context-group purpose="location">
345 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context> 357 <context context-type="sourcefile">app/shared/users/user-notifications.component.html</context>
346 <context context-type="linenumber">90</context> 358 <context context-type="linenumber">98</context>
347 </context-group> 359 </context-group>
348 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 360 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
349 <source>Unlisted</source> 361 <source>Unlisted</source>
@@ -351,18 +363,140 @@
351 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context> 363 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context>
352 <context context-type="linenumber">10</context> 364 <context context-type="linenumber">10</context>
353 </context-group> 365 </context-group>
366 <context-group purpose="location">
367 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
368 <context context-type="linenumber">17</context>
369 </context-group>
354 </trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html"> 370 </trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
355 <source>Private</source> 371 <source>Private</source>
356 <context-group purpose="location"> 372 <context-group purpose="location">
357 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context> 373 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context>
358 <context context-type="linenumber">11</context> 374 <context context-type="linenumber">11</context>
359 </context-group> 375 </context-group>
376 <context-group purpose="location">
377 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
378 <context context-type="linenumber">18</context>
379 </context-group>
360 </trans-unit><trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8" datatype="html"> 380 </trans-unit><trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8" datatype="html">
361 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source> 381 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source>
362 <context-group purpose="location"> 382 <context-group purpose="location">
363 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context> 383 <context context-type="sourcefile">app/shared/video/video-miniature.component.html</context>
364 <context context-type="linenumber">16</context> 384 <context context-type="linenumber">16</context>
365 </context-group> 385 </context-group>
386 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
387 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {&lt;x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/&gt; videos} }</source>
388 <context-group purpose="location">
389 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-miniature.component.html</context>
390 <context context-type="linenumber">9</context>
391 </context-group>
392 </trans-unit><trans-unit id="48e17205f8f7cd86078a1a6c7c5279b24b15f16e" datatype="html">
393 <source>
394 &lt;x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/&gt;
395 </source>
396 <context-group purpose="location">
397 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-miniature.component.html</context>
398 <context context-type="linenumber">25</context>
399 </context-group>
400 </trans-unit><trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4" datatype="html">
401 <source>Updated &lt;x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/&gt;</source>
402 <context-group purpose="location">
403 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-miniature.component.html</context>
404 <context context-type="linenumber">29</context>
405 </context-group>
406 </trans-unit><trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566" datatype="html">
407 <source>Save to</source>
408 <context-group purpose="location">
409 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
410 <context context-type="linenumber">3</context>
411 </context-group>
412 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
413 <source>Options</source>
414 <context-group purpose="location">
415 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
416 <context context-type="linenumber">8</context>
417 </context-group>
418 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
419 <source>Start at</source>
420 <context-group purpose="location">
421 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
422 <context context-type="linenumber">16</context>
423 </context-group>
424 <context-group purpose="location">
425 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
426 <context context-type="linenumber">40</context>
427 </context-group>
428 <context-group purpose="location">
429 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
430 <context context-type="linenumber">12</context>
431 </context-group>
432 </trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
433 <source>Stop at</source>
434 <context-group purpose="location">
435 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
436 <context context-type="linenumber">30</context>
437 </context-group>
438 <context-group purpose="location">
439 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
440 <context context-type="linenumber">54</context>
441 </context-group>
442 </trans-unit><trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9" datatype="html">
443 <source>Display name</source>
444 <context-group purpose="location">
445 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
446 <context context-type="linenumber">63</context>
447 </context-group>
448 <context-group purpose="location">
449 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
450 <context context-type="linenumber">28</context>
451 </context-group>
452 <context-group purpose="location">
453 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
454 <context context-type="linenumber">28</context>
455 </context-group>
456 <context-group purpose="location">
457 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
458 <context context-type="linenumber">9</context>
459 </context-group>
460 <context-group purpose="location">
461 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
462 <context context-type="linenumber">9</context>
463 </context-group>
464 <context-group purpose="location">
465 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
466 <context context-type="linenumber">6</context>
467 </context-group>
468 </trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html">
469 <source>Create</source>
470 <context-group purpose="location">
471 <context context-type="sourcefile">app/shared/video-playlist/video-add-to-playlist.component.html</context>
472 <context context-type="linenumber">73</context>
473 </context-group>
474 </trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
475 <source>Edit starts/stops at</source>
476 <context-group purpose="location">
477 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
478 <context context-type="linenumber">33</context>
479 </context-group>
480 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
481 <source>Save</source>
482 <context-group purpose="location">
483 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
484 <context context-type="linenumber">65</context>
485 </context-group>
486 <context-group purpose="location">
487 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
488 <context context-type="linenumber">32</context>
489 </context-group>
490 <context-group purpose="location">
491 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
492 <context context-type="linenumber">115</context>
493 </context-group>
494 </trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
495 <source>Delete from &lt;x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/&gt;</source>
496 <context-group purpose="location">
497 <context context-type="sourcefile">app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
498 <context context-type="linenumber">69</context>
499 </context-group>
366 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> 500 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
367 <source>Delete</source> 501 <source>Delete</source>
368 <context-group purpose="location"> 502 <context-group purpose="location">
@@ -371,7 +505,7 @@
371 </context-group> 505 </context-group>
372 <context-group purpose="location"> 506 <context-group purpose="location">
373 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context> 507 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
374 <context context-type="linenumber">36</context> 508 <context context-type="linenumber">30</context>
375 </context-group> 509 </context-group>
376 <context-group purpose="location"> 510 <context-group purpose="location">
377 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 511 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
@@ -379,7 +513,7 @@
379 </context-group> 513 </context-group>
380 <context-group purpose="location"> 514 <context-group purpose="location">
381 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 515 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
382 <context context-type="linenumber">105</context> 516 <context context-type="linenumber">150</context>
383 </context-group> 517 </context-group>
384 <context-group purpose="location"> 518 <context-group purpose="location">
385 <context context-type="sourcefile">app/videos/+video-watch/comment/video-comment.component.html</context> 519 <context context-type="sourcefile">app/videos/+video-watch/comment/video-comment.component.html</context>
@@ -491,11 +625,17 @@
491 <context context-type="sourcefile">app/shared/user-subscription/remote-subscribe.component.html</context> 625 <context context-type="sourcefile">app/shared/user-subscription/remote-subscribe.component.html</context>
492 <context context-type="linenumber">22</context> 626 <context context-type="linenumber">22</context>
493 </context-group> 627 </context-group>
628 </trans-unit><trans-unit id="2350869d835dfca2643c32e0ef1f5e35dc64f64b" datatype="html">
629 <source>Default NSFW/sensitive videos policy (can be redefined by the users)</source>
630 <context-group purpose="location">
631 <context context-type="sourcefile">app/shared/instance/instance-features-table.component.html</context>
632 <context context-type="linenumber">5</context>
633 </context-group>
494 </trans-unit><trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b" datatype="html"> 634 </trans-unit><trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b" datatype="html">
495 <source>Video quota</source> 635 <source>Video quota</source>
496 <context-group purpose="location"> 636 <context-group purpose="location">
497 <context context-type="sourcefile">app/shared/instance/instance-features-table.component.html</context> 637 <context context-type="sourcefile">app/shared/instance/instance-features-table.component.html</context>
498 <context context-type="linenumber">5</context> 638 <context context-type="linenumber">19</context>
499 </context-group> 639 </context-group>
500 <context-group purpose="location"> 640 <context-group purpose="location">
501 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context> 641 <context context-type="sourcefile">app/+admin/users/user-edit/user-edit.component.html</context>
@@ -515,7 +655,7 @@
515 </source> 655 </source>
516 <context-group purpose="location"> 656 <context-group purpose="location">
517 <context context-type="sourcefile">app/shared/instance/instance-features-table.component.html</context> 657 <context context-type="sourcefile">app/shared/instance/instance-features-table.component.html</context>
518 <context context-type="linenumber">14</context> 658 <context context-type="linenumber">28</context>
519 </context-group> 659 </context-group>
520 </trans-unit><trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0" datatype="html"> 660 </trans-unit><trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0" datatype="html">
521 <source>Ban</source> 661 <source>Ban</source>
@@ -683,7 +823,7 @@
683 </context-group> 823 </context-group>
684 <context-group purpose="location"> 824 <context-group purpose="location">
685 <context context-type="sourcefile">app/menu/menu.component.html</context> 825 <context context-type="sourcefile">app/menu/menu.component.html</context>
686 <context context-type="linenumber">36</context> 826 <context context-type="linenumber">32</context>
687 </context-group> 827 </context-group>
688 </trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 828 </trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
689 <source>Forgot your password</source> 829 <source>Forgot your password</source>
@@ -816,12 +956,8 @@
816 <context context-type="linenumber">63</context> 956 <context context-type="linenumber">63</context>
817 </context-group> 957 </context-group>
818 <context-group purpose="location"> 958 <context-group purpose="location">
819 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
820 <context context-type="linenumber">26</context>
821 </context-group>
822 <context-group purpose="location">
823 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 959 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
824 <context context-type="linenumber">78</context> 960 <context context-type="linenumber">87</context>
825 </context-group> 961 </context-group>
826 </trans-unit><trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1" datatype="html"> 962 </trans-unit><trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1" datatype="html">
827 <source>Features found on this instance</source> 963 <source>Features found on this instance</source>
@@ -880,7 +1016,7 @@
880 </context-group> 1016 </context-group>
881 <context-group purpose="location"> 1017 <context-group purpose="location">
882 <context context-type="sourcefile">app/menu/menu.component.html</context> 1018 <context context-type="sourcefile">app/menu/menu.component.html</context>
883 <context context-type="linenumber">86</context> 1019 <context context-type="linenumber">102</context>
884 </context-group> 1020 </context-group>
885 </trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1021 </trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
886 <source> 1022 <source>
@@ -890,40 +1026,32 @@
890 <context context-type="sourcefile">app/menu/language-chooser.component.html</context> 1026 <context context-type="sourcefile">app/menu/language-chooser.component.html</context>
891 <context context-type="linenumber">8</context> 1027 <context context-type="linenumber">8</context>
892 </context-group> 1028 </context-group>
893 </trans-unit><trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6" datatype="html"> 1029 </trans-unit><trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a" datatype="html">
894 <source> 1030 <source>My public profile</source>
895 My public profile
896 </source>
897 <context-group purpose="location"> 1031 <context-group purpose="location">
898 <context context-type="sourcefile">app/menu/menu.component.html</context> 1032 <context context-type="sourcefile">app/menu/menu.component.html</context>
899 <context context-type="linenumber">16</context> 1033 <context context-type="linenumber">17</context>
900 </context-group> 1034 </context-group>
901 </trans-unit><trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb" datatype="html"> 1035 </trans-unit><trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6" datatype="html">
902 <source> 1036 <source>My account</source>
903 My account
904 </source>
905 <context-group purpose="location"> 1037 <context-group purpose="location">
906 <context context-type="sourcefile">app/menu/menu.component.html</context> 1038 <context context-type="sourcefile">app/menu/menu.component.html</context>
907 <context context-type="linenumber">20</context> 1039 <context context-type="linenumber">21</context>
908 </context-group> 1040 </context-group>
909 </trans-unit><trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10" datatype="html"> 1041 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
910 <source> 1042 <source>Log out</source>
911 My videos
912 </source>
913 <context-group purpose="location"> 1043 <context-group purpose="location">
914 <context context-type="sourcefile">app/menu/menu.component.html</context> 1044 <context context-type="sourcefile">app/menu/menu.component.html</context>
915 <context context-type="linenumber">24</context> 1045 <context context-type="linenumber">25</context>
916 </context-group> 1046 </context-group>
917 </trans-unit><trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1" datatype="html"> 1047 </trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
918 <source> 1048 <source>Create an account</source>
919 Log out
920 </source>
921 <context-group purpose="location"> 1049 <context-group purpose="location">
922 <context context-type="sourcefile">app/menu/menu.component.html</context> 1050 <context context-type="sourcefile">app/menu/menu.component.html</context>
923 <context context-type="linenumber">28</context> 1051 <context context-type="linenumber">33</context>
924 </context-group> 1052 </context-group>
925 </trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1053 </trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
926 <source>Create an account</source> 1054 <source>My library</source>
927 <context-group purpose="location"> 1055 <context-group purpose="location">
928 <context context-type="sourcefile">app/menu/menu.component.html</context> 1056 <context context-type="sourcefile">app/menu/menu.component.html</context>
929 <context context-type="linenumber">37</context> 1057 <context context-type="linenumber">37</context>
@@ -935,6 +1063,10 @@
935 <context context-type="linenumber">41</context> 1063 <context context-type="linenumber">41</context>
936 </context-group> 1064 </context-group>
937 <context-group purpose="location"> 1065 <context-group purpose="location">
1066 <context context-type="sourcefile">app/menu/menu.component.html</context>
1067 <context context-type="linenumber">62</context>
1068 </context-group>
1069 <context-group purpose="location">
938 <context context-type="sourcefile">app/+accounts/accounts.component.html</context> 1070 <context context-type="sourcefile">app/+accounts/accounts.component.html</context>
939 <context context-type="linenumber">29</context> 1071 <context context-type="linenumber">29</context>
940 </context-group> 1072 </context-group>
@@ -942,53 +1074,65 @@
942 <context context-type="sourcefile">app/+video-channels/video-channels.component.html</context> 1074 <context context-type="sourcefile">app/+video-channels/video-channels.component.html</context>
943 <context context-type="linenumber">24</context> 1075 <context context-type="linenumber">24</context>
944 </context-group> 1076 </context-group>
1077 </trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1078 <source>Playlists</source>
1079 <context-group purpose="location">
1080 <context context-type="sourcefile">app/menu/menu.component.html</context>
1081 <context context-type="linenumber">46</context>
1082 </context-group>
945 </trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1083 </trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
946 <source>Subscriptions</source> 1084 <source>Subscriptions</source>
947 <context-group purpose="location"> 1085 <context-group purpose="location">
948 <context context-type="sourcefile">app/menu/menu.component.html</context> 1086 <context context-type="sourcefile">app/menu/menu.component.html</context>
949 <context context-type="linenumber">45</context> 1087 <context context-type="linenumber">51</context>
1088 </context-group>
1089 </trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1090 <source>History</source>
1091 <context-group purpose="location">
1092 <context context-type="sourcefile">app/menu/menu.component.html</context>
1093 <context context-type="linenumber">56</context>
950 </context-group> 1094 </context-group>
951 </trans-unit><trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5" datatype="html"> 1095 </trans-unit><trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5" datatype="html">
952 <source>Overview</source> 1096 <source>Overview</source>
953 <context-group purpose="location"> 1097 <context-group purpose="location">
954 <context context-type="sourcefile">app/menu/menu.component.html</context> 1098 <context context-type="sourcefile">app/menu/menu.component.html</context>
955 <context context-type="linenumber">50</context> 1099 <context context-type="linenumber">66</context>
956 </context-group> 1100 </context-group>
957 </trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html"> 1101 </trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
958 <source>Trending</source> 1102 <source>Trending</source>
959 <context-group purpose="location"> 1103 <context-group purpose="location">
960 <context context-type="sourcefile">app/menu/menu.component.html</context> 1104 <context context-type="sourcefile">app/menu/menu.component.html</context>
961 <context context-type="linenumber">55</context> 1105 <context context-type="linenumber">71</context>
962 </context-group> 1106 </context-group>
963 </trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html"> 1107 </trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
964 <source>Recently added</source> 1108 <source>Recently added</source>
965 <context-group purpose="location"> 1109 <context-group purpose="location">
966 <context context-type="sourcefile">app/menu/menu.component.html</context> 1110 <context context-type="sourcefile">app/menu/menu.component.html</context>
967 <context context-type="linenumber">60</context> 1111 <context context-type="linenumber">76</context>
968 </context-group> 1112 </context-group>
969 </trans-unit><trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d" datatype="html"> 1113 </trans-unit><trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d" datatype="html">
970 <source>Local</source> 1114 <source>Local</source>
971 <context-group purpose="location"> 1115 <context-group purpose="location">
972 <context context-type="sourcefile">app/menu/menu.component.html</context> 1116 <context context-type="sourcefile">app/menu/menu.component.html</context>
973 <context context-type="linenumber">65</context> 1117 <context context-type="linenumber">81</context>
974 </context-group> 1118 </context-group>
975 </trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html"> 1119 </trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html">
976 <source>More</source> 1120 <source>More</source>
977 <context-group purpose="location"> 1121 <context-group purpose="location">
978 <context context-type="sourcefile">app/menu/menu.component.html</context> 1122 <context context-type="sourcefile">app/menu/menu.component.html</context>
979 <context context-type="linenumber">70</context> 1123 <context context-type="linenumber">86</context>
980 </context-group> 1124 </context-group>
981 </trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html"> 1125 </trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
982 <source>Administration</source> 1126 <source>Administration</source>
983 <context-group purpose="location"> 1127 <context-group purpose="location">
984 <context context-type="sourcefile">app/menu/menu.component.html</context> 1128 <context context-type="sourcefile">app/menu/menu.component.html</context>
985 <context context-type="linenumber">74</context> 1129 <context context-type="linenumber">90</context>
986 </context-group> 1130 </context-group>
987 </trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html"> 1131 </trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
988 <source>About</source> 1132 <source>About</source>
989 <context-group purpose="location"> 1133 <context-group purpose="location">
990 <context context-type="sourcefile">app/menu/menu.component.html</context> 1134 <context context-type="sourcefile">app/menu/menu.component.html</context>
991 <context context-type="linenumber">79</context> 1135 <context context-type="linenumber">95</context>
992 </context-group> 1136 </context-group>
993 <context-group purpose="location"> 1137 <context-group purpose="location">
994 <context context-type="sourcefile">app/+accounts/accounts.component.html</context> 1138 <context context-type="sourcefile">app/+accounts/accounts.component.html</context>
@@ -996,19 +1140,19 @@
996 </context-group> 1140 </context-group>
997 <context-group purpose="location"> 1141 <context-group purpose="location">
998 <context context-type="sourcefile">app/+video-channels/video-channels.component.html</context> 1142 <context context-type="sourcefile">app/+video-channels/video-channels.component.html</context>
999 <context context-type="linenumber">25</context> 1143 <context context-type="linenumber">26</context>
1000 </context-group> 1144 </context-group>
1001 </trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1145 </trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1002 <source>Show keyboard shortcuts</source> 1146 <source>Show keyboard shortcuts</source>
1003 <context-group purpose="location"> 1147 <context-group purpose="location">
1004 <context context-type="sourcefile">app/menu/menu.component.html</context> 1148 <context context-type="sourcefile">app/menu/menu.component.html</context>
1005 <context context-type="linenumber">89</context> 1149 <context context-type="linenumber">105</context>
1006 </context-group> 1150 </context-group>
1007 </trans-unit><trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768" datatype="html"> 1151 </trans-unit><trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768" datatype="html">
1008 <source>Toggle dark interface</source> 1152 <source>Toggle dark interface</source>
1009 <context-group purpose="location"> 1153 <context-group purpose="location">
1010 <context context-type="sourcefile">app/menu/menu.component.html</context> 1154 <context context-type="sourcefile">app/menu/menu.component.html</context>
1011 <context context-type="linenumber">92</context> 1155 <context context-type="linenumber">108</context>
1012 </context-group> 1156 </context-group>
1013 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1157 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1014 <source>View your notifications</source> 1158 <source>View your notifications</source>
@@ -1020,7 +1164,7 @@
1020 <source>Notifications</source> 1164 <source>Notifications</source>
1021 <context-group purpose="location"> 1165 <context-group purpose="location">
1022 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context> 1166 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context>
1023 <context context-type="linenumber">12</context> 1167 <context context-type="linenumber">13</context>
1024 </context-group> 1168 </context-group>
1025 <context-group purpose="location"> 1169 <context-group purpose="location">
1026 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-settings.component.html</context> 1170 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -1030,13 +1174,13 @@
1030 <source>Update your notification preferences</source> 1174 <source>Update your notification preferences</source>
1031 <context-group purpose="location"> 1175 <context-group purpose="location">
1032 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context> 1176 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context>
1033 <context context-type="linenumber">15</context> 1177 <context context-type="linenumber">16</context>
1034 </context-group> 1178 </context-group>
1035 </trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html"> 1179 </trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
1036 <source>See all your notifications</source> 1180 <source>See all your notifications</source>
1037 <context-group purpose="location"> 1181 <context-group purpose="location">
1038 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context> 1182 <context context-type="sourcefile">app/menu/avatar-notification.component.html</context>
1039 <context context-type="linenumber">22</context> 1183 <context context-type="linenumber">30</context>
1040 </context-group> 1184 </context-group>
1041 </trans-unit><trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html"> 1185 </trans-unit><trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
1042 <source>Search...</source> 1186 <source>Search...</source>
@@ -1116,7 +1260,7 @@
1116 </context-group> 1260 </context-group>
1117 <context-group purpose="location"> 1261 <context-group purpose="location">
1118 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 1262 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
1119 <context context-type="linenumber">170</context> 1263 <context context-type="linenumber">215</context>
1120 </context-group> 1264 </context-group>
1121 </trans-unit><trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c" datatype="html"> 1265 </trans-unit><trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c" datatype="html">
1122 <source>Licence</source> 1266 <source>Licence</source>
@@ -1130,7 +1274,7 @@
1130 </context-group> 1274 </context-group>
1131 <context-group purpose="location"> 1275 <context-group purpose="location">
1132 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 1276 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
1133 <context context-type="linenumber">179</context> 1277 <context context-type="linenumber">224</context>
1134 </context-group> 1278 </context-group>
1135 </trans-unit><trans-unit id="fe46ccaae902ce974e2441abe752399288298619" datatype="html"> 1279 </trans-unit><trans-unit id="fe46ccaae902ce974e2441abe752399288298619" datatype="html">
1136 <source>Language</source> 1280 <source>Language</source>
@@ -1148,7 +1292,7 @@
1148 </context-group> 1292 </context-group>
1149 <context-group purpose="location"> 1293 <context-group purpose="location">
1150 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 1294 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
1151 <context context-type="linenumber">188</context> 1295 <context context-type="linenumber">233</context>
1152 </context-group> 1296 </context-group>
1153 </trans-unit><trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8" datatype="html"> 1297 </trans-unit><trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8" datatype="html">
1154 <source>All of these tags</source> 1298 <source>All of these tags</source>
@@ -1221,6 +1365,10 @@
1221 <context context-type="linenumber">20</context> 1365 <context context-type="linenumber">20</context>
1222 </context-group> 1366 </context-group>
1223 <context-group purpose="location"> 1367 <context-group purpose="location">
1368 <context context-type="sourcefile">app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
1369 <context context-type="linenumber">1</context>
1370 </context-group>
1371 <context-group purpose="location">
1224 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context> 1372 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
1225 <context context-type="linenumber">1</context> 1373 <context context-type="linenumber">1</context>
1226 </context-group> 1374 </context-group>
@@ -1313,6 +1461,14 @@
1313 <context context-type="linenumber">38</context> 1461 <context context-type="linenumber">38</context>
1314 </context-group> 1462 </context-group>
1315 <context-group purpose="location"> 1463 <context-group purpose="location">
1464 <context context-type="sourcefile">app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
1465 <context context-type="linenumber">22</context>
1466 </context-group>
1467 <context-group purpose="location">
1468 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
1469 <context context-type="linenumber">24</context>
1470 </context-group>
1471 <context-group purpose="location">
1316 <context context-type="sourcefile">app/videos/+video-watch/modal/video-report.component.html</context> 1472 <context context-type="sourcefile">app/videos/+video-watch/modal/video-report.component.html</context>
1317 <context context-type="linenumber">24</context> 1473 <context context-type="linenumber">24</context>
1318 </context-group> 1474 </context-group>
@@ -1358,7 +1514,7 @@
1358 <source>Description</source> 1514 <source>Description</source>
1359 <context-group purpose="location"> 1515 <context-group purpose="location">
1360 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context> 1516 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1361 <context context-type="linenumber">14</context> 1517 <context context-type="linenumber">16</context>
1362 </context-group> 1518 </context-group>
1363 <context-group purpose="location"> 1519 <context-group purpose="location">
1364 <context context-type="sourcefile">app/+accounts/account-about/account-about.component.html</context> 1520 <context context-type="sourcefile">app/+accounts/account-about/account-about.component.html</context>
@@ -1377,6 +1533,14 @@
1377 <context context-type="linenumber">39</context> 1533 <context context-type="linenumber">39</context>
1378 </context-group> 1534 </context-group>
1379 <context-group purpose="location"> 1535 <context-group purpose="location">
1536 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1537 <context context-type="linenumber">20</context>
1538 </context-group>
1539 <context-group purpose="location">
1540 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1541 <context context-type="linenumber">20</context>
1542 </context-group>
1543 <context-group purpose="location">
1380 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context> 1544 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
1381 <context context-type="linenumber">17</context> 1545 <context context-type="linenumber">17</context>
1382 </context-group> 1546 </context-group>
@@ -1392,42 +1556,12 @@
1392 <source>Terms</source> 1556 <source>Terms</source>
1393 <context-group purpose="location"> 1557 <context-group purpose="location">
1394 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context> 1558 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1395 <context context-type="linenumber">20</context> 1559 <context context-type="linenumber">22</context>
1396 </context-group> 1560 </context-group>
1397 <context-group purpose="location"> 1561 <context-group purpose="location">
1398 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1562 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1399 <context context-type="linenumber">39</context> 1563 <context context-type="linenumber">39</context>
1400 </context-group> 1564 </context-group>
1401 </trans-unit><trans-unit id="9c6e6db693ab265457c6578df179c65694141d27" datatype="html">
1402 <source>User registration is allowed and</source>
1403 <context-group purpose="location">
1404 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1405 <context context-type="linenumber">29</context>
1406 </context-group>
1407 </trans-unit><trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff" datatype="html">
1408 <source>
1409 this instance provides a baseline quota of &lt;x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/&gt; space for the videos of its users.
1410 </source>
1411 <context-group purpose="location">
1412 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1413 <context context-type="linenumber">31</context>
1414 </context-group>
1415 </trans-unit><trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b" datatype="html">
1416 <source>
1417 this instance provides unlimited space for the videos of its users.
1418 </source>
1419 <context-group purpose="location">
1420 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1421 <context context-type="linenumber">35</context>
1422 </context-group>
1423 </trans-unit><trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574" datatype="html">
1424 <source>
1425 User registration is currently not allowed.
1426 </source>
1427 <context-group purpose="location">
1428 <context context-type="sourcefile">app/+about/about-instance/about-instance.component.html</context>
1429 <context context-type="linenumber">40</context>
1430 </context-group>
1431 </trans-unit><trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc" datatype="html"> 1565 </trans-unit><trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc" datatype="html">
1432 <source> 1566 <source>
1433 About PeerTube 1567 About PeerTube
@@ -1732,47 +1866,60 @@
1732 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1866 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1733 <context context-type="linenumber">21</context> 1867 <context context-type="linenumber">21</context>
1734 </context-group> 1868 </context-group>
1869 </trans-unit><trans-unit id="8ae5153c547e445a293ee6ef9adfbf4107aa0772" datatype="html">
1870 <source>Dedicated to sensitive or NSFW content</source>
1871 <context-group purpose="location">
1872 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1873 <context context-type="linenumber">50</context>
1874 </context-group>
1875 </trans-unit><trans-unit id="c9a1f510f6a1365c5bc5615661f8505792889347" datatype="html">
1876 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;br /&gt;&lt;br /&gt;
1877 Moreover, the NSFW checkbox on video upload will be automatically checked by default.</source>
1878 <context-group purpose="location">
1879 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1880 <context context-type="linenumber">51</context>
1881 </context-group>
1735 </trans-unit><trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003" datatype="html"> 1882 </trans-unit><trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003" datatype="html">
1736 <source>Default client route</source> 1883 <source>Default client route</source>
1737 <context-group purpose="location"> 1884 <context-group purpose="location">
1738 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1885 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1739 <context context-type="linenumber">48</context> 1886 <context context-type="linenumber">57</context>
1740 </context-group> 1887 </context-group>
1741 </trans-unit><trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d" datatype="html"> 1888 </trans-unit><trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d" datatype="html">
1742 <source>Videos Overview</source> 1889 <source>Videos Overview</source>
1743 <context-group purpose="location"> 1890 <context-group purpose="location">
1744 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1891 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1745 <context context-type="linenumber">51</context> 1892 <context context-type="linenumber">60</context>
1746 </context-group> 1893 </context-group>
1747 </trans-unit><trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948" datatype="html"> 1894 </trans-unit><trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948" datatype="html">
1748 <source>Videos Trending</source> 1895 <source>Videos Trending</source>
1749 <context-group purpose="location"> 1896 <context-group purpose="location">
1750 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1897 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1751 <context context-type="linenumber">52</context> 1898 <context context-type="linenumber">61</context>
1752 </context-group> 1899 </context-group>
1753 </trans-unit><trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883" datatype="html"> 1900 </trans-unit><trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883" datatype="html">
1754 <source>Videos Recently Added</source> 1901 <source>Videos Recently Added</source>
1755 <context-group purpose="location"> 1902 <context-group purpose="location">
1756 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1903 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1757 <context context-type="linenumber">53</context> 1904 <context context-type="linenumber">62</context>
1758 </context-group> 1905 </context-group>
1759 </trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html"> 1906 </trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
1760 <source>Local videos</source> 1907 <source>Local videos</source>
1761 <context-group purpose="location"> 1908 <context-group purpose="location">
1762 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1909 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1763 <context context-type="linenumber">54</context> 1910 <context context-type="linenumber">63</context>
1764 </context-group> 1911 </context-group>
1765 </trans-unit><trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9" datatype="html"> 1912 </trans-unit><trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9" datatype="html">
1766 <source>Policy on videos containing sensitive content</source> 1913 <source>Policy on videos containing sensitive content</source>
1767 <context-group purpose="location"> 1914 <context-group purpose="location">
1768 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1915 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1769 <context context-type="linenumber">61</context> 1916 <context context-type="linenumber">70</context>
1770 </context-group> 1917 </context-group>
1771 </trans-unit><trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df" datatype="html"> 1918 </trans-unit><trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df" datatype="html">
1772 <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source> 1919 <source>With &lt;strong&gt;Do not list&lt;/strong&gt; or &lt;strong&gt;Blur thumbnails&lt;/strong&gt;, a confirmation will be requested to watch the video.</source>
1773 <context-group purpose="location"> 1920 <context-group purpose="location">
1774 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1921 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1775 <context context-type="linenumber">64</context> 1922 <context context-type="linenumber">73</context>
1776 </context-group> 1923 </context-group>
1777 <context-group purpose="location"> 1924 <context-group purpose="location">
1778 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1925 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -1782,7 +1929,7 @@
1782 <source>Do not list</source> 1929 <source>Do not list</source>
1783 <context-group purpose="location"> 1930 <context-group purpose="location">
1784 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1931 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1785 <context context-type="linenumber">69</context> 1932 <context context-type="linenumber">78</context>
1786 </context-group> 1933 </context-group>
1787 <context-group purpose="location"> 1934 <context-group purpose="location">
1788 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1935 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -1792,7 +1939,7 @@
1792 <source>Blur thumbnails</source> 1939 <source>Blur thumbnails</source>
1793 <context-group purpose="location"> 1940 <context-group purpose="location">
1794 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1941 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1795 <context context-type="linenumber">70</context> 1942 <context context-type="linenumber">79</context>
1796 </context-group> 1943 </context-group>
1797 <context-group purpose="location"> 1944 <context-group purpose="location">
1798 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1945 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -1802,7 +1949,7 @@
1802 <source>Display</source> 1949 <source>Display</source>
1803 <context-group purpose="location"> 1950 <context-group purpose="location">
1804 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1951 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1805 <context context-type="linenumber">71</context> 1952 <context context-type="linenumber">80</context>
1806 </context-group> 1953 </context-group>
1807 <context-group purpose="location"> 1954 <context-group purpose="location">
1808 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 1955 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -1812,43 +1959,43 @@
1812 <source>Signup enabled</source> 1959 <source>Signup enabled</source>
1813 <context-group purpose="location"> 1960 <context-group purpose="location">
1814 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1961 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1815 <context context-type="linenumber">84</context> 1962 <context context-type="linenumber">93</context>
1816 </context-group> 1963 </context-group>
1817 </trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 1964 </trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
1818 <source>Signup requires email verification</source> 1965 <source>Signup requires email verification</source>
1819 <context-group purpose="location"> 1966 <context-group purpose="location">
1820 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1967 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1821 <context context-type="linenumber">91</context> 1968 <context context-type="linenumber">100</context>
1822 </context-group> 1969 </context-group>
1823 </trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 1970 </trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
1824 <source>Signup limit</source> 1971 <source>Signup limit</source>
1825 <context-group purpose="location"> 1972 <context-group purpose="location">
1826 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1973 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1827 <context context-type="linenumber">96</context> 1974 <context context-type="linenumber">105</context>
1828 </context-group> 1975 </context-group>
1829 </trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 1976 </trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
1830 <source>Users</source> 1977 <source>Users</source>
1831 <context-group purpose="location"> 1978 <context-group purpose="location">
1832 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1979 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1833 <context context-type="linenumber">105</context> 1980 <context context-type="linenumber">114</context>
1834 </context-group> 1981 </context-group>
1835 </trans-unit><trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09" datatype="html"> 1982 </trans-unit><trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09" datatype="html">
1836 <source>User default video quota</source> 1983 <source>User default video quota</source>
1837 <context-group purpose="location"> 1984 <context-group purpose="location">
1838 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1985 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1839 <context context-type="linenumber">109</context> 1986 <context context-type="linenumber">118</context>
1840 </context-group> 1987 </context-group>
1841 </trans-unit><trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe" datatype="html"> 1988 </trans-unit><trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe" datatype="html">
1842 <source>User default daily upload limit</source> 1989 <source>User default daily upload limit</source>
1843 <context-group purpose="location"> 1990 <context-group purpose="location">
1844 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1991 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1845 <context context-type="linenumber">121</context> 1992 <context context-type="linenumber">130</context>
1846 </context-group> 1993 </context-group>
1847 </trans-unit><trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html"> 1994 </trans-unit><trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html">
1848 <source>Import</source> 1995 <source>Import</source>
1849 <context-group purpose="location"> 1996 <context-group purpose="location">
1850 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 1997 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1851 <context context-type="linenumber">133</context> 1998 <context context-type="linenumber">142</context>
1852 </context-group> 1999 </context-group>
1853 <context-group purpose="location"> 2000 <context-group purpose="location">
1854 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2001 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
@@ -1862,31 +2009,43 @@
1862 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 2009 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1863 <context-group purpose="location"> 2010 <context-group purpose="location">
1864 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2011 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1865 <context context-type="linenumber">141</context> 2012 <context context-type="linenumber">150</context>
1866 </context-group> 2013 </context-group>
1867 </trans-unit><trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e" datatype="html"> 2014 </trans-unit><trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e" datatype="html">
1868 <source>Video import with a torrent file or a magnet URI enabled</source> 2015 <source>Video import with a torrent file or a magnet URI enabled</source>
1869 <context-group purpose="location"> 2016 <context-group purpose="location">
1870 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2017 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1871 <context context-type="linenumber">148</context> 2018 <context context-type="linenumber">157</context>
2019 </context-group>
2020 </trans-unit><trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891" datatype="html">
2021 <source>Auto-blacklist</source>
2022 <context-group purpose="location">
2023 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2024 <context context-type="linenumber">164</context>
2025 </context-group>
2026 </trans-unit><trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c" datatype="html">
2027 <source>New videos of users automatically blacklisted enabled</source>
2028 <context-group purpose="location">
2029 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2030 <context context-type="linenumber">173</context>
1872 </context-group> 2031 </context-group>
1873 </trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 2032 </trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
1874 <source>Administrator</source> 2033 <source>Administrator</source>
1875 <context-group purpose="location"> 2034 <context-group purpose="location">
1876 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2035 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1877 <context context-type="linenumber">155</context> 2036 <context context-type="linenumber">181</context>
1878 </context-group> 2037 </context-group>
1879 </trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 2038 </trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
1880 <source>Admin email</source> 2039 <source>Admin email</source>
1881 <context-group purpose="location"> 2040 <context-group purpose="location">
1882 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2041 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1883 <context context-type="linenumber">158</context> 2042 <context context-type="linenumber">184</context>
1884 </context-group> 2043 </context-group>
1885 </trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 2044 </trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
1886 <source>Enable contact form</source> 2045 <source>Enable contact form</source>
1887 <context-group purpose="location"> 2046 <context-group purpose="location">
1888 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2047 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1889 <context context-type="linenumber">169</context> 2048 <context context-type="linenumber">195</context>
1890 </context-group> 2049 </context-group>
1891 </trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 2050 </trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
1892 <source>Basic configuration</source> 2051 <source>Basic configuration</source>
@@ -1898,25 +2057,25 @@
1898 <source>Twitter</source> 2057 <source>Twitter</source>
1899 <context-group purpose="location"> 2058 <context-group purpose="location">
1900 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2059 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1901 <context context-type="linenumber">178</context> 2060 <context context-type="linenumber">204</context>
1902 </context-group> 2061 </context-group>
1903 </trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 2062 </trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
1904 <source>Your Twitter username</source> 2063 <source>Your Twitter username</source>
1905 <context-group purpose="location"> 2064 <context-group purpose="location">
1906 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2065 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1907 <context context-type="linenumber">184</context> 2066 <context context-type="linenumber">210</context>
1908 </context-group> 2067 </context-group>
1909 </trans-unit><trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c" datatype="html"> 2068 </trans-unit><trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c" datatype="html">
1910 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 2069 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1911 <context-group purpose="location"> 2070 <context-group purpose="location">
1912 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2071 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1913 <context context-type="linenumber">187</context> 2072 <context context-type="linenumber">213</context>
1914 </context-group> 2073 </context-group>
1915 </trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 2074 </trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
1916 <source>Instance whitelisted by Twitter</source> 2075 <source>Instance whitelisted by Twitter</source>
1917 <context-group purpose="location"> 2076 <context-group purpose="location">
1918 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2077 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1919 <context context-type="linenumber">199</context> 2078 <context context-type="linenumber">225</context>
1920 </context-group> 2079 </context-group>
1921 </trans-unit><trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b" datatype="html"> 2080 </trans-unit><trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b" datatype="html">
1922 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt; 2081 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
@@ -1924,55 +2083,55 @@
1924 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target=&apos;_blank&apos; rel=&apos;noopener noreferrer&apos; href=&apos;https://cards-dev.twitter.com/validator&apos;&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source> 2083 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target=&apos;_blank&apos; rel=&apos;noopener noreferrer&apos; href=&apos;https://cards-dev.twitter.com/validator&apos;&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
1925 <context-group purpose="location"> 2084 <context-group purpose="location">
1926 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2085 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1927 <context context-type="linenumber">200</context> 2086 <context context-type="linenumber">226</context>
1928 </context-group> 2087 </context-group>
1929 </trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 2088 </trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
1930 <source>Services</source> 2089 <source>Services</source>
1931 <context-group purpose="location"> 2090 <context-group purpose="location">
1932 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2091 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1933 <context context-type="linenumber">176</context> 2092 <context context-type="linenumber">202</context>
1934 </context-group> 2093 </context-group>
1935 </trans-unit><trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490" datatype="html"> 2094 </trans-unit><trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490" datatype="html">
1936 <source>Transcoding</source> 2095 <source>Transcoding</source>
1937 <context-group purpose="location"> 2096 <context-group purpose="location">
1938 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2097 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1939 <context context-type="linenumber">215</context> 2098 <context context-type="linenumber">241</context>
1940 </context-group> 2099 </context-group>
1941 </trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 2100 </trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
1942 <source>Transcoding enabled</source> 2101 <source>Transcoding enabled</source>
1943 <context-group purpose="location"> 2102 <context-group purpose="location">
1944 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2103 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1945 <context context-type="linenumber">221</context> 2104 <context context-type="linenumber">247</context>
1946 </context-group> 2105 </context-group>
1947 </trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 2106 </trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
1948 <source>If you disable transcoding, many videos from your users will not work!</source> 2107 <source>If you disable transcoding, many videos from your users will not work!</source>
1949 <context-group purpose="location"> 2108 <context-group purpose="location">
1950 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2109 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1951 <context context-type="linenumber">222</context> 2110 <context context-type="linenumber">248</context>
1952 </context-group> 2111 </context-group>
1953 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 2112 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
1954 <source>Allow additional extensions</source> 2113 <source>Allow additional extensions</source>
1955 <context-group purpose="location"> 2114 <context-group purpose="location">
1956 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2115 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1957 <context context-type="linenumber">231</context> 2116 <context context-type="linenumber">257</context>
1958 </context-group> 2117 </context-group>
1959 </trans-unit><trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33" datatype="html"> 2118 </trans-unit><trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33" datatype="html">
1960 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 2119 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1961 <context-group purpose="location"> 2120 <context-group purpose="location">
1962 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2121 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1963 <context context-type="linenumber">232</context> 2122 <context context-type="linenumber">258</context>
1964 </context-group> 2123 </context-group>
1965 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 2124 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
1966 <source>Transcoding threads</source> 2125 <source>Transcoding threads</source>
1967 <context-group purpose="location"> 2126 <context-group purpose="location">
1968 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2127 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1969 <context context-type="linenumber">237</context> 2128 <context context-type="linenumber">263</context>
1970 </context-group> 2129 </context-group>
1971 </trans-unit><trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500" datatype="html"> 2130 </trans-unit><trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500" datatype="html">
1972 <source>Resolution &lt;x id="INTERPOLATION" equiv-text="{{resolution}}"/&gt; enabled</source> 2131 <source>Resolution &lt;x id="INTERPOLATION" equiv-text="{{resolution}}"/&gt; enabled</source>
1973 <context-group purpose="location"> 2132 <context-group purpose="location">
1974 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2133 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1975 <context context-type="linenumber">252</context> 2134 <context context-type="linenumber">278</context>
1976 </context-group> 2135 </context-group>
1977 </trans-unit><trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5" datatype="html"> 2136 </trans-unit><trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5" datatype="html">
1978 <source> 2137 <source>
@@ -1982,81 +2141,81 @@
1982 </source> 2141 </source>
1983 <context-group purpose="location"> 2142 <context-group purpose="location">
1984 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2143 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1985 <context context-type="linenumber">260</context> 2144 <context context-type="linenumber">286</context>
1986 </context-group> 2145 </context-group>
1987 </trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 2146 </trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
1988 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 2147 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1989 <context-group purpose="location"> 2148 <context-group purpose="location">
1990 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2149 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1991 <context context-type="linenumber">265</context> 2150 <context context-type="linenumber">291</context>
1992 </context-group> 2151 </context-group>
1993 </trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 2152 </trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
1994 <source>Previews cache size</source> 2153 <source>Previews cache size</source>
1995 <context-group purpose="location"> 2154 <context-group purpose="location">
1996 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2155 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1997 <context context-type="linenumber">271</context> 2156 <context context-type="linenumber">297</context>
1998 </context-group> 2157 </context-group>
1999 </trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 2158 </trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
2000 <source>Video captions cache size</source> 2159 <source>Video captions cache size</source>
2001 <context-group purpose="location"> 2160 <context-group purpose="location">
2002 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2161 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2003 <context context-type="linenumber">280</context> 2162 <context context-type="linenumber">306</context>
2004 </context-group> 2163 </context-group>
2005 </trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 2164 </trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
2006 <source>Customizations</source> 2165 <source>Customizations</source>
2007 <context-group purpose="location"> 2166 <context-group purpose="location">
2008 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2167 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2009 <context context-type="linenumber">289</context> 2168 <context context-type="linenumber">315</context>
2010 </context-group> 2169 </context-group>
2011 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 2170 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
2012 <source>JavaScript</source> 2171 <source>JavaScript</source>
2013 <context-group purpose="location"> 2172 <context-group purpose="location">
2014 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2173 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2015 <context context-type="linenumber">294</context> 2174 <context context-type="linenumber">320</context>
2016 </context-group> 2175 </context-group>
2017 </trans-unit><trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c" datatype="html"> 2176 </trans-unit><trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c" datatype="html">
2018 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log(&apos;my instance is amazing&apos;);&lt;/pre&gt;</source> 2177 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log(&apos;my instance is amazing&apos;);&lt;/pre&gt;</source>
2019 <context-group purpose="location"> 2178 <context-group purpose="location">
2020 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2179 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2021 <context context-type="linenumber">297</context> 2180 <context context-type="linenumber">323</context>
2022 </context-group> 2181 </context-group>
2023 </trans-unit><trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde" datatype="html"> 2182 </trans-unit><trans-unit id="d90e081933221a99c87e2ad9769afb6be6ff6fc4" datatype="html">
2024 <source> 2183 <source>
2025 Write directly CSS code. Example:&lt;br /&gt; 2184 Write directly CSS code. Example:&lt;br /&gt;&lt;br /&gt;
2026 &lt;pre&gt; 2185 &lt;pre&gt;
2027 body &lt;x id="INTERPOLATION" equiv-text="{{ &apos;{&apos; }}"/&gt; 2186 #custom-css &lt;x id="INTERPOLATION" equiv-text="{{ &apos;{&apos; }}"/&gt;
2028 background-color: red; 2187 color: red;
2029 &lt;x id="INTERPOLATION_1" equiv-text="{{ &apos;}&apos; }}"/&gt; 2188 &lt;x id="INTERPOLATION_1" equiv-text="{{ &apos;}&apos; }}"/&gt;
2030 &lt;/pre&gt; 2189 &lt;/pre&gt;
2031 2190
2032 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example: 2191 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:&lt;br /&gt;&lt;br /&gt;
2033 &lt;pre&gt; 2192 &lt;pre&gt;
2034 #custom-css .logged-in-email &lt;x id="INTERPOLATION" equiv-text="{{ &apos;{&apos; }}"/&gt; 2193 #custom-css .logged-in-email &lt;x id="INTERPOLATION" equiv-text="{{ &apos;{&apos; }}"/&gt;
2035 color: red; 2194 color: red;
2036 &lt;x id="INTERPOLATION_1" equiv-text="{{ &apos;}&apos; }}"/&gt; 2195 &lt;x id="INTERPOLATION_1" equiv-text="{{ &apos;}&apos; }}"/&gt;
2037 &lt;/pre&gt; 2196 &lt;/pre&gt;
2038 </source> 2197 </source>
2039 <context-group purpose="location"> 2198 <context-group purpose="location">
2040 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2199 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2041 <context context-type="linenumber">311</context> 2200 <context context-type="linenumber">337</context>
2042 </context-group> 2201 </context-group>
2043 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 2202 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
2044 <source>Advanced configuration</source> 2203 <source>Advanced configuration</source>
2045 <context-group purpose="location"> 2204 <context-group purpose="location">
2046 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2205 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2047 <context context-type="linenumber">212</context> 2206 <context context-type="linenumber">238</context>
2048 </context-group> 2207 </context-group>
2049 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 2208 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
2050 <source>Update configuration</source> 2209 <source>Update configuration</source>
2051 <context-group purpose="location"> 2210 <context-group purpose="location">
2052 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2211 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2053 <context context-type="linenumber">340</context> 2212 <context context-type="linenumber">366</context>
2054 </context-group> 2213 </context-group>
2055 </trans-unit><trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca" datatype="html"> 2214 </trans-unit><trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca" datatype="html">
2056 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2215 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
2057 <context-group purpose="location"> 2216 <context-group purpose="location">
2058 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 2217 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
2059 <context context-type="linenumber">341</context> 2218 <context context-type="linenumber">367</context>
2060 </context-group> 2219 </context-group>
2061 </trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2220 </trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2062 <source> 2221 <source>
@@ -2445,7 +2604,7 @@
2445 </context-group> 2604 </context-group>
2446 <context-group purpose="location"> 2605 <context-group purpose="location">
2447 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 2606 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
2448 <context context-type="linenumber">134</context> 2607 <context context-type="linenumber">179</context>
2449 </context-group> 2608 </context-group>
2450 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 2609 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2451 <source>User&apos;s email must be verified to login</source> 2610 <source>User&apos;s email must be verified to login</source>
@@ -2587,6 +2746,32 @@
2587 <context context-type="sourcefile">app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 2746 <context context-type="sourcefile">app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
2588 <context context-type="linenumber">43</context> 2747 <context context-type="linenumber">43</context>
2589 </context-group> 2748 </context-group>
2749 </trans-unit><trans-unit id="b99370ff3526f3ae466a0031d45c24a9d218af5e" datatype="html">
2750 <source>Privacy: </source>
2751 <context-group purpose="location">
2752 <context context-type="sourcefile">app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
2753 <context context-type="linenumber">15</context>
2754 </context-group>
2755 </trans-unit><trans-unit id="5370dc99a95cd0c6d3c939e19b88d774fd5387ee" datatype="html">
2756 <source>Sensitive: </source>
2757 <context-group purpose="location">
2758 <context context-type="sourcefile">app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
2759 <context context-type="linenumber">16</context>
2760 </context-group>
2761 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
2762 <source>Unblacklist</source>
2763 <context-group purpose="location">
2764 <context context-type="sourcefile">app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
2765 <context context-type="linenumber">28</context>
2766 </context-group>
2767 <context-group purpose="location">
2768 <context context-type="sourcefile">app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
2769 <context context-type="linenumber">36</context>
2770 </context-group>
2771 <context-group purpose="location">
2772 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
2773 <context context-type="linenumber">146</context>
2774 </context-group>
2590 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html"> 2775 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
2591 <source>Moderation</source> 2776 <source>Moderation</source>
2592 <context-group purpose="location"> 2777 <context-group purpose="location">
@@ -2599,17 +2784,23 @@
2599 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context> 2784 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context>
2600 <context context-type="linenumber">5</context> 2785 <context context-type="linenumber">5</context>
2601 </context-group> 2786 </context-group>
2602 </trans-unit><trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1" datatype="html"> 2787 </trans-unit><trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9" datatype="html">
2603 <source>Blacklisted videos</source> 2788 <source>&lt;x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? &apos;Manually blacklisted videos&apos; : &apos;Blacklisted videos&apos; }}"/&gt;</source>
2604 <context-group purpose="location"> 2789 <context-group purpose="location">
2605 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context> 2790 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context>
2606 <context context-type="linenumber">7</context> 2791 <context context-type="linenumber">7</context>
2607 </context-group> 2792 </context-group>
2793 </trans-unit><trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45" datatype="html">
2794 <source>Auto-blacklisted videos</source>
2795 <context-group purpose="location">
2796 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context>
2797 <context context-type="linenumber">9</context>
2798 </context-group>
2608 </trans-unit><trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c" datatype="html"> 2799 </trans-unit><trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c" datatype="html">
2609 <source>Muted accounts</source> 2800 <source>Muted accounts</source>
2610 <context-group purpose="location"> 2801 <context-group purpose="location">
2611 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context> 2802 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context>
2612 <context context-type="linenumber">9</context> 2803 <context context-type="linenumber">11</context>
2613 </context-group> 2804 </context-group>
2614 <context-group purpose="location"> 2805 <context-group purpose="location">
2615 <context context-type="sourcefile">app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context> 2806 <context context-type="sourcefile">app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
@@ -2619,7 +2810,7 @@
2619 <source>Muted servers</source> 2810 <source>Muted servers</source>
2620 <context-group purpose="location"> 2811 <context-group purpose="location">
2621 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context> 2812 <context context-type="sourcefile">app/+admin/moderation/moderation.component.html</context>
2622 <context context-type="linenumber">11</context> 2813 <context context-type="linenumber">13</context>
2623 </context-group> 2814 </context-group>
2624 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html"> 2815 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
2625 <source>Account</source> 2816 <source>Account</source>
@@ -2699,7 +2890,7 @@
2699 </context-group> 2890 </context-group>
2700 <context-group purpose="location"> 2891 <context-group purpose="location">
2701 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context> 2892 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
2702 <context context-type="linenumber">46</context> 2893 <context context-type="linenumber">40</context>
2703 </context-group> 2894 </context-group>
2704 </trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 2895 </trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
2705 <source>Select the next owner</source> 2896 <source>Select the next owner</source>
@@ -2727,24 +2918,16 @@
2727 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source> 2918 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source>
2728 <context-group purpose="location"> 2919 <context-group purpose="location">
2729 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context> 2920 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
2730 <context context-type="linenumber">19</context> 2921 <context context-type="linenumber">13</context>
2731 </context-group> 2922 </context-group>
2732 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 2923 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
2733 <source>Blacklisted</source> 2924 <source>Blacklisted</source>
2734 <context-group purpose="location"> 2925 <context-group purpose="location">
2735 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context> 2926 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
2736 <context context-type="linenumber">22</context> 2927 <context context-type="linenumber">16</context>
2737 </context-group>
2738 </trans-unit><trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a" datatype="html">
2739 <source>
2740 Cancel
2741 </source>
2742 <context-group purpose="location">
2743 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.html</context>
2744 <context context-type="linenumber">30</context>
2745 </context-group> 2928 </context-group>
2746 </trans-unit><trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260" datatype="html"> 2929 </trans-unit><trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244" datatype="html">
2747 <source>Create another video channel</source> 2930 <source>Create a new video channel</source>
2748 <context-group purpose="location"> 2931 <context-group purpose="location">
2749 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context> 2932 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
2750 <context context-type="linenumber">4</context> 2933 <context context-type="linenumber">4</context>
@@ -2779,20 +2962,6 @@
2779 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 2962 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
2780 <context context-type="linenumber">15</context> 2963 <context context-type="linenumber">15</context>
2781 </context-group> 2964 </context-group>
2782 </trans-unit><trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9" datatype="html">
2783 <source>Display name</source>
2784 <context-group purpose="location">
2785 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
2786 <context context-type="linenumber">28</context>
2787 </context-group>
2788 <context-group purpose="location">
2789 <context context-type="sourcefile">app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
2790 <context context-type="linenumber">28</context>
2791 </context-group>
2792 <context-group purpose="location">
2793 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
2794 <context context-type="linenumber">6</context>
2795 </context-group>
2796 </trans-unit><trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a" datatype="html"> 2965 </trans-unit><trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a" datatype="html">
2797 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2966 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2798When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2967When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2899,17 +3068,20 @@ When you will upload a video in this channel, the video support field will be au
2899 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context> 3068 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context>
2900 <context context-type="linenumber">4</context> 3069 <context context-type="linenumber">4</context>
2901 </context-group> 3070 </context-group>
2902 </trans-unit><trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123" datatype="html"> 3071 </trans-unit><trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
2903 <source>Delete history</source> 3072 <source>
3073 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/&gt;
3074 Delete history
3075 </source>
2904 <context-group purpose="location"> 3076 <context-group purpose="location">
2905 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context> 3077 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context>
2906 <context context-type="linenumber">8</context> 3078 <context context-type="linenumber">7</context>
2907 </context-group> 3079 </context-group>
2908 </trans-unit><trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af" datatype="html"> 3080 </trans-unit><trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af" datatype="html">
2909 <source>You don&apos;t have videos history yet.</source> 3081 <source>You don&apos;t have videos history yet.</source>
2910 <context-group purpose="location"> 3082 <context-group purpose="location">
2911 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context> 3083 <context context-type="sourcefile">app/+my-account/my-account-history/my-account-history.component.html</context>
2912 <context context-type="linenumber">13</context> 3084 <context context-type="linenumber">14</context>
2913 </context-group> 3085 </context-group>
2914 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html"> 3086 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
2915 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source> 3087 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source>
@@ -2935,6 +3107,96 @@ When you will upload a video in this channel, the video support field will be au
2935 <context context-type="sourcefile">app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 3107 <context context-type="sourcefile">app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
2936 <context context-type="linenumber">7</context> 3108 <context context-type="linenumber">7</context>
2937 </context-group> 3109 </context-group>
3110 </trans-unit><trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2" datatype="html">
3111 <source>Create a new playlist</source>
3112 <context-group purpose="location">
3113 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
3114 <context context-type="linenumber">4</context>
3115 </context-group>
3116 <context-group purpose="location">
3117 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3118 <context context-type="linenumber">1</context>
3119 </context-group>
3120 <context-group purpose="location">
3121 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3122 <context context-type="linenumber">1</context>
3123 </context-group>
3124 </trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
3125 <source>Privacy</source>
3126 <context-group purpose="location">
3127 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3128 <context context-type="linenumber">33</context>
3129 </context-group>
3130 <context-group purpose="location">
3131 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3132 <context context-type="linenumber">33</context>
3133 </context-group>
3134 <context-group purpose="location">
3135 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3136 <context context-type="linenumber">25</context>
3137 </context-group>
3138 <context-group purpose="location">
3139 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3140 <context context-type="linenumber">21</context>
3141 </context-group>
3142 <context-group purpose="location">
3143 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3144 <context context-type="linenumber">33</context>
3145 </context-group>
3146 <context-group purpose="location">
3147 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3148 <context context-type="linenumber">90</context>
3149 </context-group>
3150 <context-group purpose="location">
3151 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3152 <context context-type="linenumber">205</context>
3153 </context-group>
3154 </trans-unit><trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071" datatype="html">
3155 <source>Channel</source>
3156 <context-group purpose="location">
3157 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3158 <context context-type="linenumber">46</context>
3159 </context-group>
3160 <context-group purpose="location">
3161 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3162 <context context-type="linenumber">46</context>
3163 </context-group>
3164 <context-group purpose="location">
3165 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3166 <context context-type="linenumber">16</context>
3167 </context-group>
3168 <context-group purpose="location">
3169 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3170 <context context-type="linenumber">12</context>
3171 </context-group>
3172 <context-group purpose="location">
3173 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3174 <context context-type="linenumber">24</context>
3175 </context-group>
3176 <context-group purpose="location">
3177 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3178 <context context-type="linenumber">39</context>
3179 </context-group>
3180 </trans-unit><trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513" datatype="html">
3181 <source>Upload thumbnail</source>
3182 <context-group purpose="location">
3183 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3184 <context context-type="linenumber">61</context>
3185 </context-group>
3186 <context-group purpose="location">
3187 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
3188 <context context-type="linenumber">61</context>
3189 </context-group>
3190 <context-group purpose="location">
3191 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3192 <context context-type="linenumber">192</context>
3193 </context-group>
3194 </trans-unit><trans-unit id="188014887f7188d90b39e41d9606b91c77c17861" datatype="html">
3195 <source>No videos in this playlist.</source>
3196 <context-group purpose="location">
3197 <context context-type="sourcefile">app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html</context>
3198 <context context-type="linenumber">11</context>
3199 </context-group>
2938 </trans-unit><trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9" datatype="html"> 3200 </trans-unit><trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9" datatype="html">
2939 <source>Change password</source> 3201 <source>Change password</source>
2940 <context-group purpose="location"> 3202 <context-group purpose="location">
@@ -2981,12 +3243,6 @@ When you will upload a video in this channel, the video support field will be au
2981 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 3243 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
2982 <context context-type="linenumber">28</context> 3244 <context context-type="linenumber">28</context>
2983 </context-group> 3245 </context-group>
2984 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
2985 <source>Save</source>
2986 <context-group purpose="location">
2987 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
2988 <context context-type="linenumber">32</context>
2989 </context-group>
2990 </trans-unit><trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba" datatype="html"> 3246 </trans-unit><trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba" datatype="html">
2991 <source>Update my profile</source> 3247 <source>Update my profile</source>
2992 <context-group purpose="location"> 3248 <context-group purpose="location">
@@ -3085,6 +3341,12 @@ When you will upload a video in this channel, the video support field will be au
3085 <context context-type="sourcefile">app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context> 3341 <context context-type="sourcefile">app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
3086 <context context-type="linenumber">20</context> 3342 <context context-type="linenumber">20</context>
3087 </context-group> 3343 </context-group>
3344 </trans-unit><trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d" datatype="html">
3345 <source>Video playlists</source>
3346 <context-group purpose="location">
3347 <context context-type="sourcefile">app/+video-channels/video-channels.component.html</context>
3348 <context context-type="linenumber">25</context>
3349 </context-group>
3088 </trans-unit><trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8" datatype="html"> 3350 </trans-unit><trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8" datatype="html">
3089 <source>Support this channel</source> 3351 <source>Support this channel</source>
3090 <context-group purpose="location"> 3352 <context-group purpose="location">
@@ -3097,6 +3359,20 @@ When you will upload a video in this channel, the video support field will be au
3097 <context context-type="sourcefile">app/+video-channels/video-channel-about/video-channel-about.component.html</context> 3359 <context context-type="sourcefile">app/+video-channels/video-channel-about/video-channel-about.component.html</context>
3098 <context context-type="linenumber">17</context> 3360 <context context-type="linenumber">17</context>
3099 </context-group> 3361 </context-group>
3362 </trans-unit><trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e" datatype="html">
3363 <source>
3364 Created &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/&gt; playlists
3365</source>
3366 <context-group purpose="location">
3367 <context context-type="sourcefile">app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
3368 <context context-type="linenumber">1</context>
3369 </context-group>
3370 </trans-unit><trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f" datatype="html">
3371 <source>This channel does not have playlists.</source>
3372 <context-group purpose="location">
3373 <context context-type="sourcefile">app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
3374 <context context-type="linenumber">5</context>
3375 </context-group>
3100 </trans-unit><trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6" datatype="html"> 3376 </trans-unit><trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6" datatype="html">
3101 <source>URL</source> 3377 <source>URL</source>
3102 <context-group purpose="location"> 3378 <context-group purpose="location">
@@ -3105,7 +3381,7 @@ When you will upload a video in this channel, the video support field will be au
3105 </context-group> 3381 </context-group>
3106 <context-group purpose="location"> 3382 <context-group purpose="location">
3107 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context> 3383 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
3108 <context context-type="linenumber">17</context> 3384 <context context-type="linenumber">25</context>
3109 </context-group> 3385 </context-group>
3110 </trans-unit><trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333" datatype="html"> 3386 </trans-unit><trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333" datatype="html">
3111 <source>You can import any URL &lt;a href=&apos;https://rg3.github.io/youtube-dl/supportedsites.html&apos; target=&apos;_blank&apos; rel=&apos;noopener noreferrer&apos;&gt;supported by youtube-dl&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> 3387 <source>You can import any URL &lt;a href=&apos;https://rg3.github.io/youtube-dl/supportedsites.html&apos; target=&apos;_blank&apos; rel=&apos;noopener noreferrer&apos;&gt;supported by youtube-dl&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>
@@ -3113,46 +3389,6 @@ When you will upload a video in this channel, the video support field will be au
3113 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 3389 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3114 <context context-type="linenumber">9</context> 3390 <context context-type="linenumber">9</context>
3115 </context-group> 3391 </context-group>
3116 </trans-unit><trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071" datatype="html">
3117 <source>Channel</source>
3118 <context-group purpose="location">
3119 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3120 <context context-type="linenumber">16</context>
3121 </context-group>
3122 <context-group purpose="location">
3123 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3124 <context context-type="linenumber">12</context>
3125 </context-group>
3126 <context-group purpose="location">
3127 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3128 <context context-type="linenumber">24</context>
3129 </context-group>
3130 <context-group purpose="location">
3131 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3132 <context context-type="linenumber">39</context>
3133 </context-group>
3134 </trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
3135 <source>Privacy</source>
3136 <context-group purpose="location">
3137 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
3138 <context context-type="linenumber">25</context>
3139 </context-group>
3140 <context-group purpose="location">
3141 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-upload.component.html</context>
3142 <context context-type="linenumber">21</context>
3143 </context-group>
3144 <context-group purpose="location">
3145 <context context-type="sourcefile">app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
3146 <context context-type="linenumber">33</context>
3147 </context-group>
3148 <context-group purpose="location">
3149 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3150 <context context-type="linenumber">90</context>
3151 </context-group>
3152 <context-group purpose="location">
3153 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3154 <context context-type="linenumber">160</context>
3155 </context-group>
3156 </trans-unit><trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html"> 3392 </trans-unit><trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html">
3157 <source>Sorry, but something went wrong</source> 3393 <source>Sorry, but something went wrong</source>
3158 <context-group purpose="location"> 3394 <context-group purpose="location">
@@ -3191,7 +3427,7 @@ When you will upload a video in this channel, the video support field will be au
3191 </context-group> 3427 </context-group>
3192 <context-group purpose="location"> 3428 <context-group purpose="location">
3193 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3429 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3194 <context context-type="linenumber">93</context> 3430 <context context-type="linenumber">138</context>
3195 </context-group> 3431 </context-group>
3196 </trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html"> 3432 </trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
3197 <source>Select the file to upload</source> 3433 <source>Select the file to upload</source>
@@ -3327,7 +3563,7 @@ When you will upload a video in this channel, the video support field will be au
3327 </context-group> 3563 </context-group>
3328 <context-group purpose="location"> 3564 <context-group purpose="location">
3329 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3565 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3330 <context context-type="linenumber">197</context> 3566 <context context-type="linenumber">242</context>
3331 </context-group> 3567 </context-group>
3332 </trans-unit><trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851" datatype="html"> 3568 </trans-unit><trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851" datatype="html">
3333 <source>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</source> 3569 <source>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</source>
@@ -3445,12 +3681,6 @@ When you will upload a video in this channel, the video support field will be au
3445 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context> 3681 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3446 <context context-type="linenumber">135</context> 3682 <context context-type="linenumber">135</context>
3447 </context-group> 3683 </context-group>
3448 </trans-unit><trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513" datatype="html">
3449 <source>Upload thumbnail</source>
3450 <context-group purpose="location">
3451 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.html</context>
3452 <context context-type="linenumber">192</context>
3453 </context-group>
3454 </trans-unit><trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639" datatype="html"> 3684 </trans-unit><trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639" datatype="html">
3455 <source>Upload preview</source> 3685 <source>Upload preview</source>
3456 <context-group purpose="location"> 3686 <context-group purpose="location">
@@ -3469,7 +3699,7 @@ When you will upload a video in this channel, the video support field will be au
3469 </context-group> 3699 </context-group>
3470 <context-group purpose="location"> 3700 <context-group purpose="location">
3471 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3701 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3472 <context context-type="linenumber">70</context> 3702 <context context-type="linenumber">101</context>
3473 </context-group> 3703 </context-group>
3474 </trans-unit><trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0" datatype="html"> 3704 </trans-unit><trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0" datatype="html">
3475 <source>Short text to tell people how they can support you (membership platform...).</source> 3705 <source>Short text to tell people how they can support you (membership platform...).</source>
@@ -3559,7 +3789,7 @@ When you will upload a video in this channel, the video support field will be au
3559 </context-group> 3789 </context-group>
3560 <context-group purpose="location"> 3790 <context-group purpose="location">
3561 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3791 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3562 <context context-type="linenumber">85</context> 3792 <context context-type="linenumber">130</context>
3563 </context-group> 3793 </context-group>
3564 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html"> 3794 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
3565 <source>Report video</source> 3795 <source>Report video</source>
@@ -3584,19 +3814,19 @@ When you will upload a video in this channel, the video support field will be au
3584 </context-group> 3814 </context-group>
3585 <context-group purpose="location"> 3815 <context-group purpose="location">
3586 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3816 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3587 <context context-type="linenumber">75</context> 3817 <context context-type="linenumber">106</context>
3588 </context-group> 3818 </context-group>
3589 </trans-unit><trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f" datatype="html"> 3819 </trans-unit><trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f" datatype="html">
3590 <source>QR-Code</source> 3820 <source>QR-Code</source>
3591 <context-group purpose="location"> 3821 <context-group purpose="location">
3592 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context> 3822 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
3593 <context context-type="linenumber">29</context> 3823 <context context-type="linenumber">37</context>
3594 </context-group> 3824 </context-group>
3595 </trans-unit><trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c" datatype="html"> 3825 </trans-unit><trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c" datatype="html">
3596 <source>Embed</source> 3826 <source>Embed</source>
3597 <context-group purpose="location"> 3827 <context-group purpose="location">
3598 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context> 3828 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
3599 <context context-type="linenumber">34</context> 3829 <context context-type="linenumber">42</context>
3600 </context-group> 3830 </context-group>
3601 </trans-unit><trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8" datatype="html"> 3831 </trans-unit><trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8" datatype="html">
3602 <source> 3832 <source>
@@ -3604,13 +3834,13 @@ When you will upload a video in this channel, the video support field will be au
3604 </source> 3834 </source>
3605 <context-group purpose="location"> 3835 <context-group purpose="location">
3606 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context> 3836 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
3607 <context context-type="linenumber">45</context> 3837 <context context-type="linenumber">53</context>
3608 </context-group> 3838 </context-group>
3609 </trans-unit><trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html"> 3839 </trans-unit><trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html">
3610 <source>Close</source> 3840 <source>Close</source>
3611 <context-group purpose="location"> 3841 <context-group purpose="location">
3612 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context> 3842 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.html</context>
3613 <context context-type="linenumber">51</context> 3843 <context context-type="linenumber">59</context>
3614 </context-group> 3844 </context-group>
3615 </trans-unit><trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8" datatype="html"> 3845 </trans-unit><trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8" datatype="html">
3616 <source>Blacklist video</source> 3846 <source>Blacklist video</source>
@@ -3624,13 +3854,19 @@ When you will upload a video in this channel, the video support field will be au
3624 <context context-type="sourcefile">app/videos/+video-watch/modal/video-blacklist.component.html</context> 3854 <context context-type="sourcefile">app/videos/+video-watch/modal/video-blacklist.component.html</context>
3625 <context context-type="linenumber">21</context> 3855 <context context-type="linenumber">21</context>
3626 </context-group> 3856 </context-group>
3857 </trans-unit><trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99" datatype="html">
3858 <source>Public</source>
3859 <context-group purpose="location">
3860 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3861 <context context-type="linenumber">19</context>
3862 </context-group>
3627 </trans-unit><trans-unit id="7584313e33a66811eb10646627914a01fff0347d" datatype="html"> 3863 </trans-unit><trans-unit id="7584313e33a66811eb10646627914a01fff0347d" datatype="html">
3628 <source> 3864 <source>
3629 The video is being imported, it will be available when the import is finished. 3865 The video is being imported, it will be available when the import is finished.
3630 </source> 3866 </source>
3631 <context-group purpose="location"> 3867 <context-group purpose="location">
3632 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3868 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3633 <context context-type="linenumber">11</context> 3869 <context context-type="linenumber">39</context>
3634 </context-group> 3870 </context-group>
3635 </trans-unit><trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304" datatype="html"> 3871 </trans-unit><trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304" datatype="html">
3636 <source> 3872 <source>
@@ -3638,7 +3874,7 @@ When you will upload a video in this channel, the video support field will be au
3638 </source> 3874 </source>
3639 <context-group purpose="location"> 3875 <context-group purpose="location">
3640 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3876 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3641 <context context-type="linenumber">15</context> 3877 <context context-type="linenumber">43</context>
3642 </context-group> 3878 </context-group>
3643 </trans-unit><trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308" datatype="html"> 3879 </trans-unit><trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308" datatype="html">
3644 <source> 3880 <source>
@@ -3646,131 +3882,133 @@ When you will upload a video in this channel, the video support field will be au
3646 </source> 3882 </source>
3647 <context-group purpose="location"> 3883 <context-group purpose="location">
3648 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3884 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3649 <context context-type="linenumber">19</context> 3885 <context context-type="linenumber">47</context>
3886 </context-group>
3887 </trans-unit><trans-unit id="3835314f553aa264dfd07147fe9db63bb8059c0f" datatype="html">
3888 <source>
3889 This playlist does not have videos.
3890 </source>
3891 <context-group purpose="location">
3892 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3893 <context context-type="linenumber">51</context>
3650 </context-group> 3894 </context-group>
3651 </trans-unit><trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710" datatype="html"> 3895 </trans-unit><trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710" datatype="html">
3652 <source>This video is blacklisted.</source> 3896 <source>This video is blacklisted.</source>
3653 <context-group purpose="location"> 3897 <context-group purpose="location">
3654 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3898 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3655 <context context-type="linenumber">24</context> 3899 <context context-type="linenumber">56</context>
3656 </context-group> 3900 </context-group>
3657 </trans-unit><trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36" datatype="html"> 3901 </trans-unit><trans-unit id="99686034581579c92a971f4eeebd2c072c812e2d" datatype="html">
3658 <source> 3902 <source>
3659 Published &lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views 3903 Published &lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views
3660 </source> 3904 </source>
3661 <context-group purpose="location"> 3905 <context-group purpose="location">
3662 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3906 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3663 <context context-type="linenumber">36</context> 3907 <context context-type="linenumber">67</context>
3664 </context-group> 3908 </context-group>
3665 </trans-unit><trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95" datatype="html"> 3909 </trans-unit><trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36" datatype="html">
3666 <source> 3910 <source>
3667 Published &lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views 3911 Published &lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views
3668 </source> 3912 </source>
3669 <context-group purpose="location"> 3913 <context-group purpose="location">
3670 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3914 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3671 <context context-type="linenumber">45</context> 3915 <context context-type="linenumber">76</context>
3672 </context-group> 3916 </context-group>
3673 </trans-unit><trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced" datatype="html"> 3917 </trans-unit><trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced" datatype="html">
3674 <source>Like this video</source> 3918 <source>Like this video</source>
3675 <context-group purpose="location"> 3919 <context-group purpose="location">
3676 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3920 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3677 <context context-type="linenumber">55</context> 3921 <context context-type="linenumber">86</context>
3678 </context-group> 3922 </context-group>
3679 </trans-unit><trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509" datatype="html"> 3923 </trans-unit><trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509" datatype="html">
3680 <source>Dislike this video</source> 3924 <source>Dislike this video</source>
3681 <context-group purpose="location"> 3925 <context-group purpose="location">
3682 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3926 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3683 <context context-type="linenumber">63</context> 3927 <context context-type="linenumber">94</context>
3684 </context-group> 3928 </context-group>
3685 </trans-unit><trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2" datatype="html"> 3929 </trans-unit><trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2" datatype="html">
3686 <source>Download the video</source> 3930 <source>Download the video</source>
3687 <context-group purpose="location"> 3931 <context-group purpose="location">
3688 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3932 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3689 <context context-type="linenumber">84</context> 3933 <context context-type="linenumber">129</context>
3690 </context-group> 3934 </context-group>
3691 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 3935 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
3692 <source>Report</source> 3936 <source>Report</source>
3693 <context-group purpose="location"> 3937 <context-group purpose="location">
3694 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3938 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3695 <context context-type="linenumber">89</context> 3939 <context context-type="linenumber">134</context>
3696 </context-group> 3940 </context-group>
3697 </trans-unit><trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf" datatype="html"> 3941 </trans-unit><trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf" datatype="html">
3698 <source>Report this video</source> 3942 <source>Report this video</source>
3699 <context-group purpose="location"> 3943 <context-group purpose="location">
3700 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3944 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3701 <context context-type="linenumber">88</context> 3945 <context context-type="linenumber">133</context>
3702 </context-group> 3946 </context-group>
3703 </trans-unit><trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1" datatype="html"> 3947 </trans-unit><trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1" datatype="html">
3704 <source>Update this video</source> 3948 <source>Update this video</source>
3705 <context-group purpose="location"> 3949 <context-group purpose="location">
3706 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3950 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3707 <context context-type="linenumber">92</context> 3951 <context context-type="linenumber">137</context>
3708 </context-group> 3952 </context-group>
3709 </trans-unit><trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61" datatype="html"> 3953 </trans-unit><trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61" datatype="html">
3710 <source>Blacklist</source> 3954 <source>Blacklist</source>
3711 <context-group purpose="location"> 3955 <context-group purpose="location">
3712 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3956 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3713 <context context-type="linenumber">97</context> 3957 <context context-type="linenumber">142</context>
3714 </context-group> 3958 </context-group>
3715 </trans-unit><trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037" datatype="html"> 3959 </trans-unit><trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037" datatype="html">
3716 <source>Blacklist this video</source> 3960 <source>Blacklist this video</source>
3717 <context-group purpose="location"> 3961 <context-group purpose="location">
3718 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3962 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3719 <context context-type="linenumber">96</context> 3963 <context context-type="linenumber">141</context>
3720 </context-group>
3721 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3722 <source>Unblacklist</source>
3723 <context-group purpose="location">
3724 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3725 <context context-type="linenumber">101</context>
3726 </context-group> 3964 </context-group>
3727 </trans-unit><trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25" datatype="html"> 3965 </trans-unit><trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25" datatype="html">
3728 <source>Unblacklist this video</source> 3966 <source>Unblacklist this video</source>
3729 <context-group purpose="location"> 3967 <context-group purpose="location">
3730 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3968 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3731 <context context-type="linenumber">100</context> 3969 <context context-type="linenumber">145</context>
3732 </context-group> 3970 </context-group>
3733 </trans-unit><trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5" datatype="html"> 3971 </trans-unit><trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5" datatype="html">
3734 <source>Delete this video</source> 3972 <source>Delete this video</source>
3735 <context-group purpose="location"> 3973 <context-group purpose="location">
3736 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3974 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3737 <context context-type="linenumber">104</context> 3975 <context context-type="linenumber">149</context>
3738 </context-group> 3976 </context-group>
3739 </trans-unit><trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33" datatype="html"> 3977 </trans-unit><trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33" datatype="html">
3740 <source>Go the channel page</source> 3978 <source>Go the channel page</source>
3741 <context-group purpose="location"> 3979 <context-group purpose="location">
3742 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3980 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3743 <context context-type="linenumber">124</context> 3981 <context context-type="linenumber">169</context>
3744 </context-group> 3982 </context-group>
3745 </trans-unit><trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4" datatype="html"> 3983 </trans-unit><trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4" datatype="html">
3746 <source>By &lt;x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/&gt;</source> 3984 <source>By &lt;x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/&gt;</source>
3747 <context-group purpose="location"> 3985 <context-group purpose="location">
3748 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3986 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3749 <context context-type="linenumber">135</context> 3987 <context context-type="linenumber">180</context>
3750 </context-group> 3988 </context-group>
3751 </trans-unit><trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b" datatype="html"> 3989 </trans-unit><trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b" datatype="html">
3752 <source>Show more</source> 3990 <source>Show more</source>
3753 <context-group purpose="location"> 3991 <context-group purpose="location">
3754 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3992 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3755 <context context-type="linenumber">147</context> 3993 <context context-type="linenumber">192</context>
3756 </context-group> 3994 </context-group>
3757 </trans-unit><trans-unit id="5403a767248e304199592271bba3366d2ca3f903" datatype="html"> 3995 </trans-unit><trans-unit id="5403a767248e304199592271bba3366d2ca3f903" datatype="html">
3758 <source>Show less</source> 3996 <source>Show less</source>
3759 <context-group purpose="location"> 3997 <context-group purpose="location">
3760 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 3998 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3761 <context context-type="linenumber">153</context> 3999 <context context-type="linenumber">198</context>
3762 </context-group> 4000 </context-group>
3763 </trans-unit><trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079" datatype="html"> 4001 </trans-unit><trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079" datatype="html">
3764 <source>Originally published</source> 4002 <source>Originally published</source>
3765 <context-group purpose="location"> 4003 <context-group purpose="location">
3766 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 4004 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3767 <context context-type="linenumber">165</context> 4005 <context context-type="linenumber">210</context>
3768 </context-group> 4006 </context-group>
3769 </trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 4007 </trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
3770 <source>Friendly Reminder: </source> 4008 <source>Friendly Reminder: </source>
3771 <context-group purpose="location"> 4009 <context-group purpose="location">
3772 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 4010 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3773 <context context-type="linenumber">214</context> 4011 <context context-type="linenumber">258</context>
3774 </context-group> 4012 </context-group>
3775 </trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 4013 </trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
3776 <source> 4014 <source>
@@ -3778,19 +4016,19 @@ When you will upload a video in this channel, the video support field will be au
3778 </source> 4016 </source>
3779 <context-group purpose="location"> 4017 <context-group purpose="location">
3780 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 4018 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3781 <context context-type="linenumber">215</context> 4019 <context context-type="linenumber">259</context>
3782 </context-group> 4020 </context-group>
3783 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 4021 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
3784 <source>More information</source> 4022 <source>More information</source>
3785 <context-group purpose="location"> 4023 <context-group purpose="location">
3786 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 4024 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3787 <context context-type="linenumber">218</context> 4025 <context context-type="linenumber">262</context>
3788 </context-group> 4026 </context-group>
3789 </trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 4027 </trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
3790 <source>Get more information</source> 4028 <source>Get more information</source>
3791 <context-group purpose="location"> 4029 <context-group purpose="location">
3792 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 4030 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3793 <context context-type="linenumber">218</context> 4031 <context context-type="linenumber">262</context>
3794 </context-group> 4032 </context-group>
3795 </trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 4033 </trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
3796 <source> 4034 <source>
@@ -3798,7 +4036,7 @@ When you will upload a video in this channel, the video support field will be au
3798 </source> 4036 </source>
3799 <context-group purpose="location"> 4037 <context-group purpose="location">
3800 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context> 4038 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.html</context>
3801 <context context-type="linenumber">221</context> 4039 <context context-type="linenumber">265</context>
3802 </context-group> 4040 </context-group>
3803 </trans-unit><trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27" datatype="html"> 4041 </trans-unit><trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27" datatype="html">
3804 <source> 4042 <source>
@@ -4245,6 +4483,20 @@ When you will upload a video in this channel, the video support field will be au
4245 <context context-type="linenumber">1</context> 4483 <context context-type="linenumber">1</context>
4246 </context-group> 4484 </context-group>
4247 </trans-unit> 4485 </trans-unit>
4486 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611" datatype="html">
4487 <source>Video &lt;x id="INTERPOLATION" equiv-text="{{name}}"/&gt; removed from blacklist.</source>
4488 <context-group purpose="location">
4489 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
4490 <context context-type="linenumber">1</context>
4491 </context-group>
4492 </trans-unit>
4493 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5" datatype="html">
4494 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/&gt; videos removed from blacklist.</source>
4495 <context-group purpose="location">
4496 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
4497 <context context-type="linenumber">1</context>
4498 </context-group>
4499 </trans-unit>
4248 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32" datatype="html"> 4500 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32" datatype="html">
4249 <source>yes</source> 4501 <source>yes</source>
4250 <context-group purpose="location"> 4502 <context-group purpose="location">
@@ -4537,8 +4789,15 @@ When you will upload a video in this channel, the video support field will be au
4537 <context context-type="linenumber">1</context> 4789 <context context-type="linenumber">1</context>
4538 </context-group> 4790 </context-group>
4539 </trans-unit> 4791 </trans-unit>
4540 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e" datatype="html"> 4792 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8" datatype="html">
4541 <source>New video abuse on local video</source> 4793 <source>New video abuse</source>
4794 <context-group purpose="location">
4795 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
4796 <context context-type="linenumber">1</context>
4797 </context-group>
4798 </trans-unit>
4799 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47" datatype="html">
4800 <source>Video auto-blacklisted waiting review</source>
4542 <context-group purpose="location"> 4801 <context-group purpose="location">
4543 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 4802 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
4544 <context context-type="linenumber">1</context> 4803 <context context-type="linenumber">1</context>
@@ -4632,17 +4891,17 @@ When you will upload a video in this channel, the video support field will be au
4632 <context context-type="linenumber">1</context> 4891 <context context-type="linenumber">1</context>
4633 </context-group> 4892 </context-group>
4634 </trans-unit> 4893 </trans-unit>
4635 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> 4894 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559" datatype="html">
4636 <source>Create</source> 4895 <source>Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/&gt; updated.</source>
4637 <context-group purpose="location"> 4896 <context-group purpose="location">
4638 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context> 4897 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context>
4639 <context context-type="linenumber">1</context> 4898 <context context-type="linenumber">1</context>
4640 </context-group> 4899 </context-group>
4641 </trans-unit> 4900 </trans-unit>
4642 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559" datatype="html"> 4901 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791" datatype="html">
4643 <source>Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/&gt; updated.</source> 4902 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/&gt;? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (&lt;x id="INTERPOLATION_1" equiv-text="{{channelName}}"/&gt;)!</source>
4644 <context-group purpose="location"> 4903 <context-group purpose="location">
4645 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context> 4904 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
4646 <context context-type="linenumber">1</context> 4905 <context context-type="linenumber">1</context>
4647 </context-group> 4906 </context-group>
4648 </trans-unit> 4907 </trans-unit>
@@ -4660,6 +4919,34 @@ When you will upload a video in this channel, the video support field will be au
4660 <context context-type="linenumber">1</context> 4919 <context context-type="linenumber">1</context>
4661 </context-group> 4920 </context-group>
4662 </trans-unit> 4921 </trans-unit>
4922 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d" datatype="html">
4923 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{playlistName}}"/&gt; created.</source>
4924 <context-group purpose="location">
4925 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context>
4926 <context context-type="linenumber">1</context>
4927 </context-group>
4928 </trans-unit>
4929 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d" datatype="html">
4930 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/&gt; updated.</source>
4931 <context-group purpose="location">
4932 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context>
4933 <context context-type="linenumber">1</context>
4934 </context-group>
4935 </trans-unit>
4936 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783" datatype="html">
4937 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/&gt;?</source>
4938 <context-group purpose="location">
4939 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
4940 <context context-type="linenumber">1</context>
4941 </context-group>
4942 </trans-unit>
4943 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86" datatype="html">
4944 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/&gt; deleted.</source>
4945 <context-group purpose="location">
4946 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
4947 <context context-type="linenumber">1</context>
4948 </context-group>
4949 </trans-unit>
4663 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894" datatype="html"> 4950 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894" datatype="html">
4664 <source>My videos</source> 4951 <source>My videos</source>
4665 <context-group purpose="location"> 4952 <context-group purpose="location">
@@ -4745,15 +5032,15 @@ When you will upload a video in this channel, the video support field will be au
4745 <context context-type="linenumber">1</context> 5032 <context context-type="linenumber">1</context>
4746 </context-group> 5033 </context-group>
4747 </trans-unit> 5034 </trans-unit>
4748 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 5035 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f" datatype="html">
4749 <source>My library</source> 5036 <source>My channels</source>
4750 <context-group purpose="location"> 5037 <context-group purpose="location">
4751 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 5038 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
4752 <context context-type="linenumber">1</context> 5039 <context context-type="linenumber">1</context>
4753 </context-group> 5040 </context-group>
4754 </trans-unit> 5041 </trans-unit>
4755 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f" datatype="html"> 5042 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2" datatype="html">
4756 <source>My channels</source> 5043 <source>My playlists</source>
4757 <context-group purpose="location"> 5044 <context-group purpose="location">
4758 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 5045 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
4759 <context context-type="linenumber">1</context> 5046 <context context-type="linenumber">1</context>
@@ -5376,6 +5663,10 @@ When you will upload a video in this channel, the video support field will be au
5376 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 5663 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
5377 <context context-type="linenumber">1</context> 5664 <context context-type="linenumber">1</context>
5378 </context-group> 5665 </context-group>
5666 <context-group purpose="location">
5667 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
5668 <context context-type="linenumber">1</context>
5669 </context-group>
5379 </trans-unit> 5670 </trans-unit>
5380 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c" datatype="html"> 5671 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c" datatype="html">
5381 <source>Display name must be at least 1 character long.</source> 5672 <source>Display name must be at least 1 character long.</source>
@@ -5387,6 +5678,10 @@ When you will upload a video in this channel, the video support field will be au
5387 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 5678 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
5388 <context context-type="linenumber">1</context> 5679 <context context-type="linenumber">1</context>
5389 </context-group> 5680 </context-group>
5681 <context-group purpose="location">
5682 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
5683 <context context-type="linenumber">1</context>
5684 </context-group>
5390 </trans-unit> 5685 </trans-unit>
5391 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1" datatype="html"> 5686 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1" datatype="html">
5392 <source>Display name cannot be more than 50 characters long.</source> 5687 <source>Display name cannot be more than 50 characters long.</source>
@@ -5409,6 +5704,10 @@ When you will upload a video in this channel, the video support field will be au
5409 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 5704 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
5410 <context context-type="linenumber">1</context> 5705 <context context-type="linenumber">1</context>
5411 </context-group> 5706 </context-group>
5707 <context-group purpose="location">
5708 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
5709 <context context-type="linenumber">1</context>
5710 </context-group>
5412 </trans-unit> 5711 </trans-unit>
5413 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0" datatype="html"> 5712 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0" datatype="html">
5414 <source>Description cannot be more than 1000 characters long.</source> 5713 <source>Description cannot be more than 1000 characters long.</source>
@@ -5420,6 +5719,10 @@ When you will upload a video in this channel, the video support field will be au
5420 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 5719 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
5421 <context context-type="linenumber">1</context> 5720 <context context-type="linenumber">1</context>
5422 </context-group> 5721 </context-group>
5722 <context-group purpose="location">
5723 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
5724 <context context-type="linenumber">1</context>
5725 </context-group>
5423 </trans-unit> 5726 </trans-unit>
5424 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561" datatype="html"> 5727 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561" datatype="html">
5425 <source>You must to agree with the instance terms in order to registering on it.</source> 5728 <source>You must to agree with the instance terms in order to registering on it.</source>
@@ -5596,6 +5899,27 @@ When you will upload a video in this channel, the video support field will be au
5596 <context context-type="linenumber">1</context> 5899 <context context-type="linenumber">1</context>
5597 </context-group> 5900 </context-group>
5598 </trans-unit> 5901 </trans-unit>
5902 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9" datatype="html">
5903 <source>Display name cannot be more than 120 characters long.</source>
5904 <context-group purpose="location">
5905 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
5906 <context context-type="linenumber">1</context>
5907 </context-group>
5908 </trans-unit>
5909 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c" datatype="html">
5910 <source>Privacy is required.</source>
5911 <context-group purpose="location">
5912 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
5913 <context context-type="linenumber">1</context>
5914 </context-group>
5915 </trans-unit>
5916 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c" datatype="html">
5917 <source>The channel is required when the playlist is public.</source>
5918 <context-group purpose="location">
5919 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
5920 <context context-type="linenumber">1</context>
5921 </context-group>
5922 </trans-unit>
5599 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1" datatype="html"> 5923 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1" datatype="html">
5600 <source>Video name is required.</source> 5924 <source>Video name is required.</source>
5601 <context-group purpose="location"> 5925 <context-group purpose="location">
@@ -6060,6 +6384,34 @@ When you will upload a video in this channel, the video support field will be au
6060 </context-group> 6384 </context-group>
6061 <note priority="1" from="description">Date format in this locale.</note> 6385 <note priority="1" from="description">Date format in this locale.</note>
6062 </trans-unit> 6386 </trans-unit>
6387 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24" datatype="html">
6388 <source>Hidden</source>
6389 <context-group purpose="location">
6390 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
6391 <context context-type="linenumber">1</context>
6392 </context-group>
6393 </trans-unit>
6394 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654" datatype="html">
6395 <source>Blurred with confirmation request</source>
6396 <context-group purpose="location">
6397 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
6398 <context context-type="linenumber">1</context>
6399 </context-group>
6400 </trans-unit>
6401 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105" datatype="html">
6402 <source>Displayed</source>
6403 <context-group purpose="location">
6404 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
6405 <context context-type="linenumber">1</context>
6406 </context-group>
6407 </trans-unit>
6408 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
6409 <source>User registration allowed</source>
6410 <context-group purpose="location">
6411 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
6412 <context context-type="linenumber">1</context>
6413 </context-group>
6414 </trans-unit>
6063 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411" datatype="html"> 6415 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411" datatype="html">
6064 <source>Transcode your videos in multiple resolutions</source> 6416 <source>Transcode your videos in multiple resolutions</source>
6065 <context-group purpose="location"> 6417 <context-group purpose="location">
@@ -6445,6 +6797,63 @@ When you will upload a video in this channel, the video support field will be au
6445 <context context-type="linenumber">1</context> 6797 <context context-type="linenumber">1</context>
6446 </context-group> 6798 </context-group>
6447 </trans-unit> 6799 </trans-unit>
6800 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78" datatype="html">
6801 <source>Video removed from &lt;x id="INTERPOLATION" equiv-text="{{name}}"/&gt;</source>
6802 <context-group purpose="location">
6803 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
6804 <context context-type="linenumber">1</context>
6805 </context-group>
6806 <context-group purpose="location">
6807 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6808 <context context-type="linenumber">1</context>
6809 </context-group>
6810 </trans-unit>
6811 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de" datatype="html">
6812 <source>Video added in &lt;x id="INTERPOLATION" equiv-text="{{n}}"/&gt; at timestamps &lt;x id="INTERPOLATION_1" equiv-text="{{t}}"/&gt;</source>
6813 <context-group purpose="location">
6814 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
6815 <context context-type="linenumber">1</context>
6816 </context-group>
6817 </trans-unit>
6818 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f" datatype="html">
6819 <source>Video added in &lt;x id="INTERPOLATION" equiv-text="{{n}}"/&gt;</source>
6820 <context-group purpose="location">
6821 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
6822 <context context-type="linenumber">1</context>
6823 </context-group>
6824 </trans-unit>
6825 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8" datatype="html">
6826 <source>Timestamps updated</source>
6827 <context-group purpose="location">
6828 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6829 <context context-type="linenumber">1</context>
6830 </context-group>
6831 </trans-unit>
6832 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f" datatype="html">
6833 <source>Starts at </source>
6834 <context-group purpose="location">
6835 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6836 <context context-type="linenumber">1</context>
6837 </context-group>
6838 <context-group purpose="location">
6839 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6840 <context context-type="linenumber">1</context>
6841 </context-group>
6842 </trans-unit>
6843 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372" datatype="html">
6844 <source>Stops at </source>
6845 <context-group purpose="location">
6846 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6847 <context context-type="linenumber">1</context>
6848 </context-group>
6849 </trans-unit>
6850 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691" datatype="html">
6851 <source> and stops at </source>
6852 <context-group purpose="location">
6853 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
6854 <context context-type="linenumber">1</context>
6855 </context-group>
6856 </trans-unit>
6448 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 6857 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
6449 <source>Only I can see this video</source> 6858 <source>Only I can see this video</source>
6450 <context-group purpose="location"> 6859 <context-group purpose="location">
@@ -6561,6 +6970,20 @@ When you will upload a video in this channel, the video support field will be au
6561 <context context-type="linenumber">1</context> 6970 <context context-type="linenumber">1</context>
6562 </context-group> 6971 </context-group>
6563 </trans-unit> 6972 </trans-unit>
6973 <trans-unit id="f18ffad7896788364e69a9ac6a376c84f54c58f7" datatype="html">
6974 <source> The deletion will be sent to remote instances so they remove the comment too.</source>
6975 <context-group purpose="location">
6976 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
6977 <context context-type="linenumber">1</context>
6978 </context-group>
6979 </trans-unit>
6980 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
6981 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
6982 <context-group purpose="location">
6983 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
6984 <context context-type="linenumber">1</context>
6985 </context-group>
6986 </trans-unit>
6564 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html"> 6987 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
6565 <source>Video blacklisted.</source> 6988 <source>Video blacklisted.</source>
6566 <context-group purpose="location"> 6989 <context-group purpose="location">
@@ -6586,13 +7009,6 @@ When you will upload a video in this channel, the video support field will be au
6586 <context context-type="linenumber">1</context> 7009 <context context-type="linenumber">1</context>
6587 </context-group> 7010 </context-group>
6588 </trans-unit> 7011 </trans-unit>
6589 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f" datatype="html">
6590 <source>Start at &lt;x id="INTERPOLATION" equiv-text="{{timestamp}}"/&gt;</source>
6591 <context-group purpose="location">
6592 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.ts</context>
6593 <context context-type="linenumber">1</context>
6594 </context-group>
6595 </trans-unit>
6596 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6" datatype="html"> 7012 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6" datatype="html">
6597 <source>Like the video</source> 7013 <source>Like the video</source>
6598 <context-group purpose="location"> 7014 <context-group purpose="location">
@@ -6642,8 +7058,8 @@ When you will upload a video in this channel, the video support field will be au
6642 <context context-type="linenumber">1</context> 7058 <context context-type="linenumber">1</context>
6643 </context-group> 7059 </context-group>
6644 </trans-unit> 7060 </trans-unit>
6645 <trans-unit id="8c429645223c24afe30218fc45bb07e352bb1938" datatype="html"> 7061 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e" datatype="html">
6646 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours.</source> 7062 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
6647 <context-group purpose="location"> 7063 <context-group purpose="location">
6648 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 7064 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
6649 <context context-type="linenumber">1</context> 7065 <context context-type="linenumber">1</context>
@@ -6656,8 +7072,8 @@ When you will upload a video in this channel, the video support field will be au
6656 <context context-type="linenumber">1</context> 7072 <context context-type="linenumber">1</context>
6657 </context-group> 7073 </context-group>
6658 </trans-unit> 7074 </trans-unit>
6659 <trans-unit id="98b98154eca3533e16b81c5b08611d19949e8661" datatype="html"> 7075 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html">
6660 <source>Trending videos are those totalizing the greatest number of views during the last &lt;x id="INTERPOLATION" equiv-text="{{days}}"/&gt; days.</source> 7076 <source>Trending videos are those totalizing the greatest number of views during the last &lt;x id="INTERPOLATION" equiv-text="{{days}}"/&gt; days</source>
6661 <context-group purpose="location"> 7077 <context-group purpose="location">
6662 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 7078 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
6663 <context context-type="linenumber">1</context> 7079 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/source/iso639_en_US.xml b/client/src/locale/source/iso639_en_US.xml
index 905e6181e..fa3d7c010 100644
--- a/client/src/locale/source/iso639_en_US.xml
+++ b/client/src/locale/source/iso639_en_US.xml
@@ -3,771 +3,579 @@
3 <body> 3 <body>
4 <trans-unit id="Afar"> 4 <trans-unit id="Afar">
5 <source>Afar</source> 5 <source>Afar</source>
6 <target>undefined</target>
7 </trans-unit> 6 </trans-unit>
8 <trans-unit id="Abkhazian"> 7 <trans-unit id="Abkhazian">
9 <source>Abkhazian</source> 8 <source>Abkhazian</source>
10 <target>undefined</target>
11 </trans-unit> 9 </trans-unit>
12 <trans-unit id="Afrikaans"> 10 <trans-unit id="Afrikaans">
13 <source>Afrikaans</source> 11 <source>Afrikaans</source>
14 <target>undefined</target>
15 </trans-unit> 12 </trans-unit>
16 <trans-unit id="Akan"> 13 <trans-unit id="Akan">
17 <source>Akan</source> 14 <source>Akan</source>
18 <target>undefined</target>
19 </trans-unit> 15 </trans-unit>
20 <trans-unit id="Amharic"> 16 <trans-unit id="Amharic">
21 <source>Amharic</source> 17 <source>Amharic</source>
22 <target>undefined</target>
23 </trans-unit> 18 </trans-unit>
24 <trans-unit id="Arabic"> 19 <trans-unit id="Arabic">
25 <source>Arabic</source> 20 <source>Arabic</source>
26 <target>undefined</target>
27 </trans-unit> 21 </trans-unit>
28 <trans-unit id="Aragonese"> 22 <trans-unit id="Aragonese">
29 <source>Aragonese</source> 23 <source>Aragonese</source>
30 <target>undefined</target>
31 </trans-unit> 24 </trans-unit>
32 <trans-unit id="American Sign Language"> 25 <trans-unit id="American Sign Language">
33 <source>American Sign Language</source> 26 <source>American Sign Language</source>
34 <target>undefined</target>
35 </trans-unit> 27 </trans-unit>
36 <trans-unit id="Assamese"> 28 <trans-unit id="Assamese">
37 <source>Assamese</source> 29 <source>Assamese</source>
38 <target>undefined</target>
39 </trans-unit> 30 </trans-unit>
40 <trans-unit id="Avaric"> 31 <trans-unit id="Avaric">
41 <source>Avaric</source> 32 <source>Avaric</source>
42 <target>undefined</target>
43 </trans-unit> 33 </trans-unit>
44 <trans-unit id="Kotava"> 34 <trans-unit id="Kotava">
45 <source>Kotava</source> 35 <source>Kotava</source>
46 <target>undefined</target>
47 </trans-unit> 36 </trans-unit>
48 <trans-unit id="Aymara"> 37 <trans-unit id="Aymara">
49 <source>Aymara</source> 38 <source>Aymara</source>
50 <target>undefined</target>
51 </trans-unit> 39 </trans-unit>
52 <trans-unit id="Azerbaijani"> 40 <trans-unit id="Azerbaijani">
53 <source>Azerbaijani</source> 41 <source>Azerbaijani</source>
54 <target>undefined</target>
55 </trans-unit> 42 </trans-unit>
56 <trans-unit id="Bashkir"> 43 <trans-unit id="Bashkir">
57 <source>Bashkir</source> 44 <source>Bashkir</source>
58 <target>undefined</target>
59 </trans-unit> 45 </trans-unit>
60 <trans-unit id="Bambara"> 46 <trans-unit id="Bambara">
61 <source>Bambara</source> 47 <source>Bambara</source>
62 <target>undefined</target>
63 </trans-unit> 48 </trans-unit>
64 <trans-unit id="Belarusian"> 49 <trans-unit id="Belarusian">
65 <source>Belarusian</source> 50 <source>Belarusian</source>
66 <target>undefined</target>
67 </trans-unit> 51 </trans-unit>
68 <trans-unit id="Bengali"> 52 <trans-unit id="Bengali">
69 <source>Bengali</source> 53 <source>Bengali</source>
70 <target>undefined</target>
71 </trans-unit> 54 </trans-unit>
72 <trans-unit id="British Sign Language"> 55 <trans-unit id="British Sign Language">
73 <source>British Sign Language</source> 56 <source>British Sign Language</source>
74 <target>undefined</target>
75 </trans-unit> 57 </trans-unit>
76 <trans-unit id="Bislama"> 58 <trans-unit id="Bislama">
77 <source>Bislama</source> 59 <source>Bislama</source>
78 <target>undefined</target>
79 </trans-unit> 60 </trans-unit>
80 <trans-unit id="Tibetan"> 61 <trans-unit id="Tibetan">
81 <source>Tibetan</source> 62 <source>Tibetan</source>
82 <target>undefined</target>
83 </trans-unit> 63 </trans-unit>
84 <trans-unit id="Bosnian"> 64 <trans-unit id="Bosnian">
85 <source>Bosnian</source> 65 <source>Bosnian</source>
86 <target>undefined</target>
87 </trans-unit> 66 </trans-unit>
88 <trans-unit id="Breton"> 67 <trans-unit id="Breton">
89 <source>Breton</source> 68 <source>Breton</source>
90 <target>undefined</target>
91 </trans-unit> 69 </trans-unit>
92 <trans-unit id="Bulgarian"> 70 <trans-unit id="Bulgarian">
93 <source>Bulgarian</source> 71 <source>Bulgarian</source>
94 <target>undefined</target>
95 </trans-unit> 72 </trans-unit>
96 <trans-unit id="Brazilian Sign Language"> 73 <trans-unit id="Brazilian Sign Language">
97 <source>Brazilian Sign Language</source> 74 <source>Brazilian Sign Language</source>
98 <target>undefined</target>
99 </trans-unit> 75 </trans-unit>
100 <trans-unit id="Catalan"> 76 <trans-unit id="Catalan">
101 <source>Catalan</source> 77 <source>Catalan</source>
102 <target>undefined</target>
103 </trans-unit> 78 </trans-unit>
104 <trans-unit id="Czech"> 79 <trans-unit id="Czech">
105 <source>Czech</source> 80 <source>Czech</source>
106 <target>undefined</target>
107 </trans-unit> 81 </trans-unit>
108 <trans-unit id="Chamorro"> 82 <trans-unit id="Chamorro">
109 <source>Chamorro</source> 83 <source>Chamorro</source>
110 <target>undefined</target>
111 </trans-unit> 84 </trans-unit>
112 <trans-unit id="Chechen"> 85 <trans-unit id="Chechen">
113 <source>Chechen</source> 86 <source>Chechen</source>
114 <target>undefined</target>
115 </trans-unit> 87 </trans-unit>
116 <trans-unit id="Chuvash"> 88 <trans-unit id="Chuvash">
117 <source>Chuvash</source> 89 <source>Chuvash</source>
118 <target>undefined</target>
119 </trans-unit> 90 </trans-unit>
120 <trans-unit id="Cornish"> 91 <trans-unit id="Cornish">
121 <source>Cornish</source> 92 <source>Cornish</source>
122 <target>undefined</target>
123 </trans-unit> 93 </trans-unit>
124 <trans-unit id="Corsican"> 94 <trans-unit id="Corsican">
125 <source>Corsican</source> 95 <source>Corsican</source>
126 <target>undefined</target>
127 </trans-unit> 96 </trans-unit>
128 <trans-unit id="Cree"> 97 <trans-unit id="Cree">
129 <source>Cree</source> 98 <source>Cree</source>
130 <target>undefined</target>
131 </trans-unit> 99 </trans-unit>
132 <trans-unit id="Czech Sign Language"> 100 <trans-unit id="Czech Sign Language">
133 <source>Czech Sign Language</source> 101 <source>Czech Sign Language</source>
134 <target>undefined</target>
135 </trans-unit> 102 </trans-unit>
136 <trans-unit id="Chinese Sign Language"> 103 <trans-unit id="Chinese Sign Language">
137 <source>Chinese Sign Language</source> 104 <source>Chinese Sign Language</source>
138 <target>undefined</target>
139 </trans-unit> 105 </trans-unit>
140 <trans-unit id="Welsh"> 106 <trans-unit id="Welsh">
141 <source>Welsh</source> 107 <source>Welsh</source>
142 <target>undefined</target>
143 </trans-unit> 108 </trans-unit>
144 <trans-unit id="Danish"> 109 <trans-unit id="Danish">
145 <source>Danish</source> 110 <source>Danish</source>
146 <target>undefined</target>
147 </trans-unit> 111 </trans-unit>
148 <trans-unit id="German"> 112 <trans-unit id="German">
149 <source>German</source> 113 <source>German</source>
150 <target>undefined</target>
151 </trans-unit> 114 </trans-unit>
152 <trans-unit id="Dhivehi"> 115 <trans-unit id="Dhivehi">
153 <source>Dhivehi</source> 116 <source>Dhivehi</source>
154 <target>undefined</target>
155 </trans-unit> 117 </trans-unit>
156 <trans-unit id="Danish Sign Language"> 118 <trans-unit id="Danish Sign Language">
157 <source>Danish Sign Language</source> 119 <source>Danish Sign Language</source>
158 <target>undefined</target>
159 </trans-unit> 120 </trans-unit>
160 <trans-unit id="Dzongkha"> 121 <trans-unit id="Dzongkha">
161 <source>Dzongkha</source> 122 <source>Dzongkha</source>
162 <target>undefined</target>
163 </trans-unit> 123 </trans-unit>
164 <trans-unit id="Modern Greek (1453-)"> 124 <trans-unit id="Modern Greek (1453-)">
165 <source>Modern Greek (1453-)</source> 125 <source>Modern Greek (1453-)</source>
166 <target>undefined</target>
167 </trans-unit> 126 </trans-unit>
168 <trans-unit id="English"> 127 <trans-unit id="English">
169 <source>English</source> 128 <source>English</source>
170 <target>undefined</target>
171 </trans-unit> 129 </trans-unit>
172 <trans-unit id="Esperanto"> 130 <trans-unit id="Esperanto">
173 <source>Esperanto</source> 131 <source>Esperanto</source>
174 <target>undefined</target>
175 </trans-unit> 132 </trans-unit>
176 <trans-unit id="Estonian"> 133 <trans-unit id="Estonian">
177 <source>Estonian</source> 134 <source>Estonian</source>
178 <target>undefined</target>
179 </trans-unit> 135 </trans-unit>
180 <trans-unit id="Basque"> 136 <trans-unit id="Basque">
181 <source>Basque</source> 137 <source>Basque</source>
182 <target>undefined</target>
183 </trans-unit> 138 </trans-unit>
184 <trans-unit id="Ewe"> 139 <trans-unit id="Ewe">
185 <source>Ewe</source> 140 <source>Ewe</source>
186 <target>undefined</target>
187 </trans-unit> 141 </trans-unit>
188 <trans-unit id="Faroese"> 142 <trans-unit id="Faroese">
189 <source>Faroese</source> 143 <source>Faroese</source>
190 <target>undefined</target>
191 </trans-unit> 144 </trans-unit>
192 <trans-unit id="Persian"> 145 <trans-unit id="Persian">
193 <source>Persian</source> 146 <source>Persian</source>
194 <target>undefined</target>
195 </trans-unit> 147 </trans-unit>
196 <trans-unit id="Fijian"> 148 <trans-unit id="Fijian">
197 <source>Fijian</source> 149 <source>Fijian</source>
198 <target>undefined</target>
199 </trans-unit> 150 </trans-unit>
200 <trans-unit id="Finnish"> 151 <trans-unit id="Finnish">
201 <source>Finnish</source> 152 <source>Finnish</source>
202 <target>undefined</target>
203 </trans-unit> 153 </trans-unit>
204 <trans-unit id="French"> 154 <trans-unit id="French">
205 <source>French</source> 155 <source>French</source>
206 <target>undefined</target>
207 </trans-unit> 156 </trans-unit>
208 <trans-unit id="Western Frisian"> 157 <trans-unit id="Western Frisian">
209 <source>Western Frisian</source> 158 <source>Western Frisian</source>
210 <target>undefined</target>
211 </trans-unit> 159 </trans-unit>
212 <trans-unit id="French Sign Language"> 160 <trans-unit id="French Sign Language">
213 <source>French Sign Language</source> 161 <source>French Sign Language</source>
214 <target>undefined</target>
215 </trans-unit> 162 </trans-unit>
216 <trans-unit id="Fulah"> 163 <trans-unit id="Fulah">
217 <source>Fulah</source> 164 <source>Fulah</source>
218 <target>undefined</target>
219 </trans-unit> 165 </trans-unit>
220 <trans-unit id="Scottish Gaelic"> 166 <trans-unit id="Scottish Gaelic">
221 <source>Scottish Gaelic</source> 167 <source>Scottish Gaelic</source>
222 <target>undefined</target>
223 </trans-unit> 168 </trans-unit>
224 <trans-unit id="Irish"> 169 <trans-unit id="Irish">
225 <source>Irish</source> 170 <source>Irish</source>
226 <target>undefined</target>
227 </trans-unit> 171 </trans-unit>
228 <trans-unit id="Galician"> 172 <trans-unit id="Galician">
229 <source>Galician</source> 173 <source>Galician</source>
230 <target>undefined</target>
231 </trans-unit> 174 </trans-unit>
232 <trans-unit id="Manx"> 175 <trans-unit id="Manx">
233 <source>Manx</source> 176 <source>Manx</source>
234 <target>undefined</target>
235 </trans-unit> 177 </trans-unit>
236 <trans-unit id="Guarani"> 178 <trans-unit id="Guarani">
237 <source>Guarani</source> 179 <source>Guarani</source>
238 <target>undefined</target>
239 </trans-unit> 180 </trans-unit>
240 <trans-unit id="German Sign Language"> 181 <trans-unit id="German Sign Language">
241 <source>German Sign Language</source> 182 <source>German Sign Language</source>
242 <target>undefined</target>
243 </trans-unit> 183 </trans-unit>
244 <trans-unit id="Gujarati"> 184 <trans-unit id="Gujarati">
245 <source>Gujarati</source> 185 <source>Gujarati</source>
246 <target>undefined</target>
247 </trans-unit> 186 </trans-unit>
248 <trans-unit id="Haitian"> 187 <trans-unit id="Haitian">
249 <source>Haitian</source> 188 <source>Haitian</source>
250 <target>undefined</target>
251 </trans-unit> 189 </trans-unit>
252 <trans-unit id="Hausa"> 190 <trans-unit id="Hausa">
253 <source>Hausa</source> 191 <source>Hausa</source>
254 <target>undefined</target>
255 </trans-unit> 192 </trans-unit>
256 <trans-unit id="Serbo-Croatian"> 193 <trans-unit id="Serbo-Croatian">
257 <source>Serbo-Croatian</source> 194 <source>Serbo-Croatian</source>
258 <target>undefined</target>
259 </trans-unit> 195 </trans-unit>
260 <trans-unit id="Hebrew"> 196 <trans-unit id="Hebrew">
261 <source>Hebrew</source> 197 <source>Hebrew</source>
262 <target>undefined</target>
263 </trans-unit> 198 </trans-unit>
264 <trans-unit id="Herero"> 199 <trans-unit id="Herero">
265 <source>Herero</source> 200 <source>Herero</source>
266 <target>undefined</target>
267 </trans-unit> 201 </trans-unit>
268 <trans-unit id="Hindi"> 202 <trans-unit id="Hindi">
269 <source>Hindi</source> 203 <source>Hindi</source>
270 <target>undefined</target>
271 </trans-unit> 204 </trans-unit>
272 <trans-unit id="Hiri Motu"> 205 <trans-unit id="Hiri Motu">
273 <source>Hiri Motu</source> 206 <source>Hiri Motu</source>
274 <target>undefined</target>
275 </trans-unit> 207 </trans-unit>
276 <trans-unit id="Croatian"> 208 <trans-unit id="Croatian">
277 <source>Croatian</source> 209 <source>Croatian</source>
278 <target>undefined</target>
279 </trans-unit> 210 </trans-unit>
280 <trans-unit id="Hungarian"> 211 <trans-unit id="Hungarian">
281 <source>Hungarian</source> 212 <source>Hungarian</source>
282 <target>undefined</target>
283 </trans-unit> 213 </trans-unit>
284 <trans-unit id="Armenian"> 214 <trans-unit id="Armenian">
285 <source>Armenian</source> 215 <source>Armenian</source>
286 <target>undefined</target>
287 </trans-unit> 216 </trans-unit>
288 <trans-unit id="Igbo"> 217 <trans-unit id="Igbo">
289 <source>Igbo</source> 218 <source>Igbo</source>
290 <target>undefined</target>
291 </trans-unit> 219 </trans-unit>
292 <trans-unit id="Sichuan Yi"> 220 <trans-unit id="Sichuan Yi">
293 <source>Sichuan Yi</source> 221 <source>Sichuan Yi</source>
294 <target>undefined</target>
295 </trans-unit> 222 </trans-unit>
296 <trans-unit id="Inuktitut"> 223 <trans-unit id="Inuktitut">
297 <source>Inuktitut</source> 224 <source>Inuktitut</source>
298 <target>undefined</target>
299 </trans-unit> 225 </trans-unit>
300 <trans-unit id="Indonesian"> 226 <trans-unit id="Indonesian">
301 <source>Indonesian</source> 227 <source>Indonesian</source>
302 <target>undefined</target>
303 </trans-unit> 228 </trans-unit>
304 <trans-unit id="Inupiaq"> 229 <trans-unit id="Inupiaq">
305 <source>Inupiaq</source> 230 <source>Inupiaq</source>
306 <target>undefined</target>
307 </trans-unit> 231 </trans-unit>
308 <trans-unit id="Icelandic"> 232 <trans-unit id="Icelandic">
309 <source>Icelandic</source> 233 <source>Icelandic</source>
310 <target>undefined</target>
311 </trans-unit> 234 </trans-unit>
312 <trans-unit id="Italian"> 235 <trans-unit id="Italian">
313 <source>Italian</source> 236 <source>Italian</source>
314 <target>undefined</target>
315 </trans-unit> 237 </trans-unit>
316 <trans-unit id="Javanese"> 238 <trans-unit id="Javanese">
317 <source>Javanese</source> 239 <source>Javanese</source>
318 <target>undefined</target>
319 </trans-unit> 240 </trans-unit>
320 <trans-unit id="Lojban"> 241 <trans-unit id="Lojban">
321 <source>Lojban</source> 242 <source>Lojban</source>
322 <target>undefined</target>
323 </trans-unit> 243 </trans-unit>
324 <trans-unit id="Japanese"> 244 <trans-unit id="Japanese">
325 <source>Japanese</source> 245 <source>Japanese</source>
326 <target>undefined</target>
327 </trans-unit> 246 </trans-unit>
328 <trans-unit id="Japanese Sign Language"> 247 <trans-unit id="Japanese Sign Language">
329 <source>Japanese Sign Language</source> 248 <source>Japanese Sign Language</source>
330 <target>undefined</target>
331 </trans-unit> 249 </trans-unit>
332 <trans-unit id="Kalaallisut"> 250 <trans-unit id="Kalaallisut">
333 <source>Kalaallisut</source> 251 <source>Kalaallisut</source>
334 <target>undefined</target>
335 </trans-unit> 252 </trans-unit>
336 <trans-unit id="Kannada"> 253 <trans-unit id="Kannada">
337 <source>Kannada</source> 254 <source>Kannada</source>
338 <target>undefined</target>
339 </trans-unit> 255 </trans-unit>
340 <trans-unit id="Kashmiri"> 256 <trans-unit id="Kashmiri">
341 <source>Kashmiri</source> 257 <source>Kashmiri</source>
342 <target>undefined</target>
343 </trans-unit> 258 </trans-unit>
344 <trans-unit id="Georgian"> 259 <trans-unit id="Georgian">
345 <source>Georgian</source> 260 <source>Georgian</source>
346 <target>undefined</target>
347 </trans-unit> 261 </trans-unit>
348 <trans-unit id="Kanuri"> 262 <trans-unit id="Kanuri">
349 <source>Kanuri</source> 263 <source>Kanuri</source>
350 <target>undefined</target>
351 </trans-unit> 264 </trans-unit>
352 <trans-unit id="Kazakh"> 265 <trans-unit id="Kazakh">
353 <source>Kazakh</source> 266 <source>Kazakh</source>
354 <target>undefined</target>
355 </trans-unit> 267 </trans-unit>
356 <trans-unit id="Khmer"> 268 <trans-unit id="Khmer">
357 <source>Khmer</source> 269 <source>Khmer</source>
358 <target>undefined</target>
359 </trans-unit> 270 </trans-unit>
360 <trans-unit id="Kikuyu"> 271 <trans-unit id="Kikuyu">
361 <source>Kikuyu</source> 272 <source>Kikuyu</source>
362 <target>undefined</target>
363 </trans-unit> 273 </trans-unit>
364 <trans-unit id="Kinyarwanda"> 274 <trans-unit id="Kinyarwanda">
365 <source>Kinyarwanda</source> 275 <source>Kinyarwanda</source>
366 <target>undefined</target>
367 </trans-unit> 276 </trans-unit>
368 <trans-unit id="Kirghiz"> 277 <trans-unit id="Kirghiz">
369 <source>Kirghiz</source> 278 <source>Kirghiz</source>
370 <target>undefined</target>
371 </trans-unit> 279 </trans-unit>
372 <trans-unit id="Komi"> 280 <trans-unit id="Komi">
373 <source>Komi</source> 281 <source>Komi</source>
374 <target>undefined</target>
375 </trans-unit> 282 </trans-unit>
376 <trans-unit id="Kongo"> 283 <trans-unit id="Kongo">
377 <source>Kongo</source> 284 <source>Kongo</source>
378 <target>undefined</target>
379 </trans-unit> 285 </trans-unit>
380 <trans-unit id="Korean"> 286 <trans-unit id="Korean">
381 <source>Korean</source> 287 <source>Korean</source>
382 <target>undefined</target>
383 </trans-unit> 288 </trans-unit>
384 <trans-unit id="Kuanyama"> 289 <trans-unit id="Kuanyama">
385 <source>Kuanyama</source> 290 <source>Kuanyama</source>
386 <target>undefined</target>
387 </trans-unit> 291 </trans-unit>
388 <trans-unit id="Kurdish"> 292 <trans-unit id="Kurdish">
389 <source>Kurdish</source> 293 <source>Kurdish</source>
390 <target>undefined</target>
391 </trans-unit> 294 </trans-unit>
392 <trans-unit id="Lao"> 295 <trans-unit id="Lao">
393 <source>Lao</source> 296 <source>Lao</source>
394 <target>undefined</target>
395 </trans-unit> 297 </trans-unit>
396 <trans-unit id="Latvian"> 298 <trans-unit id="Latvian">
397 <source>Latvian</source> 299 <source>Latvian</source>
398 <target>undefined</target>
399 </trans-unit> 300 </trans-unit>
400 <trans-unit id="Limburgan"> 301 <trans-unit id="Limburgan">
401 <source>Limburgan</source> 302 <source>Limburgan</source>
402 <target>undefined</target>
403 </trans-unit> 303 </trans-unit>
404 <trans-unit id="Lingala"> 304 <trans-unit id="Lingala">
405 <source>Lingala</source> 305 <source>Lingala</source>
406 <target>undefined</target>
407 </trans-unit> 306 </trans-unit>
408 <trans-unit id="Lithuanian"> 307 <trans-unit id="Lithuanian">
409 <source>Lithuanian</source> 308 <source>Lithuanian</source>
410 <target>undefined</target>
411 </trans-unit> 309 </trans-unit>
412 <trans-unit id="Luxembourgish"> 310 <trans-unit id="Luxembourgish">
413 <source>Luxembourgish</source> 311 <source>Luxembourgish</source>
414 <target>undefined</target>
415 </trans-unit> 312 </trans-unit>
416 <trans-unit id="Luba-Katanga"> 313 <trans-unit id="Luba-Katanga">
417 <source>Luba-Katanga</source> 314 <source>Luba-Katanga</source>
418 <target>undefined</target>
419 </trans-unit> 315 </trans-unit>
420 <trans-unit id="Ganda"> 316 <trans-unit id="Ganda">
421 <source>Ganda</source> 317 <source>Ganda</source>
422 <target>undefined</target>
423 </trans-unit> 318 </trans-unit>
424 <trans-unit id="Marshallese"> 319 <trans-unit id="Marshallese">
425 <source>Marshallese</source> 320 <source>Marshallese</source>
426 <target>undefined</target>
427 </trans-unit> 321 </trans-unit>
428 <trans-unit id="Malayalam"> 322 <trans-unit id="Malayalam">
429 <source>Malayalam</source> 323 <source>Malayalam</source>
430 <target>undefined</target>
431 </trans-unit> 324 </trans-unit>
432 <trans-unit id="Marathi"> 325 <trans-unit id="Marathi">
433 <source>Marathi</source> 326 <source>Marathi</source>
434 <target>undefined</target>
435 </trans-unit> 327 </trans-unit>
436 <trans-unit id="Macedonian"> 328 <trans-unit id="Macedonian">
437 <source>Macedonian</source> 329 <source>Macedonian</source>
438 <target>undefined</target>
439 </trans-unit> 330 </trans-unit>
440 <trans-unit id="Malagasy"> 331 <trans-unit id="Malagasy">
441 <source>Malagasy</source> 332 <source>Malagasy</source>
442 <target>undefined</target>
443 </trans-unit> 333 </trans-unit>
444 <trans-unit id="Maltese"> 334 <trans-unit id="Maltese">
445 <source>Maltese</source> 335 <source>Maltese</source>
446 <target>undefined</target>
447 </trans-unit> 336 </trans-unit>
448 <trans-unit id="Mongolian"> 337 <trans-unit id="Mongolian">
449 <source>Mongolian</source> 338 <source>Mongolian</source>
450 <target>undefined</target>
451 </trans-unit> 339 </trans-unit>
452 <trans-unit id="Maori"> 340 <trans-unit id="Maori">
453 <source>Maori</source> 341 <source>Maori</source>
454 <target>undefined</target>
455 </trans-unit> 342 </trans-unit>
456 <trans-unit id="Malay (macrolanguage)"> 343 <trans-unit id="Malay (macrolanguage)">
457 <source>Malay (macrolanguage)</source> 344 <source>Malay (macrolanguage)</source>
458 <target>undefined</target>
459 </trans-unit> 345 </trans-unit>
460 <trans-unit id="Burmese"> 346 <trans-unit id="Burmese">
461 <source>Burmese</source> 347 <source>Burmese</source>
462 <target>undefined</target>
463 </trans-unit> 348 </trans-unit>
464 <trans-unit id="Nauru"> 349 <trans-unit id="Nauru">
465 <source>Nauru</source> 350 <source>Nauru</source>
466 <target>undefined</target>
467 </trans-unit> 351 </trans-unit>
468 <trans-unit id="Navajo"> 352 <trans-unit id="Navajo">
469 <source>Navajo</source> 353 <source>Navajo</source>
470 <target>undefined</target>
471 </trans-unit> 354 </trans-unit>
472 <trans-unit id="South Ndebele"> 355 <trans-unit id="South Ndebele">
473 <source>South Ndebele</source> 356 <source>South Ndebele</source>
474 <target>undefined</target>
475 </trans-unit> 357 </trans-unit>
476 <trans-unit id="North Ndebele"> 358 <trans-unit id="North Ndebele">
477 <source>North Ndebele</source> 359 <source>North Ndebele</source>
478 <target>undefined</target>
479 </trans-unit> 360 </trans-unit>
480 <trans-unit id="Ndonga"> 361 <trans-unit id="Ndonga">
481 <source>Ndonga</source> 362 <source>Ndonga</source>
482 <target>undefined</target>
483 </trans-unit> 363 </trans-unit>
484 <trans-unit id="Nepali (macrolanguage)"> 364 <trans-unit id="Nepali (macrolanguage)">
485 <source>Nepali (macrolanguage)</source> 365 <source>Nepali (macrolanguage)</source>
486 <target>undefined</target>
487 </trans-unit> 366 </trans-unit>
488 <trans-unit id="Dutch"> 367 <trans-unit id="Dutch">
489 <source>Dutch</source> 368 <source>Dutch</source>
490 <target>undefined</target>
491 </trans-unit> 369 </trans-unit>
492 <trans-unit id="Norwegian Nynorsk"> 370 <trans-unit id="Norwegian Nynorsk">
493 <source>Norwegian Nynorsk</source> 371 <source>Norwegian Nynorsk</source>
494 <target>undefined</target>
495 </trans-unit> 372 </trans-unit>
496 <trans-unit id="Norwegian Bokmål"> 373 <trans-unit id="Norwegian Bokmål">
497 <source>Norwegian Bokmål</source> 374 <source>Norwegian Bokmål</source>
498 <target>undefined</target>
499 </trans-unit> 375 </trans-unit>
500 <trans-unit id="Norwegian"> 376 <trans-unit id="Norwegian">
501 <source>Norwegian</source> 377 <source>Norwegian</source>
502 <target>undefined</target>
503 </trans-unit> 378 </trans-unit>
504 <trans-unit id="Nyanja"> 379 <trans-unit id="Nyanja">
505 <source>Nyanja</source> 380 <source>Nyanja</source>
506 <target>undefined</target>
507 </trans-unit> 381 </trans-unit>
508 <trans-unit id="Occitan"> 382 <trans-unit id="Occitan">
509 <source>Occitan</source> 383 <source>Occitan</source>
510 <target>undefined</target>
511 </trans-unit> 384 </trans-unit>
512 <trans-unit id="Ojibwa"> 385 <trans-unit id="Ojibwa">
513 <source>Ojibwa</source> 386 <source>Ojibwa</source>
514 <target>undefined</target>
515 </trans-unit> 387 </trans-unit>
516 <trans-unit id="Oriya (macrolanguage)"> 388 <trans-unit id="Oriya (macrolanguage)">
517 <source>Oriya (macrolanguage)</source> 389 <source>Oriya (macrolanguage)</source>
518 <target>undefined</target>
519 </trans-unit> 390 </trans-unit>
520 <trans-unit id="Oromo"> 391 <trans-unit id="Oromo">
521 <source>Oromo</source> 392 <source>Oromo</source>
522 <target>undefined</target>
523 </trans-unit> 393 </trans-unit>
524 <trans-unit id="Ossetian"> 394 <trans-unit id="Ossetian">
525 <source>Ossetian</source> 395 <source>Ossetian</source>
526 <target>undefined</target>
527 </trans-unit> 396 </trans-unit>
528 <trans-unit id="Panjabi"> 397 <trans-unit id="Panjabi">
529 <source>Panjabi</source> 398 <source>Panjabi</source>
530 <target>undefined</target>
531 </trans-unit> 399 </trans-unit>
532 <trans-unit id="Pakistan Sign Language"> 400 <trans-unit id="Pakistan Sign Language">
533 <source>Pakistan Sign Language</source> 401 <source>Pakistan Sign Language</source>
534 <target>undefined</target>
535 </trans-unit> 402 </trans-unit>
536 <trans-unit id="Polish"> 403 <trans-unit id="Polish">
537 <source>Polish</source> 404 <source>Polish</source>
538 <target>undefined</target>
539 </trans-unit> 405 </trans-unit>
540 <trans-unit id="Portuguese"> 406 <trans-unit id="Portuguese">
541 <source>Portuguese</source> 407 <source>Portuguese</source>
542 <target>undefined</target>
543 </trans-unit> 408 </trans-unit>
544 <trans-unit id="Pushto"> 409 <trans-unit id="Pushto">
545 <source>Pushto</source> 410 <source>Pushto</source>
546 <target>undefined</target>
547 </trans-unit> 411 </trans-unit>
548 <trans-unit id="Quechua"> 412 <trans-unit id="Quechua">
549 <source>Quechua</source> 413 <source>Quechua</source>
550 <target>undefined</target>
551 </trans-unit> 414 </trans-unit>
552 <trans-unit id="Romansh"> 415 <trans-unit id="Romansh">
553 <source>Romansh</source> 416 <source>Romansh</source>
554 <target>undefined</target>
555 </trans-unit> 417 </trans-unit>
556 <trans-unit id="Romanian"> 418 <trans-unit id="Romanian">
557 <source>Romanian</source> 419 <source>Romanian</source>
558 <target>undefined</target>
559 </trans-unit> 420 </trans-unit>
560 <trans-unit id="Russian Sign Language"> 421 <trans-unit id="Russian Sign Language">
561 <source>Russian Sign Language</source> 422 <source>Russian Sign Language</source>
562 <target>undefined</target>
563 </trans-unit> 423 </trans-unit>
564 <trans-unit id="Rundi"> 424 <trans-unit id="Rundi">
565 <source>Rundi</source> 425 <source>Rundi</source>
566 <target>undefined</target>
567 </trans-unit> 426 </trans-unit>
568 <trans-unit id="Russian"> 427 <trans-unit id="Russian">
569 <source>Russian</source> 428 <source>Russian</source>
570 <target>undefined</target>
571 </trans-unit> 429 </trans-unit>
572 <trans-unit id="Sango"> 430 <trans-unit id="Sango">
573 <source>Sango</source> 431 <source>Sango</source>
574 <target>undefined</target>
575 </trans-unit> 432 </trans-unit>
576 <trans-unit id="Saudi Arabian Sign Language"> 433 <trans-unit id="Saudi Arabian Sign Language">
577 <source>Saudi Arabian Sign Language</source> 434 <source>Saudi Arabian Sign Language</source>
578 <target>undefined</target>
579 </trans-unit> 435 </trans-unit>
580 <trans-unit id="South African Sign Language"> 436 <trans-unit id="South African Sign Language">
581 <source>South African Sign Language</source> 437 <source>South African Sign Language</source>
582 <target>undefined</target>
583 </trans-unit> 438 </trans-unit>
584 <trans-unit id="Sinhala"> 439 <trans-unit id="Sinhala">
585 <source>Sinhala</source> 440 <source>Sinhala</source>
586 <target>undefined</target>
587 </trans-unit> 441 </trans-unit>
588 <trans-unit id="Slovak"> 442 <trans-unit id="Slovak">
589 <source>Slovak</source> 443 <source>Slovak</source>
590 <target>undefined</target>
591 </trans-unit> 444 </trans-unit>
592 <trans-unit id="Slovenian"> 445 <trans-unit id="Slovenian">
593 <source>Slovenian</source> 446 <source>Slovenian</source>
594 <target>undefined</target>
595 </trans-unit> 447 </trans-unit>
596 <trans-unit id="Northern Sami"> 448 <trans-unit id="Northern Sami">
597 <source>Northern Sami</source> 449 <source>Northern Sami</source>
598 <target>undefined</target>
599 </trans-unit> 450 </trans-unit>
600 <trans-unit id="Samoan"> 451 <trans-unit id="Samoan">
601 <source>Samoan</source> 452 <source>Samoan</source>
602 <target>undefined</target>
603 </trans-unit> 453 </trans-unit>
604 <trans-unit id="Shona"> 454 <trans-unit id="Shona">
605 <source>Shona</source> 455 <source>Shona</source>
606 <target>undefined</target>
607 </trans-unit> 456 </trans-unit>
608 <trans-unit id="Sindhi"> 457 <trans-unit id="Sindhi">
609 <source>Sindhi</source> 458 <source>Sindhi</source>
610 <target>undefined</target>
611 </trans-unit> 459 </trans-unit>
612 <trans-unit id="Somali"> 460 <trans-unit id="Somali">
613 <source>Somali</source> 461 <source>Somali</source>
614 <target>undefined</target>
615 </trans-unit> 462 </trans-unit>
616 <trans-unit id="Southern Sotho"> 463 <trans-unit id="Southern Sotho">
617 <source>Southern Sotho</source> 464 <source>Southern Sotho</source>
618 <target>undefined</target>
619 </trans-unit> 465 </trans-unit>
620 <trans-unit id="Spanish"> 466 <trans-unit id="Spanish">
621 <source>Spanish</source> 467 <source>Spanish</source>
622 <target>undefined</target>
623 </trans-unit> 468 </trans-unit>
624 <trans-unit id="Albanian"> 469 <trans-unit id="Albanian">
625 <source>Albanian</source> 470 <source>Albanian</source>
626 <target>undefined</target>
627 </trans-unit> 471 </trans-unit>
628 <trans-unit id="Sardinian"> 472 <trans-unit id="Sardinian">
629 <source>Sardinian</source> 473 <source>Sardinian</source>
630 <target>undefined</target>
631 </trans-unit> 474 </trans-unit>
632 <trans-unit id="Serbian"> 475 <trans-unit id="Serbian">
633 <source>Serbian</source> 476 <source>Serbian</source>
634 <target>undefined</target>
635 </trans-unit> 477 </trans-unit>
636 <trans-unit id="Swati"> 478 <trans-unit id="Swati">
637 <source>Swati</source> 479 <source>Swati</source>
638 <target>undefined</target>
639 </trans-unit> 480 </trans-unit>
640 <trans-unit id="Sundanese"> 481 <trans-unit id="Sundanese">
641 <source>Sundanese</source> 482 <source>Sundanese</source>
642 <target>undefined</target>
643 </trans-unit> 483 </trans-unit>
644 <trans-unit id="Swahili (macrolanguage)"> 484 <trans-unit id="Swahili (macrolanguage)">
645 <source>Swahili (macrolanguage)</source> 485 <source>Swahili (macrolanguage)</source>
646 <target>undefined</target>
647 </trans-unit> 486 </trans-unit>
648 <trans-unit id="Swedish"> 487 <trans-unit id="Swedish">
649 <source>Swedish</source> 488 <source>Swedish</source>
650 <target>undefined</target>
651 </trans-unit> 489 </trans-unit>
652 <trans-unit id="Swedish Sign Language"> 490 <trans-unit id="Swedish Sign Language">
653 <source>Swedish Sign Language</source> 491 <source>Swedish Sign Language</source>
654 <target>undefined</target>
655 </trans-unit> 492 </trans-unit>
656 <trans-unit id="Tahitian"> 493 <trans-unit id="Tahitian">
657 <source>Tahitian</source> 494 <source>Tahitian</source>
658 <target>undefined</target>
659 </trans-unit> 495 </trans-unit>
660 <trans-unit id="Tamil"> 496 <trans-unit id="Tamil">
661 <source>Tamil</source> 497 <source>Tamil</source>
662 <target>undefined</target>
663 </trans-unit> 498 </trans-unit>
664 <trans-unit id="Tatar"> 499 <trans-unit id="Tatar">
665 <source>Tatar</source> 500 <source>Tatar</source>
666 <target>undefined</target>
667 </trans-unit> 501 </trans-unit>
668 <trans-unit id="Telugu"> 502 <trans-unit id="Telugu">
669 <source>Telugu</source> 503 <source>Telugu</source>
670 <target>undefined</target>
671 </trans-unit> 504 </trans-unit>
672 <trans-unit id="Tajik"> 505 <trans-unit id="Tajik">
673 <source>Tajik</source> 506 <source>Tajik</source>
674 <target>undefined</target>
675 </trans-unit> 507 </trans-unit>
676 <trans-unit id="Tagalog"> 508 <trans-unit id="Tagalog">
677 <source>Tagalog</source> 509 <source>Tagalog</source>
678 <target>undefined</target>
679 </trans-unit> 510 </trans-unit>
680 <trans-unit id="Thai"> 511 <trans-unit id="Thai">
681 <source>Thai</source> 512 <source>Thai</source>
682 <target>undefined</target>
683 </trans-unit> 513 </trans-unit>
684 <trans-unit id="Tigrinya"> 514 <trans-unit id="Tigrinya">
685 <source>Tigrinya</source> 515 <source>Tigrinya</source>
686 <target>undefined</target>
687 </trans-unit> 516 </trans-unit>
688 <trans-unit id="Klingon"> 517 <trans-unit id="Klingon">
689 <source>Klingon</source> 518 <source>Klingon</source>
690 <target>undefined</target>
691 </trans-unit> 519 </trans-unit>
692 <trans-unit id="Tonga (Tonga Islands)"> 520 <trans-unit id="Tonga (Tonga Islands)">
693 <source>Tonga (Tonga Islands)</source> 521 <source>Tonga (Tonga Islands)</source>
694 <target>undefined</target>
695 </trans-unit> 522 </trans-unit>
696 <trans-unit id="Tswana"> 523 <trans-unit id="Tswana">
697 <source>Tswana</source> 524 <source>Tswana</source>
698 <target>undefined</target>
699 </trans-unit> 525 </trans-unit>
700 <trans-unit id="Tsonga"> 526 <trans-unit id="Tsonga">
701 <source>Tsonga</source> 527 <source>Tsonga</source>
702 <target>undefined</target>
703 </trans-unit> 528 </trans-unit>
704 <trans-unit id="Turkmen"> 529 <trans-unit id="Turkmen">
705 <source>Turkmen</source> 530 <source>Turkmen</source>
706 <target>undefined</target>
707 </trans-unit> 531 </trans-unit>
708 <trans-unit id="Turkish"> 532 <trans-unit id="Turkish">
709 <source>Turkish</source> 533 <source>Turkish</source>
710 <target>undefined</target>
711 </trans-unit> 534 </trans-unit>
712 <trans-unit id="Twi"> 535 <trans-unit id="Twi">
713 <source>Twi</source> 536 <source>Twi</source>
714 <target>undefined</target>
715 </trans-unit> 537 </trans-unit>
716 <trans-unit id="Uighur"> 538 <trans-unit id="Uighur">
717 <source>Uighur</source> 539 <source>Uighur</source>
718 <target>undefined</target>
719 </trans-unit> 540 </trans-unit>
720 <trans-unit id="Ukrainian"> 541 <trans-unit id="Ukrainian">
721 <source>Ukrainian</source> 542 <source>Ukrainian</source>
722 <target>undefined</target>
723 </trans-unit> 543 </trans-unit>
724 <trans-unit id="Urdu"> 544 <trans-unit id="Urdu">
725 <source>Urdu</source> 545 <source>Urdu</source>
726 <target>undefined</target>
727 </trans-unit> 546 </trans-unit>
728 <trans-unit id="Uzbek"> 547 <trans-unit id="Uzbek">
729 <source>Uzbek</source> 548 <source>Uzbek</source>
730 <target>undefined</target>
731 </trans-unit> 549 </trans-unit>
732 <trans-unit id="Venda"> 550 <trans-unit id="Venda">
733 <source>Venda</source> 551 <source>Venda</source>
734 <target>undefined</target>
735 </trans-unit> 552 </trans-unit>
736 <trans-unit id="Vietnamese"> 553 <trans-unit id="Vietnamese">
737 <source>Vietnamese</source> 554 <source>Vietnamese</source>
738 <target>undefined</target>
739 </trans-unit> 555 </trans-unit>
740 <trans-unit id="Walloon"> 556 <trans-unit id="Walloon">
741 <source>Walloon</source> 557 <source>Walloon</source>
742 <target>undefined</target>
743 </trans-unit> 558 </trans-unit>
744 <trans-unit id="Wolof"> 559 <trans-unit id="Wolof">
745 <source>Wolof</source> 560 <source>Wolof</source>
746 <target>undefined</target>
747 </trans-unit> 561 </trans-unit>
748 <trans-unit id="Xhosa"> 562 <trans-unit id="Xhosa">
749 <source>Xhosa</source> 563 <source>Xhosa</source>
750 <target>undefined</target>
751 </trans-unit> 564 </trans-unit>
752 <trans-unit id="Yiddish"> 565 <trans-unit id="Yiddish">
753 <source>Yiddish</source> 566 <source>Yiddish</source>
754 <target>undefined</target>
755 </trans-unit> 567 </trans-unit>
756 <trans-unit id="Yoruba"> 568 <trans-unit id="Yoruba">
757 <source>Yoruba</source> 569 <source>Yoruba</source>
758 <target>undefined</target>
759 </trans-unit> 570 </trans-unit>
760 <trans-unit id="Zhuang"> 571 <trans-unit id="Zhuang">
761 <source>Zhuang</source> 572 <source>Zhuang</source>
762 <target>undefined</target>
763 </trans-unit> 573 </trans-unit>
764 <trans-unit id="Chinese"> 574 <trans-unit id="Chinese">
765 <source>Chinese</source> 575 <source>Chinese</source>
766 <target>undefined</target>
767 </trans-unit> 576 </trans-unit>
768 <trans-unit id="Zulu"> 577 <trans-unit id="Zulu">
769 <source>Zulu</source> 578 <source>Zulu</source>
770 <target>undefined</target>
771 </trans-unit> 579 </trans-unit>
772 </body> 580 </body>
773 </file> 581 </file>
diff --git a/client/src/locale/source/player_en_US.xml b/client/src/locale/source/player_en_US.xml
index 5a411e10a..cf6fc7b7b 100644
--- a/client/src/locale/source/player_en_US.xml
+++ b/client/src/locale/source/player_en_US.xml
@@ -3,395 +3,297 @@
3 <body> 3 <body>
4 <trans-unit id="Audio Player"> 4 <trans-unit id="Audio Player">
5 <source>Audio Player</source> 5 <source>Audio Player</source>
6 <target>undefined</target>
7 </trans-unit> 6 </trans-unit>
8 <trans-unit id="Video Player"> 7 <trans-unit id="Video Player">
9 <source>Video Player</source> 8 <source>Video Player</source>
10 <target>undefined</target>
11 </trans-unit> 9 </trans-unit>
12 <trans-unit id="Play"> 10 <trans-unit id="Play">
13 <source>Play</source> 11 <source>Play</source>
14 <target>undefined</target>
15 </trans-unit> 12 </trans-unit>
16 <trans-unit id="Pause"> 13 <trans-unit id="Pause">
17 <source>Pause</source> 14 <source>Pause</source>
18 <target>undefined</target>
19 </trans-unit> 15 </trans-unit>
20 <trans-unit id="Replay"> 16 <trans-unit id="Replay">
21 <source>Replay</source> 17 <source>Replay</source>
22 <target>undefined</target>
23 </trans-unit> 18 </trans-unit>
24 <trans-unit id="Current Time"> 19 <trans-unit id="Current Time">
25 <source>Current Time</source> 20 <source>Current Time</source>
26 <target>undefined</target>
27 </trans-unit> 21 </trans-unit>
28 <trans-unit id="Duration"> 22 <trans-unit id="Duration">
29 <source>Duration</source> 23 <source>Duration</source>
30 <target>undefined</target>
31 </trans-unit> 24 </trans-unit>
32 <trans-unit id="Remaining Time"> 25 <trans-unit id="Remaining Time">
33 <source>Remaining Time</source> 26 <source>Remaining Time</source>
34 <target>undefined</target>
35 </trans-unit> 27 </trans-unit>
36 <trans-unit id="Stream Type"> 28 <trans-unit id="Stream Type">
37 <source>Stream Type</source> 29 <source>Stream Type</source>
38 <target>undefined</target>
39 </trans-unit> 30 </trans-unit>
40 <trans-unit id="LIVE"> 31 <trans-unit id="LIVE">
41 <source>LIVE</source> 32 <source>LIVE</source>
42 <target>undefined</target>
43 </trans-unit> 33 </trans-unit>
44 <trans-unit id="Loaded"> 34 <trans-unit id="Loaded">
45 <source>Loaded</source> 35 <source>Loaded</source>
46 <target>undefined</target>
47 </trans-unit> 36 </trans-unit>
48 <trans-unit id="Progress"> 37 <trans-unit id="Progress">
49 <source>Progress</source> 38 <source>Progress</source>
50 <target>undefined</target>
51 </trans-unit> 39 </trans-unit>
52 <trans-unit id="Progress Bar"> 40 <trans-unit id="Progress Bar">
53 <source>Progress Bar</source> 41 <source>Progress Bar</source>
54 <target>undefined</target>
55 </trans-unit> 42 </trans-unit>
56 <trans-unit id="progress bar timing: currentTime={1} duration={2}"> 43 <trans-unit id="progress bar timing: currentTime={1} duration={2}">
57 <source>{1} of {2}</source> 44 <source>{1} of {2}</source>
58 <target>undefined</target>
59 </trans-unit> 45 </trans-unit>
60 <trans-unit id="Fullscreen"> 46 <trans-unit id="Fullscreen">
61 <source>Fullscreen</source> 47 <source>Fullscreen</source>
62 <target>undefined</target>
63 </trans-unit> 48 </trans-unit>
64 <trans-unit id="Non-Fullscreen"> 49 <trans-unit id="Non-Fullscreen">
65 <source>Non-Fullscreen</source> 50 <source>Non-Fullscreen</source>
66 <target>undefined</target>
67 </trans-unit> 51 </trans-unit>
68 <trans-unit id="Mute"> 52 <trans-unit id="Mute">
69 <source>Mute</source> 53 <source>Mute</source>
70 <target>undefined</target>
71 </trans-unit> 54 </trans-unit>
72 <trans-unit id="Unmute"> 55 <trans-unit id="Unmute">
73 <source>Unmute</source> 56 <source>Unmute</source>
74 <target>undefined</target>
75 </trans-unit> 57 </trans-unit>
76 <trans-unit id="Playback Rate"> 58 <trans-unit id="Playback Rate">
77 <source>Playback Rate</source> 59 <source>Playback Rate</source>
78 <target>undefined</target>
79 </trans-unit> 60 </trans-unit>
80 <trans-unit id="Subtitles"> 61 <trans-unit id="Subtitles">
81 <source>Subtitles</source> 62 <source>Subtitles</source>
82 <target>undefined</target>
83 </trans-unit> 63 </trans-unit>
84 <trans-unit id="subtitles off"> 64 <trans-unit id="subtitles off">
85 <source>subtitles off</source> 65 <source>subtitles off</source>
86 <target>undefined</target>
87 </trans-unit> 66 </trans-unit>
88 <trans-unit id="Captions"> 67 <trans-unit id="Captions">
89 <source>Captions</source> 68 <source>Captions</source>
90 <target>undefined</target>
91 </trans-unit> 69 </trans-unit>
92 <trans-unit id="captions off"> 70 <trans-unit id="captions off">
93 <source>captions off</source> 71 <source>captions off</source>
94 <target>undefined</target>
95 </trans-unit> 72 </trans-unit>
96 <trans-unit id="Chapters"> 73 <trans-unit id="Chapters">
97 <source>Chapters</source> 74 <source>Chapters</source>
98 <target>undefined</target>
99 </trans-unit> 75 </trans-unit>
100 <trans-unit id="Descriptions"> 76 <trans-unit id="Descriptions">
101 <source>Descriptions</source> 77 <source>Descriptions</source>
102 <target>undefined</target>
103 </trans-unit> 78 </trans-unit>
104 <trans-unit id="descriptions off"> 79 <trans-unit id="descriptions off">
105 <source>descriptions off</source> 80 <source>descriptions off</source>
106 <target>undefined</target>
107 </trans-unit> 81 </trans-unit>
108 <trans-unit id="Audio Track"> 82 <trans-unit id="Audio Track">
109 <source>Audio Track</source> 83 <source>Audio Track</source>
110 <target>undefined</target>
111 </trans-unit> 84 </trans-unit>
112 <trans-unit id="Volume Level"> 85 <trans-unit id="Volume Level">
113 <source>Volume Level</source> 86 <source>Volume Level</source>
114 <target>undefined</target>
115 </trans-unit> 87 </trans-unit>
116 <trans-unit id="You aborted the media playback"> 88 <trans-unit id="You aborted the media playback">
117 <source>You aborted the media playback</source> 89 <source>You aborted the media playback</source>
118 <target>undefined</target>
119 </trans-unit> 90 </trans-unit>
120 <trans-unit id="A network error caused the media download to fail part-way."> 91 <trans-unit id="A network error caused the media download to fail part-way.">
121 <source>A network error caused the media download to fail part-way.</source> 92 <source>A network error caused the media download to fail part-way.</source>
122 <target>undefined</target>
123 </trans-unit> 93 </trans-unit>
124 <trans-unit id="The media could not be loaded, either because the server or network failed or because the format is not supported."> 94 <trans-unit id="The media could not be loaded, either because the server or network failed or because the format is not supported.">
125 <source>The media could not be loaded, either because the server or network failed or because the format is not supported.</source> 95 <source>The media could not be loaded, either because the server or network failed or because the format is not supported.</source>
126 <target>undefined</target>
127 </trans-unit> 96 </trans-unit>
128 <trans-unit id="The media playback was aborted due to a corruption problem or because the media used features your browser did not support."> 97 <trans-unit id="The media playback was aborted due to a corruption problem or because the media used features your browser did not support.">
129 <source>The media playback was aborted due to a corruption problem or because the media used features your browser did not support.</source> 98 <source>The media playback was aborted due to a corruption problem or because the media used features your browser did not support.</source>
130 <target>undefined</target>
131 </trans-unit> 99 </trans-unit>
132 <trans-unit id="No compatible source was found for this media."> 100 <trans-unit id="No compatible source was found for this media.">
133 <source>No compatible source was found for this media.</source> 101 <source>No compatible source was found for this media.</source>
134 <target>undefined</target>
135 </trans-unit> 102 </trans-unit>
136 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it."> 103 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it.">
137 <source>The media is encrypted and we do not have the keys to decrypt it.</source> 104 <source>The media is encrypted and we do not have the keys to decrypt it.</source>
138 <target>undefined</target>
139 </trans-unit> 105 </trans-unit>
140 <trans-unit id="Play Video"> 106 <trans-unit id="Play Video">
141 <source>Play Video</source> 107 <source>Play Video</source>
142 <target>undefined</target>
143 </trans-unit> 108 </trans-unit>
144 <trans-unit id="Close"> 109 <trans-unit id="Close">
145 <source>Close</source> 110 <source>Close</source>
146 <target>undefined</target>
147 </trans-unit> 111 </trans-unit>
148 <trans-unit id="Close Modal Dialog"> 112 <trans-unit id="Close Modal Dialog">
149 <source>Close Modal Dialog</source> 113 <source>Close Modal Dialog</source>
150 <target>undefined</target>
151 </trans-unit> 114 </trans-unit>
152 <trans-unit id="Modal Window"> 115 <trans-unit id="Modal Window">
153 <source>Modal Window</source> 116 <source>Modal Window</source>
154 <target>undefined</target>
155 </trans-unit> 117 </trans-unit>
156 <trans-unit id="This is a modal window"> 118 <trans-unit id="This is a modal window">
157 <source>This is a modal window</source> 119 <source>This is a modal window</source>
158 <target>undefined</target>
159 </trans-unit> 120 </trans-unit>
160 <trans-unit id="This modal can be closed by pressing the Escape key or activating the close button."> 121 <trans-unit id="This modal can be closed by pressing the Escape key or activating the close button.">
161 <source>This modal can be closed by pressing the Escape key or activating the close button.</source> 122 <source>This modal can be closed by pressing the Escape key or activating the close button.</source>
162 <target>undefined</target>
163 </trans-unit> 123 </trans-unit>
164 <trans-unit id=", opens captions settings dialog"> 124 <trans-unit id=", opens captions settings dialog">
165 <source>, opens captions settings dialog</source> 125 <source>, opens captions settings dialog</source>
166 <target>undefined</target>
167 </trans-unit> 126 </trans-unit>
168 <trans-unit id=", opens subtitles settings dialog"> 127 <trans-unit id=", opens subtitles settings dialog">
169 <source>, opens subtitles settings dialog</source> 128 <source>, opens subtitles settings dialog</source>
170 <target>undefined</target>
171 </trans-unit> 129 </trans-unit>
172 <trans-unit id=", opens descriptions settings dialog"> 130 <trans-unit id=", opens descriptions settings dialog">
173 <source>, opens descriptions settings dialog</source> 131 <source>, opens descriptions settings dialog</source>
174 <target>undefined</target>
175 </trans-unit> 132 </trans-unit>
176 <trans-unit id=", selected"> 133 <trans-unit id=", selected">
177 <source>, selected</source> 134 <source>, selected</source>
178 <target>undefined</target>
179 </trans-unit> 135 </trans-unit>
180 <trans-unit id="captions settings"> 136 <trans-unit id="captions settings">
181 <source>captions settings</source> 137 <source>captions settings</source>
182 <target>undefined</target>
183 </trans-unit> 138 </trans-unit>
184 <trans-unit id="subtitles settings"> 139 <trans-unit id="subtitles settings">
185 <source>subititles settings</source> 140 <source>subititles settings</source>
186 <target>undefined</target>
187 </trans-unit> 141 </trans-unit>
188 <trans-unit id="descriptions settings"> 142 <trans-unit id="descriptions settings">
189 <source>descriptions settings</source> 143 <source>descriptions settings</source>
190 <target>undefined</target>
191 </trans-unit> 144 </trans-unit>
192 <trans-unit id="Text"> 145 <trans-unit id="Text">
193 <source>Text</source> 146 <source>Text</source>
194 <target>undefined</target>
195 </trans-unit> 147 </trans-unit>
196 <trans-unit id="White"> 148 <trans-unit id="White">
197 <source>White</source> 149 <source>White</source>
198 <target>undefined</target>
199 </trans-unit> 150 </trans-unit>
200 <trans-unit id="Black"> 151 <trans-unit id="Black">
201 <source>Black</source> 152 <source>Black</source>
202 <target>undefined</target>
203 </trans-unit> 153 </trans-unit>
204 <trans-unit id="Red"> 154 <trans-unit id="Red">
205 <source>Red</source> 155 <source>Red</source>
206 <target>undefined</target>
207 </trans-unit> 156 </trans-unit>
208 <trans-unit id="Green"> 157 <trans-unit id="Green">
209 <source>Green</source> 158 <source>Green</source>
210 <target>undefined</target>
211 </trans-unit> 159 </trans-unit>
212 <trans-unit id="Blue"> 160 <trans-unit id="Blue">
213 <source>Blue</source> 161 <source>Blue</source>
214 <target>undefined</target>
215 </trans-unit> 162 </trans-unit>
216 <trans-unit id="Yellow"> 163 <trans-unit id="Yellow">
217 <source>Yellow</source> 164 <source>Yellow</source>
218 <target>undefined</target>
219 </trans-unit> 165 </trans-unit>
220 <trans-unit id="Magenta"> 166 <trans-unit id="Magenta">
221 <source>Magenta</source> 167 <source>Magenta</source>
222 <target>undefined</target>
223 </trans-unit> 168 </trans-unit>
224 <trans-unit id="Cyan"> 169 <trans-unit id="Cyan">
225 <source>Cyan</source> 170 <source>Cyan</source>
226 <target>undefined</target>
227 </trans-unit> 171 </trans-unit>
228 <trans-unit id="Background"> 172 <trans-unit id="Background">
229 <source>Background</source> 173 <source>Background</source>
230 <target>undefined</target>
231 </trans-unit> 174 </trans-unit>
232 <trans-unit id="Window"> 175 <trans-unit id="Window">
233 <source>Window</source> 176 <source>Window</source>
234 <target>undefined</target>
235 </trans-unit> 177 </trans-unit>
236 <trans-unit id="Transparent"> 178 <trans-unit id="Transparent">
237 <source>Transparent</source> 179 <source>Transparent</source>
238 <target>undefined</target>
239 </trans-unit> 180 </trans-unit>
240 <trans-unit id="Semi-Transparent"> 181 <trans-unit id="Semi-Transparent">
241 <source>Semi-Transparent</source> 182 <source>Semi-Transparent</source>
242 <target>undefined</target>
243 </trans-unit> 183 </trans-unit>
244 <trans-unit id="Opaque"> 184 <trans-unit id="Opaque">
245 <source>Opaque</source> 185 <source>Opaque</source>
246 <target>undefined</target>
247 </trans-unit> 186 </trans-unit>
248 <trans-unit id="Font Size"> 187 <trans-unit id="Font Size">
249 <source>Font Size</source> 188 <source>Font Size</source>
250 <target>undefined</target>
251 </trans-unit> 189 </trans-unit>
252 <trans-unit id="Text Edge Style"> 190 <trans-unit id="Text Edge Style">
253 <source>Text Edge Style</source> 191 <source>Text Edge Style</source>
254 <target>undefined</target>
255 </trans-unit> 192 </trans-unit>
256 <trans-unit id="None"> 193 <trans-unit id="None">
257 <source>None</source> 194 <source>None</source>
258 <target>undefined</target>
259 </trans-unit> 195 </trans-unit>
260 <trans-unit id="Raised"> 196 <trans-unit id="Raised">
261 <source>Raised</source> 197 <source>Raised</source>
262 <target>undefined</target>
263 </trans-unit> 198 </trans-unit>
264 <trans-unit id="Depressed"> 199 <trans-unit id="Depressed">
265 <source>Depressed</source> 200 <source>Depressed</source>
266 <target>undefined</target>
267 </trans-unit> 201 </trans-unit>
268 <trans-unit id="Uniform"> 202 <trans-unit id="Uniform">
269 <source>Uniform</source> 203 <source>Uniform</source>
270 <target>undefined</target>
271 </trans-unit> 204 </trans-unit>
272 <trans-unit id="Dropshadow"> 205 <trans-unit id="Dropshadow">
273 <source>Dropshadow</source> 206 <source>Dropshadow</source>
274 <target>undefined</target>
275 </trans-unit> 207 </trans-unit>
276 <trans-unit id="Font Family"> 208 <trans-unit id="Font Family">
277 <source>Font Family</source> 209 <source>Font Family</source>
278 <target>undefined</target>
279 </trans-unit> 210 </trans-unit>
280 <trans-unit id="Proportional Sans-Serif"> 211 <trans-unit id="Proportional Sans-Serif">
281 <source>Proportional Sans-Serif</source> 212 <source>Proportional Sans-Serif</source>
282 <target>undefined</target>
283 </trans-unit> 213 </trans-unit>
284 <trans-unit id="Monospace Sans-Serif"> 214 <trans-unit id="Monospace Sans-Serif">
285 <source>Monospace Sans-Serif</source> 215 <source>Monospace Sans-Serif</source>
286 <target>undefined</target>
287 </trans-unit> 216 </trans-unit>
288 <trans-unit id="Proportional Serif"> 217 <trans-unit id="Proportional Serif">
289 <source>Proportional Serif</source> 218 <source>Proportional Serif</source>
290 <target>undefined</target>
291 </trans-unit> 219 </trans-unit>
292 <trans-unit id="Monospace Serif"> 220 <trans-unit id="Monospace Serif">
293 <source>Monospace Serif</source> 221 <source>Monospace Serif</source>
294 <target>undefined</target>
295 </trans-unit> 222 </trans-unit>
296 <trans-unit id="Casual"> 223 <trans-unit id="Casual">
297 <source>Casual</source> 224 <source>Casual</source>
298 <target>undefined</target>
299 </trans-unit> 225 </trans-unit>
300 <trans-unit id="Script"> 226 <trans-unit id="Script">
301 <source>Script</source> 227 <source>Script</source>
302 <target>undefined</target>
303 </trans-unit> 228 </trans-unit>
304 <trans-unit id="Small Caps"> 229 <trans-unit id="Small Caps">
305 <source>Small Caps</source> 230 <source>Small Caps</source>
306 <target>undefined</target>
307 </trans-unit> 231 </trans-unit>
308 <trans-unit id="Reset"> 232 <trans-unit id="Reset">
309 <source>Reset</source> 233 <source>Reset</source>
310 <target>undefined</target>
311 </trans-unit> 234 </trans-unit>
312 <trans-unit id="restore all settings to the default values"> 235 <trans-unit id="restore all settings to the default values">
313 <source>restore all settings to the default values</source> 236 <source>restore all settings to the default values</source>
314 <target>undefined</target>
315 </trans-unit> 237 </trans-unit>
316 <trans-unit id="Done"> 238 <trans-unit id="Done">
317 <source>Done</source> 239 <source>Done</source>
318 <target>undefined</target>
319 </trans-unit> 240 </trans-unit>
320 <trans-unit id="Caption Settings Dialog"> 241 <trans-unit id="Caption Settings Dialog">
321 <source>Caption Settings Dialog</source> 242 <source>Caption Settings Dialog</source>
322 <target>undefined</target>
323 </trans-unit> 243 </trans-unit>
324 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window."> 244 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window.">
325 <source>Beginning of dialog window. Escape will cancel and close the window.</source> 245 <source>Beginning of dialog window. Escape will cancel and close the window.</source>
326 <target>undefined</target>
327 </trans-unit> 246 </trans-unit>
328 <trans-unit id="End of dialog window."> 247 <trans-unit id="End of dialog window.">
329 <source>End of dialog window.</source> 248 <source>End of dialog window.</source>
330 <target>undefined</target>
331 </trans-unit> 249 </trans-unit>
332 <trans-unit id="{1} is loading."> 250 <trans-unit id="{1} is loading.">
333 <source>{1} is loading.</source> 251 <source>{1} is loading.</source>
334 <target>undefined</target>
335 </trans-unit> 252 </trans-unit>
336 <trans-unit id="Quality"> 253 <trans-unit id="Quality">
337 <source>Quality</source> 254 <source>Quality</source>
338 <target>undefined</target>
339 </trans-unit> 255 </trans-unit>
340 <trans-unit id="Auto"> 256 <trans-unit id="Auto">
341 <source>Auto</source> 257 <source>Auto</source>
342 <target>undefined</target>
343 </trans-unit> 258 </trans-unit>
344 <trans-unit id="Speed"> 259 <trans-unit id="Speed">
345 <source>Speed</source> 260 <source>Speed</source>
346 <target>undefined</target>
347 </trans-unit> 261 </trans-unit>
348 <trans-unit id="Subtitles/CC"> 262 <trans-unit id="Subtitles/CC">
349 <source>Subtitles/CC</source> 263 <source>Subtitles/CC</source>
350 <target>undefined</target>
351 </trans-unit> 264 </trans-unit>
352 <trans-unit id="peers"> 265 <trans-unit id="peers">
353 <source>peers</source> 266 <source>peers</source>
354 <target>undefined</target>
355 </trans-unit> 267 </trans-unit>
356 <trans-unit id="peer"> 268 <trans-unit id="peer">
357 <source>peer</source> 269 <source>peer</source>
358 <target>undefined</target>
359 </trans-unit> 270 </trans-unit>
360 <trans-unit id="Go to the video page"> 271 <trans-unit id="Go to the video page">
361 <source>Go to the video page</source> 272 <source>Go to the video page</source>
362 <target>undefined</target>
363 </trans-unit> 273 </trans-unit>
364 <trans-unit id="Settings"> 274 <trans-unit id="Settings">
365 <source>Settings</source> 275 <source>Settings</source>
366 <target>undefined</target>
367 </trans-unit> 276 </trans-unit>
368 <trans-unit id="Uses P2P, others may know you are watching this video."> 277 <trans-unit id="Uses P2P, others may know you are watching this video.">
369 <source>Uses P2P, others may know you are watching this video.</source> 278 <source>Uses P2P, others may know you are watching this video.</source>
370 <target>undefined</target>
371 </trans-unit> 279 </trans-unit>
372 <trans-unit id="Copy the video URL"> 280 <trans-unit id="Copy the video URL">
373 <source>Copy the video URL</source> 281 <source>Copy the video URL</source>
374 <target>undefined</target>
375 </trans-unit> 282 </trans-unit>
376 <trans-unit id="Copy the video URL at the current time"> 283 <trans-unit id="Copy the video URL at the current time">
377 <source>Copy the video URL at the current time</source> 284 <source>Copy the video URL at the current time</source>
378 <target>undefined</target>
379 </trans-unit> 285 </trans-unit>
380 <trans-unit id="Copy embed code"> 286 <trans-unit id="Copy embed code">
381 <source>Copy embed code</source> 287 <source>Copy embed code</source>
382 <target>undefined</target>
383 </trans-unit> 288 </trans-unit>
384 <trans-unit id="Copy magnet URI"> 289 <trans-unit id="Copy magnet URI">
385 <source>Copy magnet URI</source> 290 <source>Copy magnet URI</source>
386 <target>undefined</target>
387 </trans-unit> 291 </trans-unit>
388 <trans-unit id="Total downloaded: "> 292 <trans-unit id="Total downloaded: ">
389 <source>Total downloaded: </source> 293 <source>Total downloaded: </source>
390 <target>undefined</target>
391 </trans-unit> 294 </trans-unit>
392 <trans-unit id="Total uploaded: "> 295 <trans-unit id="Total uploaded: ">
393 <source>Total uploaded: </source> 296 <source>Total uploaded: </source>
394 <target>undefined</target>
395 </trans-unit> 297 </trans-unit>
396 </body> 298 </body>
397 </file> 299 </file>
diff --git a/client/src/locale/source/server_en_US.xml b/client/src/locale/source/server_en_US.xml
index f5e125549..9405ac01e 100644
--- a/client/src/locale/source/server_en_US.xml
+++ b/client/src/locale/source/server_en_US.xml
@@ -3,163 +3,129 @@
3 <body> 3 <body>
4 <trans-unit id="Music"> 4 <trans-unit id="Music">
5 <source>Music</source> 5 <source>Music</source>
6 <target>undefined</target>
7 </trans-unit> 6 </trans-unit>
8 <trans-unit id="Films"> 7 <trans-unit id="Films">
9 <source>Films</source> 8 <source>Films</source>
10 <target>undefined</target>
11 </trans-unit> 9 </trans-unit>
12 <trans-unit id="Vehicles"> 10 <trans-unit id="Vehicles">
13 <source>Vehicles</source> 11 <source>Vehicles</source>
14 <target>undefined</target>
15 </trans-unit> 12 </trans-unit>
16 <trans-unit id="Art"> 13 <trans-unit id="Art">
17 <source>Art</source> 14 <source>Art</source>
18 <target>undefined</target>
19 </trans-unit> 15 </trans-unit>
20 <trans-unit id="Sports"> 16 <trans-unit id="Sports">
21 <source>Sports</source> 17 <source>Sports</source>
22 <target>undefined</target>
23 </trans-unit> 18 </trans-unit>
24 <trans-unit id="Travels"> 19 <trans-unit id="Travels">
25 <source>Travels</source> 20 <source>Travels</source>
26 <target>undefined</target>
27 </trans-unit> 21 </trans-unit>
28 <trans-unit id="Gaming"> 22 <trans-unit id="Gaming">
29 <source>Gaming</source> 23 <source>Gaming</source>
30 <target>undefined</target>
31 </trans-unit> 24 </trans-unit>
32 <trans-unit id="People"> 25 <trans-unit id="People">
33 <source>People</source> 26 <source>People</source>
34 <target>undefined</target>
35 </trans-unit> 27 </trans-unit>
36 <trans-unit id="Comedy"> 28 <trans-unit id="Comedy">
37 <source>Comedy</source> 29 <source>Comedy</source>
38 <target>undefined</target>
39 </trans-unit> 30 </trans-unit>
40 <trans-unit id="Entertainment"> 31 <trans-unit id="Entertainment">
41 <source>Entertainment</source> 32 <source>Entertainment</source>
42 <target>undefined</target>
43 </trans-unit> 33 </trans-unit>
44 <trans-unit id="News &amp; Politics"> 34 <trans-unit id="News &amp; Politics">
45 <source>News &amp; Politics</source> 35 <source>News &amp; Politics</source>
46 <target>undefined</target>
47 </trans-unit> 36 </trans-unit>
48 <trans-unit id="How To"> 37 <trans-unit id="How To">
49 <source>How To</source> 38 <source>How To</source>
50 <target>undefined</target>
51 </trans-unit> 39 </trans-unit>
52 <trans-unit id="Education"> 40 <trans-unit id="Education">
53 <source>Education</source> 41 <source>Education</source>
54 <target>undefined</target>
55 </trans-unit> 42 </trans-unit>
56 <trans-unit id="Activism"> 43 <trans-unit id="Activism">
57 <source>Activism</source> 44 <source>Activism</source>
58 <target>undefined</target>
59 </trans-unit> 45 </trans-unit>
60 <trans-unit id="Science &amp; Technology"> 46 <trans-unit id="Science &amp; Technology">
61 <source>Science &amp; Technology</source> 47 <source>Science &amp; Technology</source>
62 <target>undefined</target>
63 </trans-unit> 48 </trans-unit>
64 <trans-unit id="Animals"> 49 <trans-unit id="Animals">
65 <source>Animals</source> 50 <source>Animals</source>
66 <target>undefined</target>
67 </trans-unit> 51 </trans-unit>
68 <trans-unit id="Kids"> 52 <trans-unit id="Kids">
69 <source>Kids</source> 53 <source>Kids</source>
70 <target>undefined</target>
71 </trans-unit> 54 </trans-unit>
72 <trans-unit id="Food"> 55 <trans-unit id="Food">
73 <source>Food</source> 56 <source>Food</source>
74 <target>undefined</target>
75 </trans-unit> 57 </trans-unit>
76 <trans-unit id="Attribution"> 58 <trans-unit id="Attribution">
77 <source>Attribution</source> 59 <source>Attribution</source>
78 <target>undefined</target>
79 </trans-unit> 60 </trans-unit>
80 <trans-unit id="Attribution - Share Alike"> 61 <trans-unit id="Attribution - Share Alike">
81 <source>Attribution - Share Alike</source> 62 <source>Attribution - Share Alike</source>
82 <target>undefined</target>
83 </trans-unit> 63 </trans-unit>
84 <trans-unit id="Attribution - No Derivatives"> 64 <trans-unit id="Attribution - No Derivatives">
85 <source>Attribution - No Derivatives</source> 65 <source>Attribution - No Derivatives</source>
86 <target>undefined</target>
87 </trans-unit> 66 </trans-unit>
88 <trans-unit id="Attribution - Non Commercial"> 67 <trans-unit id="Attribution - Non Commercial">
89 <source>Attribution - Non Commercial</source> 68 <source>Attribution - Non Commercial</source>
90 <target>undefined</target>
91 </trans-unit> 69 </trans-unit>
92 <trans-unit id="Attribution - Non Commercial - Share Alike"> 70 <trans-unit id="Attribution - Non Commercial - Share Alike">
93 <source>Attribution - Non Commercial - Share Alike</source> 71 <source>Attribution - Non Commercial - Share Alike</source>
94 <target>undefined</target>
95 </trans-unit> 72 </trans-unit>
96 <trans-unit id="Attribution - Non Commercial - No Derivatives"> 73 <trans-unit id="Attribution - Non Commercial - No Derivatives">
97 <source>Attribution - Non Commercial - No Derivatives</source> 74 <source>Attribution - Non Commercial - No Derivatives</source>
98 <target>undefined</target>
99 </trans-unit> 75 </trans-unit>
100 <trans-unit id="Public Domain Dedication"> 76 <trans-unit id="Public Domain Dedication">
101 <source>Public Domain Dedication</source> 77 <source>Public Domain Dedication</source>
102 <target>undefined</target>
103 </trans-unit> 78 </trans-unit>
104 <trans-unit id="Public"> 79 <trans-unit id="Public">
105 <source>Public</source> 80 <source>Public</source>
106 <target>undefined</target>
107 </trans-unit> 81 </trans-unit>
108 <trans-unit id="Unlisted"> 82 <trans-unit id="Unlisted">
109 <source>Unlisted</source> 83 <source>Unlisted</source>
110 <target>undefined</target>
111 </trans-unit> 84 </trans-unit>
112 <trans-unit id="Private"> 85 <trans-unit id="Private">
113 <source>Private</source> 86 <source>Private</source>
114 <target>undefined</target>
115 </trans-unit> 87 </trans-unit>
116 <trans-unit id="Published"> 88 <trans-unit id="Published">
117 <source>Published</source> 89 <source>Published</source>
118 <target>undefined</target>
119 </trans-unit> 90 </trans-unit>
120 <trans-unit id="To transcode"> 91 <trans-unit id="To transcode">
121 <source>To transcode</source> 92 <source>To transcode</source>
122 <target>undefined</target>
123 </trans-unit> 93 </trans-unit>
124 <trans-unit id="To import"> 94 <trans-unit id="To import">
125 <source>To import</source> 95 <source>To import</source>
126 <target>undefined</target>
127 </trans-unit> 96 </trans-unit>
128 <trans-unit id="Pending"> 97 <trans-unit id="Pending">
129 <source>Pending</source> 98 <source>Pending</source>
130 <target>undefined</target>
131 </trans-unit> 99 </trans-unit>
132 <trans-unit id="Success"> 100 <trans-unit id="Success">
133 <source>Success</source> 101 <source>Success</source>
134 <target>undefined</target>
135 </trans-unit> 102 </trans-unit>
136 <trans-unit id="Failed"> 103 <trans-unit id="Failed">
137 <source>Failed</source> 104 <source>Failed</source>
138 <target>undefined</target> 105 </trans-unit>
106 <trans-unit id="Regular">
107 <source>Regular</source>
108 </trans-unit>
109 <trans-unit id="Watch later">
110 <source>Watch later</source>
139 </trans-unit> 111 </trans-unit>
140 <trans-unit id="This video does not exist."> 112 <trans-unit id="This video does not exist.">
141 <source>This video does not exist.</source> 113 <source>This video does not exist.</source>
142 <target>undefined</target>
143 </trans-unit> 114 </trans-unit>
144 <trans-unit id="We cannot fetch the video. Please try again later."> 115 <trans-unit id="We cannot fetch the video. Please try again later.">
145 <source>We cannot fetch the video. Please try again later.</source> 116 <source>We cannot fetch the video. Please try again later.</source>
146 <target>undefined</target>
147 </trans-unit> 117 </trans-unit>
148 <trans-unit id="Sorry"> 118 <trans-unit id="Sorry">
149 <source>Sorry</source> 119 <source>Sorry</source>
150 <target>undefined</target>
151 </trans-unit> 120 </trans-unit>
152 <trans-unit id="This video is not available because the remote instance is not responding."> 121 <trans-unit id="This video is not available because the remote instance is not responding.">
153 <source>This video is not available because the remote instance is not responding.</source> 122 <source>This video is not available because the remote instance is not responding.</source>
154 <target>undefined</target>
155 </trans-unit> 123 </trans-unit>
156 <trans-unit id="Misc"> 124 <trans-unit id="Misc">
157 <source>Misc</source> 125 <source>Misc</source>
158 <target>undefined</target>
159 </trans-unit> 126 </trans-unit>
160 <trans-unit id="Unknown"> 127 <trans-unit id="Unknown">
161 <source>Unknown</source> 128 <source>Unknown</source>
162 <target>undefined</target>
163 </trans-unit> 129 </trans-unit>
164 </body> 130 </body>
165 </file> 131 </file>
diff --git a/client/src/locale/target/angular_ar_001.xml b/client/src/locale/target/angular_ar_001.xml
index 56e7e1cea..284ffd765 100644
--- a/client/src/locale/target/angular_ar_001.xml
+++ b/client/src/locale/target/angular_ar_001.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>»»</target> 57 <target>»»</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>الأول</target> 64 <target>»</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>«</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>««</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>»</target> 85 <target>الأول</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>السابق</target> 92 <target>السابق</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>«</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>التالي</target> 99 <target>التالي</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>««</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>الأخير</target> 106 <target>الأخير</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,98 +140,105 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>إنقاص الساعات</target> 141 <target>إنقاص الساعات</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>زيادة الدقائق</target> 148 <target>زيادة الدقائق</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>دقيقة</target> 155 <target>دقيقة</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>دقائق</target> 162 <target>دقائق</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>إنقاص الدقائق</target> 169 <target>إنقاص الدقائق</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>زيادة الثواني</target> 176 <target>زيادة الثواني</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>ثانية</target> 183 <target>ثانية</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>ثواني</target> 190 <target>ثواني</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>إنقاص الثواني</target> 197 <target>إنقاص الثواني</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>مساء</target> 204 <target>مساء</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>صباحًا</target> 211 <target>صباحًا</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source> 217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
218 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target> 218 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, الحجم الاقصى: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
219 <context-group name="null"> 219 <context-group name="null">
220 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
221 </context-group> 221 </context-group>
222 </trans-unit> 222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>ليس لديك إشعارات</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
223 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
224 <source>Unlisted</source> 231 <source>Unlisted</source>
225 <target>غير مفهرس</target> 232 <target>غير مفهرس</target>
226 <context-group name="null"> 233 <context-group name="null">
227 <context context-type="linenumber">10</context> 234 <context context-type="linenumber">17</context>
228 </context-group> 235 </context-group>
229 </trans-unit> 236 </trans-unit>
230 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
231 <source>Private</source> 238 <source>Private</source>
232 <target>خاص</target> 239 <target>خاص</target>
233 <context-group name="null"> 240 <context-group name="null">
234 <context context-type="linenumber">11</context> 241 <context context-type="linenumber">18</context>
235 </context-group> 242 </context-group>
236 </trans-unit> 243 </trans-unit>
237 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -241,6 +248,27 @@
241 <context context-type="linenumber">16</context> 248 <context context-type="linenumber">16</context>
242 </context-group> 249 </context-group>
243 </trans-unit> 250 </trans-unit>
251 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
252 <source>Display name</source>
253 <target>الإسم العلني</target>
254 <context-group name="null">
255 <context context-type="linenumber">6</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
259 <source>Create</source>
260 <target>إنشاء</target>
261 <context-group name="null">
262 <context context-type="linenumber">73</context>
263 </context-group>
264 </trans-unit>
265 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
266 <source>Save</source>
267 <target>حفظ</target>
268 <context-group name="null">
269 <context context-type="linenumber">115</context>
270 </context-group>
271 </trans-unit>
244 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 272 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
245 <source>Delete</source> 273 <source>Delete</source>
246 <target>حذف</target> 274 <target>حذف</target>
@@ -287,7 +315,7 @@
287 </source> 315 </source>
288 <target> 316 <target>
289 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> 317 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
290 Subscribe 318 اشترك
291 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 319 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
292 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/> 320 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
293 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/> 321 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
@@ -444,7 +472,7 @@
444 <source>Login</source> 472 <source>Login</source>
445 <target>تسجيل الدخول</target> 473 <target>تسجيل الدخول</target>
446 <context-group name="null"> 474 <context-group name="null">
447 <context context-type="linenumber">36</context> 475 <context context-type="linenumber">32</context>
448 </context-group> 476 </context-group>
449 </trans-unit> 477 </trans-unit>
450 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 478 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -532,7 +560,7 @@
532 <source>Signup</source> 560 <source>Signup</source>
533 <target>سجل</target> 561 <target>سجل</target>
534 <context-group name="null"> 562 <context-group name="null">
535 <context context-type="linenumber">78</context> 563 <context context-type="linenumber">87</context>
536 </context-group> 564 </context-group>
537 </trans-unit> 565 </trans-unit>
538 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 566 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -576,49 +604,20 @@
576 <source>Change the language</source> 604 <source>Change the language</source>
577 <target>تغيير اللغة</target> 605 <target>تغيير اللغة</target>
578 <context-group name="null"> 606 <context-group name="null">
579 <context context-type="linenumber">86</context> 607 <context context-type="linenumber">102</context>
580 </context-group>
581 </trans-unit>
582 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
583 <source>
584 My public profile
585 </source>
586 <target>صفحتي العمومية</target>
587 <context-group name="null">
588 <context context-type="linenumber">16</context>
589 </context-group>
590 </trans-unit>
591 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
592 <source>
593 My account
594 </source>
595 <target>حسابي</target>
596 <context-group name="null">
597 <context context-type="linenumber">20</context>
598 </context-group>
599 </trans-unit>
600 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
601 <source>
602 My videos
603 </source>
604 <target>فيديوهاتي</target>
605 <context-group name="null">
606 <context context-type="linenumber">24</context>
607 </context-group>
608 </trans-unit>
609 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
610 <source>
611 Log out
612 </source>
613 <target>الخروج</target>
614 <context-group name="null">
615 <context context-type="linenumber">28</context>
616 </context-group> 608 </context-group>
617 </trans-unit> 609 </trans-unit>
618 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 610 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
619 <source>Create an account</source> 611 <source>Create an account</source>
620 <target>إنشاء حساب</target> 612 <target>إنشاء حساب</target>
621 <context-group name="null"> 613 <context-group name="null">
614 <context context-type="linenumber">33</context>
615 </context-group>
616 </trans-unit>
617 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
618 <source>My library</source>
619 <target>مكتبتي</target>
620 <context-group name="null">
622 <context context-type="linenumber">37</context> 621 <context context-type="linenumber">37</context>
623 </context-group> 622 </context-group>
624 </trans-unit> 623 </trans-unit>
@@ -633,63 +632,63 @@
633 <source>Subscriptions</source> 632 <source>Subscriptions</source>
634 <target>الإشتراكات</target> 633 <target>الإشتراكات</target>
635 <context-group name="null"> 634 <context-group name="null">
636 <context context-type="linenumber">45</context> 635 <context context-type="linenumber">51</context>
637 </context-group> 636 </context-group>
638 </trans-unit> 637 </trans-unit>
639 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 638 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
640 <source>Overview</source> 639 <source>Overview</source>
641 <target>نظرة شاملة</target> 640 <target>نظرة شاملة</target>
642 <context-group name="null"> 641 <context-group name="null">
643 <context context-type="linenumber">50</context> 642 <context context-type="linenumber">66</context>
644 </context-group> 643 </context-group>
645 </trans-unit> 644 </trans-unit>
646 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 645 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
647 <source>Trending</source> 646 <source>Trending</source>
648 <target>الشائعة</target> 647 <target>الشائعة</target>
649 <context-group name="null"> 648 <context-group name="null">
650 <context context-type="linenumber">55</context> 649 <context context-type="linenumber">71</context>
651 </context-group> 650 </context-group>
652 </trans-unit> 651 </trans-unit>
653 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 652 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
654 <source>Recently added</source> 653 <source>Recently added</source>
655 <target>التي تم إضافتها حديثًا</target> 654 <target>التي تم إضافتها حديثًا</target>
656 <context-group name="null"> 655 <context-group name="null">
657 <context context-type="linenumber">60</context> 656 <context context-type="linenumber">76</context>
658 </context-group> 657 </context-group>
659 </trans-unit> 658 </trans-unit>
660 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 659 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
661 <source>Local</source> 660 <source>Local</source>
662 <target>المحلية</target> 661 <target>المحلية</target>
663 <context-group name="null"> 662 <context-group name="null">
664 <context context-type="linenumber">65</context> 663 <context context-type="linenumber">81</context>
665 </context-group> 664 </context-group>
666 </trans-unit> 665 </trans-unit>
667 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 666 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
668 <source>More</source> 667 <source>More</source>
669 <target>المزيد</target> 668 <target>المزيد</target>
670 <context-group name="null"> 669 <context-group name="null">
671 <context context-type="linenumber">70</context> 670 <context context-type="linenumber">86</context>
672 </context-group> 671 </context-group>
673 </trans-unit> 672 </trans-unit>
674 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 673 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
675 <source>Administration</source> 674 <source>Administration</source>
676 <target>الإدارة</target> 675 <target>الإدارة</target>
677 <context-group name="null"> 676 <context-group name="null">
678 <context context-type="linenumber">74</context> 677 <context context-type="linenumber">90</context>
679 </context-group> 678 </context-group>
680 </trans-unit> 679 </trans-unit>
681 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 680 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
682 <source>About</source> 681 <source>About</source>
683 <target>عن</target> 682 <target>عن</target>
684 <context-group name="null"> 683 <context-group name="null">
685 <context context-type="linenumber">25</context> 684 <context context-type="linenumber">26</context>
686 </context-group> 685 </context-group>
687 </trans-unit> 686 </trans-unit>
688 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 687 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
689 <source>Toggle dark interface</source> 688 <source>Toggle dark interface</source>
690 <target>الإنتقال إلى الواجهة الداكنة</target> 689 <target>الإنتقال إلى الواجهة الداكنة</target>
691 <context-group name="null"> 690 <context-group name="null">
692 <context context-type="linenumber">92</context> 691 <context context-type="linenumber">108</context>
693 </context-group> 692 </context-group>
694 </trans-unit> 693 </trans-unit>
695 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 694 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -752,21 +751,21 @@
752 <source>Category</source> 751 <source>Category</source>
753 <target>الفئة</target> 752 <target>الفئة</target>
754 <context-group name="null"> 753 <context-group name="null">
755 <context context-type="linenumber">170</context> 754 <context context-type="linenumber">215</context>
756 </context-group> 755 </context-group>
757 </trans-unit> 756 </trans-unit>
758 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 757 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
759 <source>Licence</source> 758 <source>Licence</source>
760 <target>الرخصة</target> 759 <target>الرخصة</target>
761 <context-group name="null"> 760 <context-group name="null">
762 <context context-type="linenumber">179</context> 761 <context context-type="linenumber">224</context>
763 </context-group> 762 </context-group>
764 </trans-unit> 763 </trans-unit>
765 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 764 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
766 <source>Language</source> 765 <source>Language</source>
767 <target>اللغة</target> 766 <target>اللغة</target>
768 <context-group name="null"> 767 <context-group name="null">
769 <context context-type="linenumber">188</context> 768 <context context-type="linenumber">233</context>
770 </context-group> 769 </context-group>
771 </trans-unit> 770 </trans-unit>
772 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 771 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -841,13 +840,6 @@
841 <context context-type="linenumber">39</context> 840 <context context-type="linenumber">39</context>
842 </context-group> 841 </context-group>
843 </trans-unit> 842 </trans-unit>
844 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
845 <source>User registration is allowed and</source>
846 <target>التسجيل مسموح و</target>
847 <context-group name="null">
848 <context context-type="linenumber">29</context>
849 </context-group>
850 </trans-unit>
851 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 843 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
852 <source> 844 <source>
853 About PeerTube 845 About PeerTube
@@ -1034,35 +1026,35 @@
1034 <source>Videos Overview</source> 1026 <source>Videos Overview</source>
1035 <target>نظرة شاملة عن الفيديوهات</target> 1027 <target>نظرة شاملة عن الفيديوهات</target>
1036 <context-group name="null"> 1028 <context-group name="null">
1037 <context context-type="linenumber">51</context> 1029 <context context-type="linenumber">60</context>
1038 </context-group> 1030 </context-group>
1039 </trans-unit> 1031 </trans-unit>
1040 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1032 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1041 <source>Videos Trending</source> 1033 <source>Videos Trending</source>
1042 <target>الفيديوهات الشائعة</target> 1034 <target>الفيديوهات الشائعة</target>
1043 <context-group name="null"> 1035 <context-group name="null">
1044 <context context-type="linenumber">52</context> 1036 <context context-type="linenumber">61</context>
1045 </context-group> 1037 </context-group>
1046 </trans-unit> 1038 </trans-unit>
1047 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1039 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1048 <source>Videos Recently Added</source> 1040 <source>Videos Recently Added</source>
1049 <target>الفيديوهات المُضافة حديثًا</target> 1041 <target>الفيديوهات المُضافة حديثًا</target>
1050 <context-group name="null"> 1042 <context-group name="null">
1051 <context context-type="linenumber">53</context> 1043 <context context-type="linenumber">62</context>
1052 </context-group> 1044 </context-group>
1053 </trans-unit> 1045 </trans-unit>
1054 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1046 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1055 <source>Local videos</source> 1047 <source>Local videos</source>
1056 <target>الفيديوهات المحلية</target> 1048 <target>الفيديوهات المحلية</target>
1057 <context-group name="null"> 1049 <context-group name="null">
1058 <context context-type="linenumber">54</context> 1050 <context context-type="linenumber">63</context>
1059 </context-group> 1051 </context-group>
1060 </trans-unit> 1052 </trans-unit>
1061 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1053 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1062 <source>Policy on videos containing sensitive content</source> 1054 <source>Policy on videos containing sensitive content</source>
1063 <target>سياسة الفيديوهات التي تحتوي على محتوى حساس</target> 1055 <target>سياسة الفيديوهات التي تحتوي على محتوى حساس</target>
1064 <context-group name="null"> 1056 <context-group name="null">
1065 <context context-type="linenumber">61</context> 1057 <context context-type="linenumber">70</context>
1066 </context-group> 1058 </context-group>
1067 </trans-unit> 1059 </trans-unit>
1068 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 1060 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -1083,42 +1075,42 @@
1083 <source>Signup enabled</source> 1075 <source>Signup enabled</source>
1084 <target>التسجيل مُفعل</target> 1076 <target>التسجيل مُفعل</target>
1085 <context-group name="null"> 1077 <context-group name="null">
1086 <context context-type="linenumber">84</context> 1078 <context context-type="linenumber">93</context>
1087 </context-group> 1079 </context-group>
1088 </trans-unit> 1080 </trans-unit>
1089 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1081 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1090 <source>Signup requires email verification</source> 1082 <source>Signup requires email verification</source>
1091 <target>يتطلب التسجيل رسالة تأكيد</target> 1083 <target>يتطلب التسجيل رسالة تأكيد</target>
1092 <context-group name="null"> 1084 <context-group name="null">
1093 <context context-type="linenumber">91</context> 1085 <context context-type="linenumber">100</context>
1094 </context-group> 1086 </context-group>
1095 </trans-unit> 1087 </trans-unit>
1096 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1088 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1097 <source>Signup limit</source> 1089 <source>Signup limit</source>
1098 <target>حد التسجيل</target> 1090 <target>حد التسجيل</target>
1099 <context-group name="null"> 1091 <context-group name="null">
1100 <context context-type="linenumber">96</context> 1092 <context context-type="linenumber">105</context>
1101 </context-group> 1093 </context-group>
1102 </trans-unit> 1094 </trans-unit>
1103 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1095 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1104 <source>Users</source> 1096 <source>Users</source>
1105 <target>المستخدِمون</target> 1097 <target>المستخدِمون</target>
1106 <context-group name="null"> 1098 <context-group name="null">
1107 <context context-type="linenumber">105</context> 1099 <context context-type="linenumber">114</context>
1108 </context-group> 1100 </context-group>
1109 </trans-unit> 1101 </trans-unit>
1110 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1102 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1111 <source>User default video quota</source> 1103 <source>User default video quota</source>
1112 <target>حصة الفيديو الافتراضية للمستخدم</target> 1104 <target>حصة الفيديو الافتراضية للمستخدم</target>
1113 <context-group name="null"> 1105 <context-group name="null">
1114 <context context-type="linenumber">109</context> 1106 <context context-type="linenumber">118</context>
1115 </context-group> 1107 </context-group>
1116 </trans-unit> 1108 </trans-unit>
1117 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1109 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1118 <source>User default daily upload limit</source> 1110 <source>User default daily upload limit</source>
1119 <target>حد الرفع الإفتراضي للمستخدِم</target> 1111 <target>حد الرفع الإفتراضي للمستخدِم</target>
1120 <context-group name="null"> 1112 <context-group name="null">
1121 <context context-type="linenumber">121</context> 1113 <context context-type="linenumber">130</context>
1122 </context-group> 1114 </context-group>
1123 </trans-unit> 1115 </trans-unit>
1124 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1116 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1132,14 +1124,14 @@
1132 <source>Administrator</source> 1124 <source>Administrator</source>
1133 <target>المدير</target> 1125 <target>المدير</target>
1134 <context-group name="null"> 1126 <context-group name="null">
1135 <context context-type="linenumber">155</context> 1127 <context context-type="linenumber">181</context>
1136 </context-group> 1128 </context-group>
1137 </trans-unit> 1129 </trans-unit>
1138 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1130 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1139 <source>Admin email</source> 1131 <source>Admin email</source>
1140 <target>البريد الإلكتروني للمدير</target> 1132 <target>البريد الإلكتروني للمدير</target>
1141 <context-group name="null"> 1133 <context-group name="null">
1142 <context context-type="linenumber">158</context> 1134 <context context-type="linenumber">184</context>
1143 </context-group> 1135 </context-group>
1144 </trans-unit> 1136 </trans-unit>
1145 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1137 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1153,42 +1145,42 @@
1153 <source>Twitter</source> 1145 <source>Twitter</source>
1154 <target>تويتر</target> 1146 <target>تويتر</target>
1155 <context-group name="null"> 1147 <context-group name="null">
1156 <context context-type="linenumber">178</context> 1148 <context context-type="linenumber">204</context>
1157 </context-group> 1149 </context-group>
1158 </trans-unit> 1150 </trans-unit>
1159 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1151 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1160 <source>Your Twitter username</source> 1152 <source>Your Twitter username</source>
1161 <target>اسم المستخدِم الخاص بك على تويتر</target> 1153 <target>اسم المستخدِم الخاص بك على تويتر</target>
1162 <context-group name="null"> 1154 <context-group name="null">
1163 <context context-type="linenumber">184</context> 1155 <context context-type="linenumber">210</context>
1164 </context-group> 1156 </context-group>
1165 </trans-unit> 1157 </trans-unit>
1166 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1158 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1167 <source>Services</source> 1159 <source>Services</source>
1168 <target>الخدمات</target> 1160 <target>الخدمات</target>
1169 <context-group name="null"> 1161 <context-group name="null">
1170 <context context-type="linenumber">176</context> 1162 <context context-type="linenumber">202</context>
1171 </context-group> 1163 </context-group>
1172 </trans-unit> 1164 </trans-unit>
1173 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1165 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1174 <source>Customizations</source> 1166 <source>Customizations</source>
1175 <target>التخصيصات</target> 1167 <target>التخصيصات</target>
1176 <context-group name="null"> 1168 <context-group name="null">
1177 <context context-type="linenumber">289</context> 1169 <context context-type="linenumber">315</context>
1178 </context-group> 1170 </context-group>
1179 </trans-unit> 1171 </trans-unit>
1180 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1172 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1181 <source>JavaScript</source> 1173 <source>JavaScript</source>
1182 <target>الجافا سكريبت</target> 1174 <target>الجافا سكريبت</target>
1183 <context-group name="null"> 1175 <context-group name="null">
1184 <context context-type="linenumber">294</context> 1176 <context context-type="linenumber">320</context>
1185 </context-group> 1177 </context-group>
1186 </trans-unit> 1178 </trans-unit>
1187 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1179 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1188 <source>Advanced configuration</source> 1180 <source>Advanced configuration</source>
1189 <target>الإعدادات المتقدمة</target> 1181 <target>الإعدادات المتقدمة</target>
1190 <context-group name="null"> 1182 <context-group name="null">
1191 <context context-type="linenumber">212</context> 1183 <context context-type="linenumber">238</context>
1192 </context-group> 1184 </context-group>
1193 </trans-unit> 1185 </trans-unit>
1194 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1186 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1359,7 +1351,7 @@
1359 <source>Go to the account page</source> 1351 <source>Go to the account page</source>
1360 <target>الإنتقال إلى صفحة الحساب</target> 1352 <target>الإنتقال إلى صفحة الحساب</target>
1361 <context-group name="null"> 1353 <context-group name="null">
1362 <context context-type="linenumber">134</context> 1354 <context context-type="linenumber">179</context>
1363 </context-group> 1355 </context-group>
1364 </trans-unit> 1356 </trans-unit>
1365 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 1357 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
@@ -1446,6 +1438,13 @@
1446 <context context-type="linenumber">43</context> 1438 <context context-type="linenumber">43</context>
1447 </context-group> 1439 </context-group>
1448 </trans-unit> 1440 </trans-unit>
1441 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
1442 <source>Unblacklist</source>
1443 <target>إلغاء الحجب</target>
1444 <context-group name="null">
1445 <context context-type="linenumber">146</context>
1446 </context-group>
1447 </trans-unit>
1449 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 1448 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
1450 <source>Moderation</source> 1449 <source>Moderation</source>
1451 <target>الإشراف</target> 1450 <target>الإشراف</target>
@@ -1453,13 +1452,6 @@
1453 <context context-type="linenumber">2</context> 1452 <context context-type="linenumber">2</context>
1454 </context-group> 1453 </context-group>
1455 </trans-unit> 1454 </trans-unit>
1456 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
1457 <source>Blacklisted videos</source>
1458 <target>الفيديوهات المحجوبة</target>
1459 <context-group name="null">
1460 <context context-type="linenumber">7</context>
1461 </context-group>
1462 </trans-unit>
1463 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 1455 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
1464 <source>Account</source> 1456 <source>Account</source>
1465 <target>الحساب</target> 1457 <target>الحساب</target>
@@ -1506,7 +1498,7 @@
1506 <source>Change ownership</source> 1498 <source>Change ownership</source>
1507 <target>تغيير المالك</target> 1499 <target>تغيير المالك</target>
1508 <context-group name="null"> 1500 <context-group name="null">
1509 <context context-type="linenumber">46</context> 1501 <context context-type="linenumber">40</context>
1510 </context-group> 1502 </context-group>
1511 </trans-unit> 1503 </trans-unit>
1512 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 1504 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -1529,23 +1521,7 @@
1529 <source>Blacklisted</source> 1521 <source>Blacklisted</source>
1530 <target>تم حجبه</target> 1522 <target>تم حجبه</target>
1531 <context-group name="null"> 1523 <context-group name="null">
1532 <context context-type="linenumber">22</context> 1524 <context context-type="linenumber">16</context>
1533 </context-group>
1534 </trans-unit>
1535 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
1536 <source>
1537 Cancel
1538 </source>
1539 <target>إلغاء</target>
1540 <context-group name="null">
1541 <context context-type="linenumber">30</context>
1542 </context-group>
1543 </trans-unit>
1544 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
1545 <source>Create another video channel</source>
1546 <target>إنشاء قناة فيديو أخرى</target>
1547 <context-group name="null">
1548 <context context-type="linenumber">4</context>
1549 </context-group> 1525 </context-group>
1550 </trans-unit> 1526 </trans-unit>
1551 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 1527 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -1569,13 +1545,6 @@
1569 <context context-type="linenumber">15</context> 1545 <context context-type="linenumber">15</context>
1570 </context-group> 1546 </context-group>
1571 </trans-unit> 1547 </trans-unit>
1572 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1573 <source>Display name</source>
1574 <target>الإسم العلني</target>
1575 <context-group name="null">
1576 <context context-type="linenumber">6</context>
1577 </context-group>
1578 </trans-unit>
1579 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191"> 1548 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
1580 <source>Target</source> 1549 <source>Target</source>
1581 <target>الهدف</target> 1550 <target>الهدف</target>
@@ -1618,6 +1587,27 @@
1618 <context context-type="linenumber">2</context> 1587 <context context-type="linenumber">2</context>
1619 </context-group> 1588 </context-group>
1620 </trans-unit> 1589 </trans-unit>
1590 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1591 <source>Privacy</source>
1592 <target>الخصوصية</target>
1593 <context-group name="null">
1594 <context context-type="linenumber">205</context>
1595 </context-group>
1596 </trans-unit>
1597 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1598 <source>Channel</source>
1599 <target>القناة</target>
1600 <context-group name="null">
1601 <context context-type="linenumber">39</context>
1602 </context-group>
1603 </trans-unit>
1604 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1605 <source>Upload thumbnail</source>
1606 <target>تحديث الصورة المصغرة</target>
1607 <context-group name="null">
1608 <context context-type="linenumber">192</context>
1609 </context-group>
1610 </trans-unit>
1621 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 1611 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
1622 <source>Change password</source> 1612 <source>Change password</source>
1623 <target>تغيير الكلمة السرية</target> 1613 <target>تغيير الكلمة السرية</target>
@@ -1653,13 +1643,6 @@
1653 <context context-type="linenumber">28</context> 1643 <context context-type="linenumber">28</context>
1654 </context-group> 1644 </context-group>
1655 </trans-unit> 1645 </trans-unit>
1656 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
1657 <source>Save</source>
1658 <target>حفظ</target>
1659 <context-group name="null">
1660 <context context-type="linenumber">32</context>
1661 </context-group>
1662 </trans-unit>
1663 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 1646 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
1664 <source>Update my profile</source> 1647 <source>Update my profile</source>
1665 <target>تحديث ملفي الشخصي</target> 1648 <target>تحديث ملفي الشخصي</target>
@@ -1706,21 +1689,7 @@
1706 <source>URL</source> 1689 <source>URL</source>
1707 <target>الرابط</target> 1690 <target>الرابط</target>
1708 <context-group name="null"> 1691 <context-group name="null">
1709 <context context-type="linenumber">17</context> 1692 <context context-type="linenumber">25</context>
1710 </context-group>
1711 </trans-unit>
1712 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1713 <source>Channel</source>
1714 <target>القناة</target>
1715 <context-group name="null">
1716 <context context-type="linenumber">39</context>
1717 </context-group>
1718 </trans-unit>
1719 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1720 <source>Privacy</source>
1721 <target>الخصوصية</target>
1722 <context-group name="null">
1723 <context context-type="linenumber">160</context>
1724 </context-group> 1693 </context-group>
1725 </trans-unit> 1694 </trans-unit>
1726 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 1695 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
@@ -1734,7 +1703,7 @@
1734 <source>Update</source> 1703 <source>Update</source>
1735 <target>تحديث</target> 1704 <target>تحديث</target>
1736 <context-group name="null"> 1705 <context-group name="null">
1737 <context context-type="linenumber">93</context> 1706 <context context-type="linenumber">138</context>
1738 </context-group> 1707 </context-group>
1739 </trans-unit> 1708 </trans-unit>
1740 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 1709 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -1804,7 +1773,7 @@
1804 <source>Tags</source> 1773 <source>Tags</source>
1805 <target>الوسوم</target> 1774 <target>الوسوم</target>
1806 <context-group name="null"> 1775 <context-group name="null">
1807 <context context-type="linenumber">197</context> 1776 <context context-type="linenumber">242</context>
1808 </context-group> 1777 </context-group>
1809 </trans-unit> 1778 </trans-unit>
1810 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 1779 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -1842,13 +1811,6 @@
1842 <context context-type="linenumber">173</context> 1811 <context context-type="linenumber">173</context>
1843 </context-group> 1812 </context-group>
1844 </trans-unit> 1813 </trans-unit>
1845 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1846 <source>Upload thumbnail</source>
1847 <target>تحديث الصورة المصغرة</target>
1848 <context-group name="null">
1849 <context context-type="linenumber">192</context>
1850 </context-group>
1851 </trans-unit>
1852 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 1814 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
1853 <source>Upload preview</source> 1815 <source>Upload preview</source>
1854 <target>إرسال معاينة</target> 1816 <target>إرسال معاينة</target>
@@ -1860,7 +1822,7 @@
1860 <source>Support</source> 1822 <source>Support</source>
1861 <target>الدعم</target> 1823 <target>الدعم</target>
1862 <context-group name="null"> 1824 <context-group name="null">
1863 <context context-type="linenumber">70</context> 1825 <context context-type="linenumber">101</context>
1864 </context-group> 1826 </context-group>
1865 </trans-unit> 1827 </trans-unit>
1866 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 1828 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
@@ -1918,7 +1880,7 @@
1918 <source>Download</source> 1880 <source>Download</source>
1919 <target>تنزيل</target> 1881 <target>تنزيل</target>
1920 <context-group name="null"> 1882 <context-group name="null">
1921 <context context-type="linenumber">85</context> 1883 <context context-type="linenumber">130</context>
1922 </context-group> 1884 </context-group>
1923 </trans-unit> 1885 </trans-unit>
1924 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 1886 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -1932,21 +1894,21 @@
1932 <source>Share</source> 1894 <source>Share</source>
1933 <target>شارك</target> 1895 <target>شارك</target>
1934 <context-group name="null"> 1896 <context-group name="null">
1935 <context context-type="linenumber">75</context> 1897 <context context-type="linenumber">106</context>
1936 </context-group> 1898 </context-group>
1937 </trans-unit> 1899 </trans-unit>
1938 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 1900 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
1939 <source>QR-Code</source> 1901 <source>QR-Code</source>
1940 <target>رمز الاستجابة السريعة</target> 1902 <target>رمز الاستجابة السريعة</target>
1941 <context-group name="null"> 1903 <context-group name="null">
1942 <context context-type="linenumber">29</context> 1904 <context context-type="linenumber">37</context>
1943 </context-group> 1905 </context-group>
1944 </trans-unit> 1906 </trans-unit>
1945 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 1907 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
1946 <source>Close</source> 1908 <source>Close</source>
1947 <target>إغلاق</target> 1909 <target>إغلاق</target>
1948 <context-group name="null"> 1910 <context-group name="null">
1949 <context context-type="linenumber">51</context> 1911 <context context-type="linenumber">59</context>
1950 </context-group> 1912 </context-group>
1951 </trans-unit> 1913 </trans-unit>
1952 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 1914 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -1960,126 +1922,119 @@
1960 <source>This video is blacklisted.</source> 1922 <source>This video is blacklisted.</source>
1961 <target>تم حجب هذه الفيديو.</target> 1923 <target>تم حجب هذه الفيديو.</target>
1962 <context-group name="null"> 1924 <context-group name="null">
1963 <context context-type="linenumber">24</context> 1925 <context context-type="linenumber">56</context>
1964 </context-group> 1926 </context-group>
1965 </trans-unit> 1927 </trans-unit>
1966 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 1928 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
1967 <source>Like this video</source> 1929 <source>Like this video</source>
1968 <target>الإعجاب بهذه الفيديو</target> 1930 <target>الإعجاب بهذه الفيديو</target>
1969 <context-group name="null"> 1931 <context-group name="null">
1970 <context context-type="linenumber">55</context> 1932 <context context-type="linenumber">86</context>
1971 </context-group> 1933 </context-group>
1972 </trans-unit> 1934 </trans-unit>
1973 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 1935 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
1974 <source>Dislike this video</source> 1936 <source>Dislike this video</source>
1975 <target>إلغاء الإعجاب بهذه الفيديو</target> 1937 <target>إلغاء الإعجاب بهذه الفيديو</target>
1976 <context-group name="null"> 1938 <context-group name="null">
1977 <context context-type="linenumber">63</context> 1939 <context context-type="linenumber">94</context>
1978 </context-group> 1940 </context-group>
1979 </trans-unit> 1941 </trans-unit>
1980 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 1942 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
1981 <source>Download the video</source> 1943 <source>Download the video</source>
1982 <target>تنزيل الفيديو</target> 1944 <target>تنزيل الفيديو</target>
1983 <context-group name="null"> 1945 <context-group name="null">
1984 <context context-type="linenumber">84</context> 1946 <context context-type="linenumber">129</context>
1985 </context-group> 1947 </context-group>
1986 </trans-unit> 1948 </trans-unit>
1987 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 1949 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
1988 <source>Report</source> 1950 <source>Report</source>
1989 <target>الإبلاغ</target> 1951 <target>الإبلاغ</target>
1990 <context-group name="null"> 1952 <context-group name="null">
1991 <context context-type="linenumber">89</context> 1953 <context context-type="linenumber">134</context>
1992 </context-group> 1954 </context-group>
1993 </trans-unit> 1955 </trans-unit>
1994 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 1956 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
1995 <source>Report this video</source> 1957 <source>Report this video</source>
1996 <target>أبلغ عن هذه الفيديو</target> 1958 <target>أبلغ عن هذه الفيديو</target>
1997 <context-group name="null"> 1959 <context-group name="null">
1998 <context context-type="linenumber">88</context> 1960 <context context-type="linenumber">133</context>
1999 </context-group> 1961 </context-group>
2000 </trans-unit> 1962 </trans-unit>
2001 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 1963 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
2002 <source>Update this video</source> 1964 <source>Update this video</source>
2003 <target>تحديث هذه الفيديو</target> 1965 <target>تحديث هذه الفيديو</target>
2004 <context-group name="null"> 1966 <context-group name="null">
2005 <context context-type="linenumber">92</context> 1967 <context context-type="linenumber">137</context>
2006 </context-group> 1968 </context-group>
2007 </trans-unit> 1969 </trans-unit>
2008 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 1970 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
2009 <source>Blacklist</source> 1971 <source>Blacklist</source>
2010 <target>حجب في القائمة السوداء</target> 1972 <target>حجب في القائمة السوداء</target>
2011 <context-group name="null"> 1973 <context-group name="null">
2012 <context context-type="linenumber">97</context> 1974 <context context-type="linenumber">142</context>
2013 </context-group> 1975 </context-group>
2014 </trans-unit> 1976 </trans-unit>
2015 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 1977 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
2016 <source>Blacklist this video</source> 1978 <source>Blacklist this video</source>
2017 <target>حجب هذه الفيديو</target> 1979 <target>حجب هذه الفيديو</target>
2018 <context-group name="null"> 1980 <context-group name="null">
2019 <context context-type="linenumber">96</context> 1981 <context context-type="linenumber">141</context>
2020 </context-group>
2021 </trans-unit>
2022 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2023 <source>Unblacklist</source>
2024 <target>إلغاء الحجب</target>
2025 <context-group name="null">
2026 <context context-type="linenumber">101</context>
2027 </context-group> 1982 </context-group>
2028 </trans-unit> 1983 </trans-unit>
2029 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 1984 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
2030 <source>Unblacklist this video</source> 1985 <source>Unblacklist this video</source>
2031 <target>إلغاء حجب هذه الفيديو</target> 1986 <target>إلغاء حجب هذه الفيديو</target>
2032 <context-group name="null"> 1987 <context-group name="null">
2033 <context context-type="linenumber">100</context> 1988 <context context-type="linenumber">145</context>
2034 </context-group> 1989 </context-group>
2035 </trans-unit> 1990 </trans-unit>
2036 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 1991 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
2037 <source>Delete this video</source> 1992 <source>Delete this video</source>
2038 <target>حذف هذه الفيديو</target> 1993 <target>حذف هذه الفيديو</target>
2039 <context-group name="null"> 1994 <context-group name="null">
2040 <context context-type="linenumber">104</context> 1995 <context context-type="linenumber">149</context>
2041 </context-group> 1996 </context-group>
2042 </trans-unit> 1997 </trans-unit>
2043 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 1998 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
2044 <source>Go the channel page</source> 1999 <source>Go the channel page</source>
2045 <target>الإنتقال إلى صفحة القناة</target> 2000 <target>الإنتقال إلى صفحة القناة</target>
2046 <context-group name="null"> 2001 <context-group name="null">
2047 <context context-type="linenumber">124</context> 2002 <context context-type="linenumber">169</context>
2048 </context-group> 2003 </context-group>
2049 </trans-unit> 2004 </trans-unit>
2050 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 2005 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
2051 <source>Show more</source> 2006 <source>Show more</source>
2052 <target>عرض المزيد</target> 2007 <target>عرض المزيد</target>
2053 <context-group name="null"> 2008 <context-group name="null">
2054 <context context-type="linenumber">147</context> 2009 <context context-type="linenumber">192</context>
2055 </context-group> 2010 </context-group>
2056 </trans-unit> 2011 </trans-unit>
2057 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 2012 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
2058 <source>Show less</source> 2013 <source>Show less</source>
2059 <target>عرض القليل</target> 2014 <target>عرض القليل</target>
2060 <context-group name="null"> 2015 <context-group name="null">
2061 <context context-type="linenumber">153</context> 2016 <context context-type="linenumber">198</context>
2062 </context-group> 2017 </context-group>
2063 </trans-unit> 2018 </trans-unit>
2064 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 2019 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
2065 <source>Friendly Reminder: </source> 2020 <source>Friendly Reminder: </source>
2066 <target>تذكير أخوي:</target> 2021 <target>تذكير أخوي:</target>
2067 <context-group name="null"> 2022 <context-group name="null">
2068 <context context-type="linenumber">214</context> 2023 <context context-type="linenumber">258</context>
2069 </context-group> 2024 </context-group>
2070 </trans-unit> 2025 </trans-unit>
2071 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2026 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2072 <source>More information</source> 2027 <source>More information</source>
2073 <target>المزيد من التفاصيل</target> 2028 <target>المزيد من التفاصيل</target>
2074 <context-group name="null"> 2029 <context-group name="null">
2075 <context context-type="linenumber">218</context> 2030 <context context-type="linenumber">262</context>
2076 </context-group> 2031 </context-group>
2077 </trans-unit> 2032 </trans-unit>
2078 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2033 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2079 <source>Get more information</source> 2034 <source>Get more information</source>
2080 <target>احصل على معلومات أكثر</target> 2035 <target>احصل على معلومات أكثر</target>
2081 <context-group name="null"> 2036 <context-group name="null">
2082 <context context-type="linenumber">218</context> 2037 <context context-type="linenumber">262</context>
2083 </context-group> 2038 </context-group>
2084 </trans-unit> 2039 </trans-unit>
2085 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2040 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -2088,7 +2043,7 @@
2088 </source> 2043 </source>
2089 <target>نعم</target> 2044 <target>نعم</target>
2090 <context-group name="null"> 2045 <context-group name="null">
2091 <context context-type="linenumber">221</context> 2046 <context context-type="linenumber">265</context>
2092 </context-group> 2047 </context-group>
2093 </trans-unit> 2048 </trans-unit>
2094 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 2049 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -2379,13 +2334,6 @@
2379 <context context-type="linenumber">1</context> 2334 <context context-type="linenumber">1</context>
2380 </context-group> 2335 </context-group>
2381 </trans-unit> 2336 </trans-unit>
2382 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
2383 <source>Create</source>
2384 <target>إنشاء</target>
2385 <context-group name="null">
2386 <context context-type="linenumber">1</context>
2387 </context-group>
2388 </trans-unit>
2389 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 2337 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
2390 <source>My videos</source> 2338 <source>My videos</source>
2391 <target>فيديوهاتي</target> 2339 <target>فيديوهاتي</target>
@@ -2407,13 +2355,6 @@
2407 <context context-type="linenumber">1</context> 2355 <context context-type="linenumber">1</context>
2408 </context-group> 2356 </context-group>
2409 </trans-unit> 2357 </trans-unit>
2410 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
2411 <source>My library</source>
2412 <target>مكتبتي</target>
2413 <context-group name="null">
2414 <context context-type="linenumber">1</context>
2415 </context-group>
2416 </trans-unit>
2417 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 2358 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
2418 <source>My channels</source> 2359 <source>My channels</source>
2419 <target>قنواتي</target> 2360 <target>قنواتي</target>
diff --git a/client/src/locale/target/angular_ca_ES.xml b/client/src/locale/target/angular_ca_ES.xml
index b0537814d..91091040e 100644
--- a/client/src/locale/target/angular_ca_ES.xml
+++ b/client/src/locale/target/angular_ca_ES.xml
@@ -10,6 +10,27 @@
10 <context context-type="linenumber">16</context> 10 <context context-type="linenumber">16</context>
11 </context-group> 11 </context-group>
12 </trans-unit> 12 </trans-unit>
13 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
14 <source>Display name</source>
15 <target>Mostra el nom</target>
16 <context-group name="null">
17 <context context-type="linenumber">6</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
21 <source>Create</source>
22 <target>Crea</target>
23 <context-group name="null">
24 <context context-type="linenumber">73</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
28 <source>Save</source>
29 <target>Desa</target>
30 <context-group name="null">
31 <context context-type="linenumber">115</context>
32 </context-group>
33 </trans-unit>
13 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 34 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
14 <source>Delete</source> 35 <source>Delete</source>
15 <target>Esborra</target> 36 <target>Esborra</target>
@@ -130,7 +151,7 @@
130 <source>Login</source> 151 <source>Login</source>
131 <target>Iniciar sessió</target> 152 <target>Iniciar sessió</target>
132 <context-group name="null"> 153 <context-group name="null">
133 <context context-type="linenumber">36</context> 154 <context context-type="linenumber">32</context>
134 </context-group> 155 </context-group>
135 </trans-unit> 156 </trans-unit>
136 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 157 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -215,7 +236,7 @@
215 <source>Signup</source> 236 <source>Signup</source>
216 <target>Registra't</target> 237 <target>Registra't</target>
217 <context-group name="null"> 238 <context-group name="null">
218 <context context-type="linenumber">78</context> 239 <context context-type="linenumber">87</context>
219 </context-group> 240 </context-group>
220 </trans-unit> 241 </trans-unit>
221 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 242 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
@@ -251,14 +272,14 @@
251 <source>Change the language</source> 272 <source>Change the language</source>
252 <target>Canvia la llengua</target> 273 <target>Canvia la llengua</target>
253 <context-group name="null"> 274 <context-group name="null">
254 <context context-type="linenumber">86</context> 275 <context context-type="linenumber">102</context>
255 </context-group> 276 </context-group>
256 </trans-unit> 277 </trans-unit>
257 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 278 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
258 <source>Create an account</source> 279 <source>Create an account</source>
259 <target>Registrar un compte</target> 280 <target>Registrar un compte</target>
260 <context-group name="null"> 281 <context-group name="null">
261 <context context-type="linenumber">37</context> 282 <context context-type="linenumber">33</context>
262 </context-group> 283 </context-group>
263 </trans-unit> 284 </trans-unit>
264 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 285 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
@@ -272,42 +293,42 @@
272 <source>Trending</source> 293 <source>Trending</source>
273 <target>Tendència</target> 294 <target>Tendència</target>
274 <context-group name="null"> 295 <context-group name="null">
275 <context context-type="linenumber">55</context> 296 <context context-type="linenumber">71</context>
276 </context-group> 297 </context-group>
277 </trans-unit> 298 </trans-unit>
278 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 299 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
279 <source>Recently added</source> 300 <source>Recently added</source>
280 <target>Afegits fa poc</target> 301 <target>Afegits fa poc</target>
281 <context-group name="null"> 302 <context-group name="null">
282 <context context-type="linenumber">60</context> 303 <context context-type="linenumber">76</context>
283 </context-group> 304 </context-group>
284 </trans-unit> 305 </trans-unit>
285 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 306 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
286 <source>Local</source> 307 <source>Local</source>
287 <target>Local</target> 308 <target>Local</target>
288 <context-group name="null"> 309 <context-group name="null">
289 <context context-type="linenumber">65</context> 310 <context context-type="linenumber">81</context>
290 </context-group> 311 </context-group>
291 </trans-unit> 312 </trans-unit>
292 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 313 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
293 <source>More</source> 314 <source>More</source>
294 <target>Més</target> 315 <target>Més</target>
295 <context-group name="null"> 316 <context-group name="null">
296 <context context-type="linenumber">70</context> 317 <context context-type="linenumber">86</context>
297 </context-group> 318 </context-group>
298 </trans-unit> 319 </trans-unit>
299 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 320 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
300 <source>Administration</source> 321 <source>Administration</source>
301 <target>Administració</target> 322 <target>Administració</target>
302 <context-group name="null"> 323 <context-group name="null">
303 <context context-type="linenumber">74</context> 324 <context context-type="linenumber">90</context>
304 </context-group> 325 </context-group>
305 </trans-unit> 326 </trans-unit>
306 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 327 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
307 <source>About</source> 328 <source>About</source>
308 <target>Quant a</target> 329 <target>Quant a</target>
309 <context-group name="null"> 330 <context-group name="null">
310 <context context-type="linenumber">25</context> 331 <context context-type="linenumber">26</context>
311 </context-group> 332 </context-group>
312 </trans-unit> 333 </trans-unit>
313 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 334 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -370,21 +391,21 @@
370 <source>Category</source> 391 <source>Category</source>
371 <target>Categoria</target> 392 <target>Categoria</target>
372 <context-group name="null"> 393 <context-group name="null">
373 <context context-type="linenumber">170</context> 394 <context context-type="linenumber">215</context>
374 </context-group> 395 </context-group>
375 </trans-unit> 396 </trans-unit>
376 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 397 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
377 <source>Licence</source> 398 <source>Licence</source>
378 <target>Llicència</target> 399 <target>Llicència</target>
379 <context-group name="null"> 400 <context-group name="null">
380 <context context-type="linenumber">179</context> 401 <context context-type="linenumber">224</context>
381 </context-group> 402 </context-group>
382 </trans-unit> 403 </trans-unit>
383 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 404 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
384 <source>Language</source> 405 <source>Language</source>
385 <target>Llengua</target> 406 <target>Llengua</target>
386 <context-group name="null"> 407 <context-group name="null">
387 <context context-type="linenumber">188</context> 408 <context context-type="linenumber">233</context>
388 </context-group> 409 </context-group>
389 </trans-unit> 410 </trans-unit>
390 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 411 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -450,13 +471,6 @@
450 <context context-type="linenumber">39</context> 471 <context context-type="linenumber">39</context>
451 </context-group> 472 </context-group>
452 </trans-unit> 473 </trans-unit>
453 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
454 <source>User registration is allowed and</source>
455 <target>El registre d'usuaris és permès i</target>
456 <context-group name="null">
457 <context context-type="linenumber">29</context>
458 </context-group>
459 </trans-unit>
460 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 474 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
461 <source> 475 <source>
462 About PeerTube 476 About PeerTube
@@ -747,35 +761,35 @@
747 <source>Default client route</source> 761 <source>Default client route</source>
748 <target>Ruta per defecte del client</target> 762 <target>Ruta per defecte del client</target>
749 <context-group name="null"> 763 <context-group name="null">
750 <context context-type="linenumber">48</context> 764 <context context-type="linenumber">57</context>
751 </context-group> 765 </context-group>
752 </trans-unit> 766 </trans-unit>
753 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 767 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
754 <source>Videos Trending</source> 768 <source>Videos Trending</source>
755 <target>Vídeos tendència</target> 769 <target>Vídeos tendència</target>
756 <context-group name="null"> 770 <context-group name="null">
757 <context context-type="linenumber">52</context> 771 <context context-type="linenumber">61</context>
758 </context-group> 772 </context-group>
759 </trans-unit> 773 </trans-unit>
760 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 774 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
761 <source>Videos Recently Added</source> 775 <source>Videos Recently Added</source>
762 <target>Vídeos afegits fa poc</target> 776 <target>Vídeos afegits fa poc</target>
763 <context-group name="null"> 777 <context-group name="null">
764 <context context-type="linenumber">53</context> 778 <context context-type="linenumber">62</context>
765 </context-group> 779 </context-group>
766 </trans-unit> 780 </trans-unit>
767 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 781 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
768 <source>Local videos</source> 782 <source>Local videos</source>
769 <target>Vídeos locals</target> 783 <target>Vídeos locals</target>
770 <context-group name="null"> 784 <context-group name="null">
771 <context context-type="linenumber">54</context> 785 <context context-type="linenumber">63</context>
772 </context-group> 786 </context-group>
773 </trans-unit> 787 </trans-unit>
774 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 788 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
775 <source>Policy on videos containing sensitive content</source> 789 <source>Policy on videos containing sensitive content</source>
776 <target>Política sobre vídeos que contenen contingut sensible</target> 790 <target>Política sobre vídeos que contenen contingut sensible</target>
777 <context-group name="null"> 791 <context-group name="null">
778 <context context-type="linenumber">61</context> 792 <context context-type="linenumber">70</context>
779 </context-group> 793 </context-group>
780 </trans-unit> 794 </trans-unit>
781 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 795 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -810,42 +824,42 @@
810 <source>Signup enabled</source> 824 <source>Signup enabled</source>
811 <target>Registre activat</target> 825 <target>Registre activat</target>
812 <context-group name="null"> 826 <context-group name="null">
813 <context context-type="linenumber">84</context> 827 <context context-type="linenumber">93</context>
814 </context-group> 828 </context-group>
815 </trans-unit> 829 </trans-unit>
816 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 830 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
817 <source>Signup limit</source> 831 <source>Signup limit</source>
818 <target>Limit de registres</target> 832 <target>Limit de registres</target>
819 <context-group name="null"> 833 <context-group name="null">
820 <context context-type="linenumber">96</context> 834 <context context-type="linenumber">105</context>
821 </context-group> 835 </context-group>
822 </trans-unit> 836 </trans-unit>
823 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 837 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
824 <source>Users</source> 838 <source>Users</source>
825 <target>Usuaris</target> 839 <target>Usuaris</target>
826 <context-group name="null"> 840 <context-group name="null">
827 <context context-type="linenumber">105</context> 841 <context context-type="linenumber">114</context>
828 </context-group> 842 </context-group>
829 </trans-unit> 843 </trans-unit>
830 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 844 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
831 <source>User default video quota</source> 845 <source>User default video quota</source>
832 <target>Quota de vídeo per defecte de l'usuari</target> 846 <target>Quota de vídeo per defecte de l'usuari</target>
833 <context-group name="null"> 847 <context-group name="null">
834 <context context-type="linenumber">109</context> 848 <context context-type="linenumber">118</context>
835 </context-group> 849 </context-group>
836 </trans-unit> 850 </trans-unit>
837 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 851 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
838 <source>Administrator</source> 852 <source>Administrator</source>
839 <target>Administrador</target> 853 <target>Administrador</target>
840 <context-group name="null"> 854 <context-group name="null">
841 <context context-type="linenumber">155</context> 855 <context context-type="linenumber">181</context>
842 </context-group> 856 </context-group>
843 </trans-unit> 857 </trans-unit>
844 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 858 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
845 <source>Admin email</source> 859 <source>Admin email</source>
846 <target>Correu del Administrador</target> 860 <target>Correu del Administrador</target>
847 <context-group name="null"> 861 <context-group name="null">
848 <context context-type="linenumber">158</context> 862 <context context-type="linenumber">184</context>
849 </context-group> 863 </context-group>
850 </trans-unit> 864 </trans-unit>
851 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 865 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -859,112 +873,112 @@
859 <source>Twitter</source> 873 <source>Twitter</source>
860 <target>Twitter</target> 874 <target>Twitter</target>
861 <context-group name="null"> 875 <context-group name="null">
862 <context context-type="linenumber">178</context> 876 <context context-type="linenumber">204</context>
863 </context-group> 877 </context-group>
864 </trans-unit> 878 </trans-unit>
865 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 879 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
866 <source>Your Twitter username</source> 880 <source>Your Twitter username</source>
867 <target>El teu nom d'usuari de Twitter</target> 881 <target>El teu nom d'usuari de Twitter</target>
868 <context-group name="null"> 882 <context-group name="null">
869 <context context-type="linenumber">184</context> 883 <context context-type="linenumber">210</context>
870 </context-group> 884 </context-group>
871 </trans-unit> 885 </trans-unit>
872 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 886 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
873 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 887 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
874 <target>Indica el compte de Twitter del lloc web o plataforma en què es va publicar el contingut.</target> 888 <target>Indica el compte de Twitter del lloc web o plataforma en què es va publicar el contingut.</target>
875 <context-group name="null"> 889 <context-group name="null">
876 <context context-type="linenumber">187</context> 890 <context context-type="linenumber">213</context>
877 </context-group> 891 </context-group>
878 </trans-unit> 892 </trans-unit>
879 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 893 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
880 <source>Instance whitelisted by Twitter</source> 894 <source>Instance whitelisted by Twitter</source>
881 <target>Instància a la llista blanca de Twitter</target> 895 <target>Instància a la llista blanca de Twitter</target>
882 <context-group name="null"> 896 <context-group name="null">
883 <context context-type="linenumber">199</context> 897 <context context-type="linenumber">225</context>
884 </context-group> 898 </context-group>
885 </trans-unit> 899 </trans-unit>
886 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 900 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
887 <source>Services</source> 901 <source>Services</source>
888 <target>Serveis</target> 902 <target>Serveis</target>
889 <context-group name="null"> 903 <context-group name="null">
890 <context context-type="linenumber">176</context> 904 <context context-type="linenumber">202</context>
891 </context-group> 905 </context-group>
892 </trans-unit> 906 </trans-unit>
893 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 907 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
894 <source>Transcoding</source> 908 <source>Transcoding</source>
895 <target>Transcodificació</target> 909 <target>Transcodificació</target>
896 <context-group name="null"> 910 <context-group name="null">
897 <context context-type="linenumber">215</context> 911 <context context-type="linenumber">241</context>
898 </context-group> 912 </context-group>
899 </trans-unit> 913 </trans-unit>
900 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 914 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
901 <source>Transcoding enabled</source> 915 <source>Transcoding enabled</source>
902 <target>Transcodificació activada</target> 916 <target>Transcodificació activada</target>
903 <context-group name="null"> 917 <context-group name="null">
904 <context context-type="linenumber">221</context> 918 <context context-type="linenumber">247</context>
905 </context-group> 919 </context-group>
906 </trans-unit> 920 </trans-unit>
907 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 921 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
908 <source>If you disable transcoding, many videos from your users will not work!</source> 922 <source>If you disable transcoding, many videos from your users will not work!</source>
909 <target>Si desactives la transcodificació, molts vídeos dels teus usuaris no funcionaran.</target> 923 <target>Si desactives la transcodificació, molts vídeos dels teus usuaris no funcionaran.</target>
910 <context-group name="null"> 924 <context-group name="null">
911 <context context-type="linenumber">222</context> 925 <context context-type="linenumber">248</context>
912 </context-group> 926 </context-group>
913 </trans-unit> 927 </trans-unit>
914 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 928 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
915 <source>Transcoding threads</source> 929 <source>Transcoding threads</source>
916 <target>Subprocessos per la transcodificació</target> 930 <target>Subprocessos per la transcodificació</target>
917 <context-group name="null"> 931 <context-group name="null">
918 <context context-type="linenumber">237</context> 932 <context context-type="linenumber">263</context>
919 </context-group> 933 </context-group>
920 </trans-unit> 934 </trans-unit>
921 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 935 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
922 <source>Previews cache size</source> 936 <source>Previews cache size</source>
923 <target>Memòria cau per a visualitzacions prèvies</target> 937 <target>Memòria cau per a visualitzacions prèvies</target>
924 <context-group name="null"> 938 <context-group name="null">
925 <context context-type="linenumber">271</context> 939 <context context-type="linenumber">297</context>
926 </context-group> 940 </context-group>
927 </trans-unit> 941 </trans-unit>
928 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 942 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
929 <source>Customizations</source> 943 <source>Customizations</source>
930 <target>Personalitzacions</target> 944 <target>Personalitzacions</target>
931 <context-group name="null"> 945 <context-group name="null">
932 <context context-type="linenumber">289</context> 946 <context context-type="linenumber">315</context>
933 </context-group> 947 </context-group>
934 </trans-unit> 948 </trans-unit>
935 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 949 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
936 <source>JavaScript</source> 950 <source>JavaScript</source>
937 <target>JavaScript</target> 951 <target>JavaScript</target>
938 <context-group name="null"> 952 <context-group name="null">
939 <context context-type="linenumber">294</context> 953 <context context-type="linenumber">320</context>
940 </context-group> 954 </context-group>
941 </trans-unit> 955 </trans-unit>
942 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 956 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
943 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 957 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
944 <target>Escriu directament el codi JavaScript.&lt;br /&gt;Exemple: &lt;pre&gt;console.log('la meva instància és sorprenent');&lt;/pre&gt;</target> 958 <target>Escriu directament el codi JavaScript.&lt;br /&gt;Exemple: &lt;pre&gt;console.log('la meva instància és sorprenent');&lt;/pre&gt;</target>
945 <context-group name="null"> 959 <context-group name="null">
946 <context context-type="linenumber">297</context> 960 <context context-type="linenumber">323</context>
947 </context-group> 961 </context-group>
948 </trans-unit> 962 </trans-unit>
949 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 963 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
950 <source>Advanced configuration</source> 964 <source>Advanced configuration</source>
951 <target>Configuració avançada</target> 965 <target>Configuració avançada</target>
952 <context-group name="null"> 966 <context-group name="null">
953 <context context-type="linenumber">212</context> 967 <context context-type="linenumber">238</context>
954 </context-group> 968 </context-group>
955 </trans-unit> 969 </trans-unit>
956 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 970 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
957 <source>Update configuration</source> 971 <source>Update configuration</source>
958 <target>Actualitza la configuració</target> 972 <target>Actualitza la configuració</target>
959 <context-group name="null"> 973 <context-group name="null">
960 <context context-type="linenumber">340</context> 974 <context context-type="linenumber">366</context>
961 </context-group> 975 </context-group>
962 </trans-unit> 976 </trans-unit>
963 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 977 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
964 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 978 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
965 <target>Sembla que la configuració no és vàlida. Cerca possibles errors a les diferents pestanyes.</target> 979 <target>Sembla que la configuració no és vàlida. Cerca possibles errors a les diferents pestanyes.</target>
966 <context-group name="null"> 980 <context-group name="null">
967 <context context-type="linenumber">341</context> 981 <context context-type="linenumber">367</context>
968 </context-group> 982 </context-group>
969 </trans-unit> 983 </trans-unit>
970 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 984 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1179,7 +1193,7 @@
1179 <source>Go to the account page</source> 1193 <source>Go to the account page</source>
1180 <target>Anar a la pàgina del compte</target> 1194 <target>Anar a la pàgina del compte</target>
1181 <context-group name="null"> 1195 <context-group name="null">
1182 <context context-type="linenumber">134</context> 1196 <context context-type="linenumber">179</context>
1183 </context-group> 1197 </context-group>
1184 </trans-unit> 1198 </trans-unit>
1185 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 1199 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -1210,11 +1224,11 @@
1210 <context context-type="linenumber">33</context> 1224 <context context-type="linenumber">33</context>
1211 </context-group> 1225 </context-group>
1212 </trans-unit> 1226 </trans-unit>
1213 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 1227 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
1214 <source>Blacklisted videos</source> 1228 <source>Unblacklist</source>
1215 <target>Vídeos a la llista negra</target> 1229 <target>Treure de llista negra</target>
1216 <context-group name="null"> 1230 <context-group name="null">
1217 <context context-type="linenumber">7</context> 1231 <context context-type="linenumber">146</context>
1218 </context-group> 1232 </context-group>
1219 </trans-unit> 1233 </trans-unit>
1220 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 1234 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
@@ -1242,25 +1256,7 @@
1242 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 1256 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
1243 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualitzacions</target> 1257 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualitzacions</target>
1244 <context-group name="null"> 1258 <context-group name="null">
1245 <context context-type="linenumber">19</context> 1259 <context context-type="linenumber">13</context>
1246 </context-group>
1247 </trans-unit>
1248 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
1249 <source>
1250 Cancel
1251 </source>
1252 <target>
1253 Cancel·la
1254 </target>
1255 <context-group name="null">
1256 <context context-type="linenumber">30</context>
1257 </context-group>
1258 </trans-unit>
1259 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
1260 <source>Create another video channel</source>
1261 <target>Crea un altre canal de vídeo</target>
1262 <context-group name="null">
1263 <context context-type="linenumber">4</context>
1264 </context-group> 1260 </context-group>
1265 </trans-unit> 1261 </trans-unit>
1266 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 1262 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -1277,13 +1273,6 @@
1277 <context context-type="linenumber">6</context> 1273 <context context-type="linenumber">6</context>
1278 </context-group> 1274 </context-group>
1279 </trans-unit> 1275 </trans-unit>
1280 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1281 <source>Display name</source>
1282 <target>Mostra el nom</target>
1283 <context-group name="null">
1284 <context context-type="linenumber">6</context>
1285 </context-group>
1286 </trans-unit>
1287 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 1276 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
1288 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 1277 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
1289When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 1278When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -1307,6 +1296,27 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1307 <context context-type="linenumber">16</context> 1296 <context context-type="linenumber">16</context>
1308 </context-group> 1297 </context-group>
1309 </trans-unit> 1298 </trans-unit>
1299 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1300 <source>Privacy</source>
1301 <target>Privacitat</target>
1302 <context-group name="null">
1303 <context context-type="linenumber">205</context>
1304 </context-group>
1305 </trans-unit>
1306 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1307 <source>Channel</source>
1308 <target>Canal</target>
1309 <context-group name="null">
1310 <context context-type="linenumber">39</context>
1311 </context-group>
1312 </trans-unit>
1313 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1314 <source>Upload thumbnail</source>
1315 <target>Puja miniatura</target>
1316 <context-group name="null">
1317 <context context-type="linenumber">192</context>
1318 </context-group>
1319 </trans-unit>
1310 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 1320 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
1311 <source>Change password</source> 1321 <source>Change password</source>
1312 <target>Canvia contrasenya</target> 1322 <target>Canvia contrasenya</target>
@@ -1342,13 +1352,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1342 <context context-type="linenumber">28</context> 1352 <context context-type="linenumber">28</context>
1343 </context-group> 1353 </context-group>
1344 </trans-unit> 1354 </trans-unit>
1345 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
1346 <source>Save</source>
1347 <target>Desa</target>
1348 <context-group name="null">
1349 <context context-type="linenumber">32</context>
1350 </context-group>
1351 </trans-unit>
1352 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 1355 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
1353 <source>Update my profile</source> 1356 <source>Update my profile</source>
1354 <target>Actualitza el meu perfil</target> 1357 <target>Actualitza el meu perfil</target>
@@ -1392,28 +1395,14 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1392 <source>URL</source> 1395 <source>URL</source>
1393 <target>URL</target> 1396 <target>URL</target>
1394 <context-group name="null"> 1397 <context-group name="null">
1395 <context context-type="linenumber">17</context> 1398 <context context-type="linenumber">25</context>
1396 </context-group>
1397 </trans-unit>
1398 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1399 <source>Channel</source>
1400 <target>Canal</target>
1401 <context-group name="null">
1402 <context context-type="linenumber">39</context>
1403 </context-group>
1404 </trans-unit>
1405 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1406 <source>Privacy</source>
1407 <target>Privacitat</target>
1408 <context-group name="null">
1409 <context context-type="linenumber">160</context>
1410 </context-group> 1399 </context-group>
1411 </trans-unit> 1400 </trans-unit>
1412 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb"> 1401 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
1413 <source>Update</source> 1402 <source>Update</source>
1414 <target>Actualitza</target> 1403 <target>Actualitza</target>
1415 <context-group name="null"> 1404 <context-group name="null">
1416 <context context-type="linenumber">93</context> 1405 <context context-type="linenumber">138</context>
1417 </context-group> 1406 </context-group>
1418 </trans-unit> 1407 </trans-unit>
1419 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 1408 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -1448,7 +1437,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1448 <source>Tags</source> 1437 <source>Tags</source>
1449 <target>Etiquetes</target> 1438 <target>Etiquetes</target>
1450 <context-group name="null"> 1439 <context-group name="null">
1451 <context context-type="linenumber">197</context> 1440 <context context-type="linenumber">242</context>
1452 </context-group> 1441 </context-group>
1453 </trans-unit> 1442 </trans-unit>
1454 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e"> 1443 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
@@ -1493,13 +1482,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1493 <context context-type="linenumber">4</context> 1482 <context context-type="linenumber">4</context>
1494 </context-group> 1483 </context-group>
1495 </trans-unit> 1484 </trans-unit>
1496 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1497 <source>Upload thumbnail</source>
1498 <target>Puja miniatura</target>
1499 <context-group name="null">
1500 <context context-type="linenumber">192</context>
1501 </context-group>
1502 </trans-unit>
1503 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 1485 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
1504 <source>Upload preview</source> 1486 <source>Upload preview</source>
1505 <target>Previsualitza la càrrega</target> 1487 <target>Previsualitza la càrrega</target>
@@ -1511,7 +1493,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1511 <source>Support</source> 1493 <source>Support</source>
1512 <target>Suporta</target> 1494 <target>Suporta</target>
1513 <context-group name="null"> 1495 <context-group name="null">
1514 <context context-type="linenumber">70</context> 1496 <context context-type="linenumber">101</context>
1515 </context-group> 1497 </context-group>
1516 </trans-unit> 1498 </trans-unit>
1517 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 1499 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -1564,7 +1546,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1564 <source>Download</source> 1546 <source>Download</source>
1565 <target>Descàrrega</target> 1547 <target>Descàrrega</target>
1566 <context-group name="null"> 1548 <context-group name="null">
1567 <context context-type="linenumber">85</context> 1549 <context context-type="linenumber">130</context>
1568 </context-group> 1550 </context-group>
1569 </trans-unit> 1551 </trans-unit>
1570 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 1552 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -1578,14 +1560,14 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1578 <source>Share</source> 1560 <source>Share</source>
1579 <target>Comparteix</target> 1561 <target>Comparteix</target>
1580 <context-group name="null"> 1562 <context-group name="null">
1581 <context context-type="linenumber">75</context> 1563 <context context-type="linenumber">106</context>
1582 </context-group> 1564 </context-group>
1583 </trans-unit> 1565 </trans-unit>
1584 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 1566 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
1585 <source>Embed</source> 1567 <source>Embed</source>
1586 <target>Incrusta</target> 1568 <target>Incrusta</target>
1587 <context-group name="null"> 1569 <context-group name="null">
1588 <context context-type="linenumber">34</context> 1570 <context context-type="linenumber">42</context>
1589 </context-group> 1571 </context-group>
1590 </trans-unit> 1572 </trans-unit>
1591 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 1573 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -1596,112 +1578,105 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1596 El vídeo s'està transcodificant, pot ser que no funcioni correctament. 1578 El vídeo s'està transcodificant, pot ser que no funcioni correctament.
1597 </target> 1579 </target>
1598 <context-group name="null"> 1580 <context-group name="null">
1599 <context context-type="linenumber">15</context> 1581 <context context-type="linenumber">43</context>
1600 </context-group> 1582 </context-group>
1601 </trans-unit> 1583 </trans-unit>
1602 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 1584 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
1603 <source>Like this video</source> 1585 <source>Like this video</source>
1604 <target>M'agrada aquest vídeo</target> 1586 <target>M'agrada aquest vídeo</target>
1605 <context-group name="null"> 1587 <context-group name="null">
1606 <context context-type="linenumber">55</context> 1588 <context context-type="linenumber">86</context>
1607 </context-group> 1589 </context-group>
1608 </trans-unit> 1590 </trans-unit>
1609 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 1591 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
1610 <source>Dislike this video</source> 1592 <source>Dislike this video</source>
1611 <target>No m'agrada aquest vídeo</target> 1593 <target>No m'agrada aquest vídeo</target>
1612 <context-group name="null"> 1594 <context-group name="null">
1613 <context context-type="linenumber">63</context> 1595 <context context-type="linenumber">94</context>
1614 </context-group> 1596 </context-group>
1615 </trans-unit> 1597 </trans-unit>
1616 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 1598 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
1617 <source>Download the video</source> 1599 <source>Download the video</source>
1618 <target>Descarrega el vídeo</target> 1600 <target>Descarrega el vídeo</target>
1619 <context-group name="null"> 1601 <context-group name="null">
1620 <context context-type="linenumber">84</context> 1602 <context context-type="linenumber">129</context>
1621 </context-group> 1603 </context-group>
1622 </trans-unit> 1604 </trans-unit>
1623 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 1605 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
1624 <source>Report</source> 1606 <source>Report</source>
1625 <target>Reporta</target> 1607 <target>Reporta</target>
1626 <context-group name="null"> 1608 <context-group name="null">
1627 <context context-type="linenumber">89</context> 1609 <context context-type="linenumber">134</context>
1628 </context-group> 1610 </context-group>
1629 </trans-unit> 1611 </trans-unit>
1630 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 1612 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
1631 <source>Report this video</source> 1613 <source>Report this video</source>
1632 <target>Reporta aquest vídeo</target> 1614 <target>Reporta aquest vídeo</target>
1633 <context-group name="null"> 1615 <context-group name="null">
1634 <context context-type="linenumber">88</context> 1616 <context context-type="linenumber">133</context>
1635 </context-group> 1617 </context-group>
1636 </trans-unit> 1618 </trans-unit>
1637 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 1619 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
1638 <source>Update this video</source> 1620 <source>Update this video</source>
1639 <target>Actualitza aquest vídeo</target> 1621 <target>Actualitza aquest vídeo</target>
1640 <context-group name="null"> 1622 <context-group name="null">
1641 <context context-type="linenumber">92</context> 1623 <context context-type="linenumber">137</context>
1642 </context-group> 1624 </context-group>
1643 </trans-unit> 1625 </trans-unit>
1644 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 1626 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
1645 <source>Blacklist</source> 1627 <source>Blacklist</source>
1646 <target>Llista negra</target> 1628 <target>Llista negra</target>
1647 <context-group name="null"> 1629 <context-group name="null">
1648 <context context-type="linenumber">97</context> 1630 <context context-type="linenumber">142</context>
1649 </context-group> 1631 </context-group>
1650 </trans-unit> 1632 </trans-unit>
1651 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 1633 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
1652 <source>Blacklist this video</source> 1634 <source>Blacklist this video</source>
1653 <target>Llista negra d'aquest vídeo</target> 1635 <target>Llista negra d'aquest vídeo</target>
1654 <context-group name="null"> 1636 <context-group name="null">
1655 <context context-type="linenumber">96</context> 1637 <context context-type="linenumber">141</context>
1656 </context-group>
1657 </trans-unit>
1658 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
1659 <source>Unblacklist</source>
1660 <target>Treure de llista negra</target>
1661 <context-group name="null">
1662 <context context-type="linenumber">101</context>
1663 </context-group> 1638 </context-group>
1664 </trans-unit> 1639 </trans-unit>
1665 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 1640 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
1666 <source>Delete this video</source> 1641 <source>Delete this video</source>
1667 <target>Esborra aquest vídeo</target> 1642 <target>Esborra aquest vídeo</target>
1668 <context-group name="null"> 1643 <context-group name="null">
1669 <context context-type="linenumber">104</context> 1644 <context context-type="linenumber">149</context>
1670 </context-group> 1645 </context-group>
1671 </trans-unit> 1646 </trans-unit>
1672 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 1647 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
1673 <source>Go the channel page</source> 1648 <source>Go the channel page</source>
1674 <target>Anar a la pàgina del canal</target> 1649 <target>Anar a la pàgina del canal</target>
1675 <context-group name="null"> 1650 <context-group name="null">
1676 <context context-type="linenumber">124</context> 1651 <context context-type="linenumber">169</context>
1677 </context-group> 1652 </context-group>
1678 </trans-unit> 1653 </trans-unit>
1679 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 1654 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
1680 <source>Show more</source> 1655 <source>Show more</source>
1681 <target>Veure més</target> 1656 <target>Veure més</target>
1682 <context-group name="null"> 1657 <context-group name="null">
1683 <context context-type="linenumber">147</context> 1658 <context context-type="linenumber">192</context>
1684 </context-group> 1659 </context-group>
1685 </trans-unit> 1660 </trans-unit>
1686 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 1661 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
1687 <source>Show less</source> 1662 <source>Show less</source>
1688 <target>Veure menys</target> 1663 <target>Veure menys</target>
1689 <context-group name="null"> 1664 <context-group name="null">
1690 <context context-type="linenumber">153</context> 1665 <context context-type="linenumber">198</context>
1691 </context-group> 1666 </context-group>
1692 </trans-unit> 1667 </trans-unit>
1693 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 1668 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
1694 <source>More information</source> 1669 <source>More information</source>
1695 <target>Més informació</target> 1670 <target>Més informació</target>
1696 <context-group name="null"> 1671 <context-group name="null">
1697 <context context-type="linenumber">218</context> 1672 <context context-type="linenumber">262</context>
1698 </context-group> 1673 </context-group>
1699 </trans-unit> 1674 </trans-unit>
1700 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 1675 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
1701 <source>Get more information</source> 1676 <source>Get more information</source>
1702 <target>Obtenir més informació</target> 1677 <target>Obtenir més informació</target>
1703 <context-group name="null"> 1678 <context-group name="null">
1704 <context context-type="linenumber">218</context> 1679 <context context-type="linenumber">262</context>
1705 </context-group> 1680 </context-group>
1706 </trans-unit> 1681 </trans-unit>
1707 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 1682 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -1712,7 +1687,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1712 D'acord 1687 D'acord
1713 </target> 1688 </target>
1714 <context-group name="null"> 1689 <context-group name="null">
1715 <context context-type="linenumber">221</context> 1690 <context context-type="linenumber">265</context>
1716 </context-group> 1691 </context-group>
1717 </trans-unit> 1692 </trans-unit>
1718 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7"> 1693 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
@@ -1951,13 +1926,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1951 <context context-type="linenumber">1</context> 1926 <context context-type="linenumber">1</context>
1952 </context-group> 1927 </context-group>
1953 </trans-unit> 1928 </trans-unit>
1954 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
1955 <source>Create</source>
1956 <target>Crea</target>
1957 <context-group name="null">
1958 <context context-type="linenumber">1</context>
1959 </context-group>
1960 </trans-unit>
1961 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 1929 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
1962 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 1930 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
1963 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualitzat.</target> 1931 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualitzat.</target>
@@ -2338,6 +2306,13 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
2338 <context context-type="linenumber">1</context> 2306 <context context-type="linenumber">1</context>
2339 </context-group> 2307 </context-group>
2340 </trans-unit> 2308 </trans-unit>
2309 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
2310 <source>Display name cannot be more than 120 characters long.</source>
2311 <target>El nom de visualització no pot tenir més de 120 caràcters.</target>
2312 <context-group name="null">
2313 <context context-type="linenumber">1</context>
2314 </context-group>
2315 </trans-unit>
2341 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 2316 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
2342 <source>Video name is required.</source> 2317 <source>Video name is required.</source>
2343 <target>El nom del vídeo és obligatori.</target> 2318 <target>El nom del vídeo és obligatori.</target>
diff --git a/client/src/locale/target/angular_cs_CZ.xml b/client/src/locale/target/angular_cs_CZ.xml
index c33cf23af..0a78aea98 100644
--- a/client/src/locale/target/angular_cs_CZ.xml
+++ b/client/src/locale/target/angular_cs_CZ.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>První</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>První</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Předchozí</target> 92 <target>Předchozí</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Další</target> 99 <target>Další</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Poslední</target> 106 <target>Poslední</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Snížit hodiny</target> 141 <target>Snížit hodiny</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Zvýšit minuty</target> 148 <target>Zvýšit minuty</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minuty</target> 162 <target>Minuty</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Snížit minuty</target> 169 <target>Snížit minuty</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Zvýšit sekundy</target> 176 <target>Zvýšit sekundy</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Sekundy</target> 190 <target>Sekundy</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Snížit sekundy</target> 197 <target>Snížit sekundy</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -231,14 +231,14 @@
231 <source>Unlisted</source> 231 <source>Unlisted</source>
232 <target>Neveřejné</target> 232 <target>Neveřejné</target>
233 <context-group name="null"> 233 <context-group name="null">
234 <context context-type="linenumber">10</context> 234 <context context-type="linenumber">17</context>
235 </context-group> 235 </context-group>
236 </trans-unit> 236 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 238 <source>Private</source>
239 <target>Soukromé</target> 239 <target>Soukromé</target>
240 <context-group name="null"> 240 <context-group name="null">
241 <context context-type="linenumber">11</context> 241 <context context-type="linenumber">18</context>
242 </context-group> 242 </context-group>
243 </trans-unit> 243 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -248,6 +248,27 @@
248 <context context-type="linenumber">16</context> 248 <context context-type="linenumber">16</context>
249 </context-group> 249 </context-group>
250 </trans-unit> 250 </trans-unit>
251 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
252 <source>Display name</source>
253 <target>Zobrazované jméno</target>
254 <context-group name="null">
255 <context context-type="linenumber">6</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
259 <source>Create</source>
260 <target>Vytvořit</target>
261 <context-group name="null">
262 <context context-type="linenumber">73</context>
263 </context-group>
264 </trans-unit>
265 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
266 <source>Save</source>
267 <target>Uložit</target>
268 <context-group name="null">
269 <context context-type="linenumber">115</context>
270 </context-group>
271 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 272 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
252 <source>Delete</source> 273 <source>Delete</source>
253 <target>Odstranit</target> 274 <target>Odstranit</target>
@@ -372,14 +393,14 @@
372 </trans-unit> 393 </trans-unit>
373 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b"> 394 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
374 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.</source> 395 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.</source>
375 <target>Tento kanál můžete odebírat z jakékoliv instance na fediverse používající ActivityPub. Například u Mastodonu nebo Pleromy můžete napsat URL adresu kanálu do vyhledávacího pole a tam začít odebírat.</target> 396 <target>Tento kanál můžete odebírat z jakékoliv instance ve fedivesmíru používající ActivityPub. Například u Mastodonu nebo Pleromy můžete napsat URL adresu kanálu do vyhledávacího pole a tam začít odebírat.</target>
376 <context-group name="null"> 397 <context-group name="null">
377 <context context-type="linenumber">17</context> 398 <context context-type="linenumber">17</context>
378 </context-group> 399 </context-group>
379 </trans-unit> 400 </trans-unit>
380 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a"> 401 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
381 <source>You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.</source> 402 <source>You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.</source>
382 <target>S tímto videem můžete interagovat z jakékoliv instance na fediverse používající ActivityPub. Například u Mastodonu nebo Pleromy můžete napsat aktuální URL adresu do vyhledávacího pole a odtamtud interagovat.</target> 403 <target>S tímto videem můžete interagovat z jakékoliv instance ve fedivesmíru používající ActivityPub. Například u Mastodonu nebo Pleromy můžete napsat aktuální URL adresu do vyhledávacího pole a odtamtud interagovat.</target>
383 <context-group name="null"> 404 <context-group name="null">
384 <context context-type="linenumber">22</context> 405 <context context-type="linenumber">22</context>
385 </context-group> 406 </context-group>
@@ -399,7 +420,7 @@
399 Neomezeno <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> za den)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 420 Neomezeno <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> za den)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
400 </target> 421 </target>
401 <context-group name="null"> 422 <context-group name="null">
402 <context context-type="linenumber">14</context> 423 <context context-type="linenumber">28</context>
403 </context-group> 424 </context-group>
404 </trans-unit> 425 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 426 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -527,7 +548,7 @@
527 <source>Login</source> 548 <source>Login</source>
528 <target>Přihlásit</target> 549 <target>Přihlásit</target>
529 <context-group name="null"> 550 <context-group name="null">
530 <context context-type="linenumber">36</context> 551 <context context-type="linenumber">32</context>
531 </context-group> 552 </context-group>
532 </trans-unit> 553 </trans-unit>
533 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 554 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -626,7 +647,7 @@
626 <source>Signup</source> 647 <source>Signup</source>
627 <target>Registrovat</target> 648 <target>Registrovat</target>
628 <context-group name="null"> 649 <context-group name="null">
629 <context context-type="linenumber">78</context> 650 <context context-type="linenumber">87</context>
630 </context-group> 651 </context-group>
631 </trans-unit> 652 </trans-unit>
632 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 653 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -696,7 +717,7 @@
696 <source>Change the language</source> 717 <source>Change the language</source>
697 <target>Změnit jazyk</target> 718 <target>Změnit jazyk</target>
698 <context-group name="null"> 719 <context-group name="null">
699 <context context-type="linenumber">86</context> 720 <context context-type="linenumber">102</context>
700 </context-group> 721 </context-group>
701 </trans-unit> 722 </trans-unit>
702 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 723 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -710,55 +731,11 @@
710 <context context-type="linenumber">8</context> 731 <context context-type="linenumber">8</context>
711 </context-group> 732 </context-group>
712 </trans-unit> 733 </trans-unit>
713 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
714 <source>
715 My public profile
716 </source>
717 <target>
718 Můj veřejný profil
719 </target>
720 <context-group name="null">
721 <context context-type="linenumber">16</context>
722 </context-group>
723 </trans-unit>
724 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
725 <source>
726 My account
727 </source>
728 <target>
729 Můj účet
730 </target>
731 <context-group name="null">
732 <context context-type="linenumber">20</context>
733 </context-group>
734 </trans-unit>
735 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
736 <source>
737 My videos
738 </source>
739 <target>
740 Moje videa
741 </target>
742 <context-group name="null">
743 <context context-type="linenumber">24</context>
744 </context-group>
745 </trans-unit>
746 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
747 <source>
748 Log out
749 </source>
750 <target>
751 Odhlásit
752 </target>
753 <context-group name="null">
754 <context context-type="linenumber">28</context>
755 </context-group>
756 </trans-unit>
757 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 734 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
758 <source>Create an account</source> 735 <source>Create an account</source>
759 <target>Vytvořit účet</target> 736 <target>Vytvořit účet</target>
760 <context-group name="null"> 737 <context-group name="null">
761 <context context-type="linenumber">37</context> 738 <context context-type="linenumber">33</context>
762 </context-group> 739 </context-group>
763 </trans-unit> 740 </trans-unit>
764 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 741 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
@@ -772,70 +749,70 @@
772 <source>Subscriptions</source> 749 <source>Subscriptions</source>
773 <target>Odběry</target> 750 <target>Odběry</target>
774 <context-group name="null"> 751 <context-group name="null">
775 <context context-type="linenumber">45</context> 752 <context context-type="linenumber">51</context>
776 </context-group> 753 </context-group>
777 </trans-unit> 754 </trans-unit>
778 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 755 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
779 <source>Overview</source> 756 <source>Overview</source>
780 <target>Přehled</target> 757 <target>Přehled</target>
781 <context-group name="null"> 758 <context-group name="null">
782 <context context-type="linenumber">50</context> 759 <context context-type="linenumber">66</context>
783 </context-group> 760 </context-group>
784 </trans-unit> 761 </trans-unit>
785 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 762 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
786 <source>Trending</source> 763 <source>Trending</source>
787 <target>Trendy</target> 764 <target>Trendy</target>
788 <context-group name="null"> 765 <context-group name="null">
789 <context context-type="linenumber">55</context> 766 <context context-type="linenumber">71</context>
790 </context-group> 767 </context-group>
791 </trans-unit> 768 </trans-unit>
792 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 769 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
793 <source>Recently added</source> 770 <source>Recently added</source>
794 <target>Nedávno přidané</target> 771 <target>Nedávno přidané</target>
795 <context-group name="null"> 772 <context-group name="null">
796 <context context-type="linenumber">60</context> 773 <context context-type="linenumber">76</context>
797 </context-group> 774 </context-group>
798 </trans-unit> 775 </trans-unit>
799 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 776 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
800 <source>Local</source> 777 <source>Local</source>
801 <target>Místní</target> 778 <target>Místní</target>
802 <context-group name="null"> 779 <context-group name="null">
803 <context context-type="linenumber">65</context> 780 <context context-type="linenumber">81</context>
804 </context-group> 781 </context-group>
805 </trans-unit> 782 </trans-unit>
806 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 783 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
807 <source>More</source> 784 <source>More</source>
808 <target>Další</target> 785 <target>Další</target>
809 <context-group name="null"> 786 <context-group name="null">
810 <context context-type="linenumber">70</context> 787 <context context-type="linenumber">86</context>
811 </context-group> 788 </context-group>
812 </trans-unit> 789 </trans-unit>
813 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 790 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
814 <source>Administration</source> 791 <source>Administration</source>
815 <target>Administrace</target> 792 <target>Administrace</target>
816 <context-group name="null"> 793 <context-group name="null">
817 <context context-type="linenumber">74</context> 794 <context context-type="linenumber">90</context>
818 </context-group> 795 </context-group>
819 </trans-unit> 796 </trans-unit>
820 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 797 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
821 <source>About</source> 798 <source>About</source>
822 <target>O nás</target> 799 <target>O nás</target>
823 <context-group name="null"> 800 <context-group name="null">
824 <context context-type="linenumber">25</context> 801 <context context-type="linenumber">26</context>
825 </context-group> 802 </context-group>
826 </trans-unit> 803 </trans-unit>
827 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 804 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
828 <source>Show keyboard shortcuts</source> 805 <source>Show keyboard shortcuts</source>
829 <target>Zobrazit klávesové zkratky</target> 806 <target>Zobrazit klávesové zkratky</target>
830 <context-group name="null"> 807 <context-group name="null">
831 <context context-type="linenumber">89</context> 808 <context context-type="linenumber">105</context>
832 </context-group> 809 </context-group>
833 </trans-unit> 810 </trans-unit>
834 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 811 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
835 <source>Toggle dark interface</source> 812 <source>Toggle dark interface</source>
836 <target>Přepnout tmavé rozhraní</target> 813 <target>Přepnout tmavé rozhraní</target>
837 <context-group name="null"> 814 <context-group name="null">
838 <context context-type="linenumber">92</context> 815 <context context-type="linenumber">108</context>
839 </context-group> 816 </context-group>
840 </trans-unit> 817 </trans-unit>
841 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 818 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -912,21 +889,21 @@
912 <source>Category</source> 889 <source>Category</source>
913 <target>Kategorie</target> 890 <target>Kategorie</target>
914 <context-group name="null"> 891 <context-group name="null">
915 <context context-type="linenumber">170</context> 892 <context context-type="linenumber">215</context>
916 </context-group> 893 </context-group>
917 </trans-unit> 894 </trans-unit>
918 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 895 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
919 <source>Licence</source> 896 <source>Licence</source>
920 <target>Licence</target> 897 <target>Licence</target>
921 <context-group name="null"> 898 <context-group name="null">
922 <context context-type="linenumber">179</context> 899 <context context-type="linenumber">224</context>
923 </context-group> 900 </context-group>
924 </trans-unit> 901 </trans-unit>
925 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 902 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
926 <source>Language</source> 903 <source>Language</source>
927 <target>Jazyk</target> 904 <target>Jazyk</target>
928 <context-group name="null"> 905 <context-group name="null">
929 <context context-type="linenumber">188</context> 906 <context context-type="linenumber">233</context>
930 </context-group> 907 </context-group>
931 </trans-unit> 908 </trans-unit>
932 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 909 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1086,46 +1063,6 @@
1086 <context context-type="linenumber">39</context> 1063 <context context-type="linenumber">39</context>
1087 </context-group> 1064 </context-group>
1088 </trans-unit> 1065 </trans-unit>
1089 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1090 <source>User registration is allowed and</source>
1091 <target>Registrace uživatelů je povolena a</target>
1092 <context-group name="null">
1093 <context context-type="linenumber">29</context>
1094 </context-group>
1095 </trans-unit>
1096 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1097 <source>
1098 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1099 </source>
1100 <target>
1101 tato instance poskytuje základní limit prostoru <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> pro videa svých uživatelů.
1102 </target>
1103 <context-group name="null">
1104 <context context-type="linenumber">31</context>
1105 </context-group>
1106 </trans-unit>
1107 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1108 <source>
1109 this instance provides unlimited space for the videos of its users.
1110 </source>
1111 <target>
1112 tato instance poskytuje neomezený prostor pro videa svých uživatelů.
1113 </target>
1114 <context-group name="null">
1115 <context context-type="linenumber">35</context>
1116 </context-group>
1117 </trans-unit>
1118 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1119 <source>
1120 User registration is currently not allowed.
1121 </source>
1122 <target>
1123 Registrace uživatelů aktuálně není povolena.
1124 </target>
1125 <context-group name="null">
1126 <context context-type="linenumber">40</context>
1127 </context-group>
1128 </trans-unit>
1129 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1066 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1130 <source> 1067 <source>
1131 About PeerTube 1068 About PeerTube
@@ -1459,42 +1396,42 @@
1459 <source>Default client route</source> 1396 <source>Default client route</source>
1460 <target>Výchozí klientská cesta</target> 1397 <target>Výchozí klientská cesta</target>
1461 <context-group name="null"> 1398 <context-group name="null">
1462 <context context-type="linenumber">48</context> 1399 <context context-type="linenumber">57</context>
1463 </context-group> 1400 </context-group>
1464 </trans-unit> 1401 </trans-unit>
1465 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1402 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1466 <source>Videos Overview</source> 1403 <source>Videos Overview</source>
1467 <target>Přehled videí</target> 1404 <target>Přehled videí</target>
1468 <context-group name="null"> 1405 <context-group name="null">
1469 <context context-type="linenumber">51</context> 1406 <context context-type="linenumber">60</context>
1470 </context-group> 1407 </context-group>
1471 </trans-unit> 1408 </trans-unit>
1472 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1409 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1473 <source>Videos Trending</source> 1410 <source>Videos Trending</source>
1474 <target>Trendy</target> 1411 <target>Trendy</target>
1475 <context-group name="null"> 1412 <context-group name="null">
1476 <context context-type="linenumber">52</context> 1413 <context context-type="linenumber">61</context>
1477 </context-group> 1414 </context-group>
1478 </trans-unit> 1415 </trans-unit>
1479 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1416 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1480 <source>Videos Recently Added</source> 1417 <source>Videos Recently Added</source>
1481 <target>Naposledy přidaná videa</target> 1418 <target>Naposledy přidaná videa</target>
1482 <context-group name="null"> 1419 <context-group name="null">
1483 <context context-type="linenumber">53</context> 1420 <context context-type="linenumber">62</context>
1484 </context-group> 1421 </context-group>
1485 </trans-unit> 1422 </trans-unit>
1486 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1423 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1487 <source>Local videos</source> 1424 <source>Local videos</source>
1488 <target>Místní videa</target> 1425 <target>Místní videa</target>
1489 <context-group name="null"> 1426 <context-group name="null">
1490 <context context-type="linenumber">54</context> 1427 <context context-type="linenumber">63</context>
1491 </context-group> 1428 </context-group>
1492 </trans-unit> 1429 </trans-unit>
1493 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1430 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1494 <source>Policy on videos containing sensitive content</source> 1431 <source>Policy on videos containing sensitive content</source>
1495 <target>Pravidla pro videa obsahující citlivý obsah</target> 1432 <target>Pravidla pro videa obsahující citlivý obsah</target>
1496 <context-group name="null"> 1433 <context-group name="null">
1497 <context context-type="linenumber">61</context> 1434 <context context-type="linenumber">70</context>
1498 </context-group> 1435 </context-group>
1499 </trans-unit> 1436 </trans-unit>
1500 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1437 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1529,35 +1466,35 @@
1529 <source>Signup enabled</source> 1466 <source>Signup enabled</source>
1530 <target>Povolit registrace</target> 1467 <target>Povolit registrace</target>
1531 <context-group name="null"> 1468 <context-group name="null">
1532 <context context-type="linenumber">84</context> 1469 <context context-type="linenumber">93</context>
1533 </context-group> 1470 </context-group>
1534 </trans-unit> 1471 </trans-unit>
1535 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1472 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1536 <source>Signup requires email verification</source> 1473 <source>Signup requires email verification</source>
1537 <target>Registrace vyžaduje ověření e-mailem.</target> 1474 <target>Registrace vyžaduje ověření e-mailem.</target>
1538 <context-group name="null"> 1475 <context-group name="null">
1539 <context context-type="linenumber">91</context> 1476 <context context-type="linenumber">100</context>
1540 </context-group> 1477 </context-group>
1541 </trans-unit> 1478 </trans-unit>
1542 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1479 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1543 <source>Signup limit</source> 1480 <source>Signup limit</source>
1544 <target>Limit registrací</target> 1481 <target>Limit registrací</target>
1545 <context-group name="null"> 1482 <context-group name="null">
1546 <context context-type="linenumber">96</context> 1483 <context context-type="linenumber">105</context>
1547 </context-group> 1484 </context-group>
1548 </trans-unit> 1485 </trans-unit>
1549 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1486 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1550 <source>Users</source> 1487 <source>Users</source>
1551 <target>Uživatelé</target> 1488 <target>Uživatelé</target>
1552 <context-group name="null"> 1489 <context-group name="null">
1553 <context context-type="linenumber">105</context> 1490 <context context-type="linenumber">114</context>
1554 </context-group> 1491 </context-group>
1555 </trans-unit> 1492 </trans-unit>
1556 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1493 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1557 <source>User default video quota</source> 1494 <source>User default video quota</source>
1558 <target>Výchozí limit na uživatele</target> 1495 <target>Výchozí limit na uživatele</target>
1559 <context-group name="null"> 1496 <context-group name="null">
1560 <context context-type="linenumber">109</context> 1497 <context context-type="linenumber">118</context>
1561 </context-group> 1498 </context-group>
1562 </trans-unit> 1499 </trans-unit>
1563 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1500 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1571,21 +1508,21 @@
1571 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1508 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1572 <target>Import videa pomocí URL HTTP (např. YouTube) povolen</target> 1509 <target>Import videa pomocí URL HTTP (např. YouTube) povolen</target>
1573 <context-group name="null"> 1510 <context-group name="null">
1574 <context context-type="linenumber">141</context> 1511 <context context-type="linenumber">150</context>
1575 </context-group> 1512 </context-group>
1576 </trans-unit> 1513 </trans-unit>
1577 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1514 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1578 <source>Administrator</source> 1515 <source>Administrator</source>
1579 <target>Administrátor</target> 1516 <target>Administrátor</target>
1580 <context-group name="null"> 1517 <context-group name="null">
1581 <context context-type="linenumber">155</context> 1518 <context context-type="linenumber">181</context>
1582 </context-group> 1519 </context-group>
1583 </trans-unit> 1520 </trans-unit>
1584 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1521 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1585 <source>Admin email</source> 1522 <source>Admin email</source>
1586 <target>E-mail administrátora</target> 1523 <target>E-mail administrátora</target>
1587 <context-group name="null"> 1524 <context-group name="null">
1588 <context context-type="linenumber">158</context> 1525 <context context-type="linenumber">184</context>
1589 </context-group> 1526 </context-group>
1590 </trans-unit> 1527 </trans-unit>
1591 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1528 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1599,28 +1536,28 @@
1599 <source>Twitter</source> 1536 <source>Twitter</source>
1600 <target>Twitter</target> 1537 <target>Twitter</target>
1601 <context-group name="null"> 1538 <context-group name="null">
1602 <context context-type="linenumber">178</context> 1539 <context context-type="linenumber">204</context>
1603 </context-group> 1540 </context-group>
1604 </trans-unit> 1541 </trans-unit>
1605 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1542 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1606 <source>Your Twitter username</source> 1543 <source>Your Twitter username</source>
1607 <target>Váš účet na Twitteru</target> 1544 <target>Váš účet na Twitteru</target>
1608 <context-group name="null"> 1545 <context-group name="null">
1609 <context context-type="linenumber">184</context> 1546 <context context-type="linenumber">210</context>
1610 </context-group> 1547 </context-group>
1611 </trans-unit> 1548 </trans-unit>
1612 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1549 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1613 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1550 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1614 <target>Ukazuje na Twitterový účet stránky nebo služby, na které byl obsah publikován.</target> 1551 <target>Ukazuje na Twitterový účet stránky nebo služby, na které byl obsah publikován.</target>
1615 <context-group name="null"> 1552 <context-group name="null">
1616 <context context-type="linenumber">187</context> 1553 <context context-type="linenumber">213</context>
1617 </context-group> 1554 </context-group>
1618 </trans-unit> 1555 </trans-unit>
1619 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1556 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1620 <source>Instance whitelisted by Twitter</source> 1557 <source>Instance whitelisted by Twitter</source>
1621 <target>Twitter povolil tuto instanci</target> 1558 <target>Twitter povolil tuto instanci</target>
1622 <context-group name="null"> 1559 <context-group name="null">
1623 <context context-type="linenumber">199</context> 1560 <context context-type="linenumber">225</context>
1624 </context-group> 1561 </context-group>
1625 </trans-unit> 1562 </trans-unit>
1626 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1563 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1631,49 +1568,49 @@
1631 Není-li vaše instance povolena, použijeme klikatelnou kartu s obrázkem, která pošle lidi na vaši instanci PeerTubu.&lt;br /&gt;&lt;br /&gt; 1568 Není-li vaše instance povolena, použijeme klikatelnou kartu s obrázkem, která pošle lidi na vaši instanci PeerTubu.&lt;br /&gt;&lt;br /&gt;
1632 Zaškrtněte tuto možnost, uložte nastavení a vyzkoušejte na &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; adresu videa na vaší instanci PeerTubu (https://priklad.cz/videos/watch/blabla) a zjistěte, jestli je vaše instance povolena.</target> 1569 Zaškrtněte tuto možnost, uložte nastavení a vyzkoušejte na &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; adresu videa na vaší instanci PeerTubu (https://priklad.cz/videos/watch/blabla) a zjistěte, jestli je vaše instance povolena.</target>
1633 <context-group name="null"> 1570 <context-group name="null">
1634 <context context-type="linenumber">200</context> 1571 <context context-type="linenumber">226</context>
1635 </context-group> 1572 </context-group>
1636 </trans-unit> 1573 </trans-unit>
1637 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1574 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1638 <source>Services</source> 1575 <source>Services</source>
1639 <target>Služby</target> 1576 <target>Služby</target>
1640 <context-group name="null"> 1577 <context-group name="null">
1641 <context context-type="linenumber">176</context> 1578 <context context-type="linenumber">202</context>
1642 </context-group> 1579 </context-group>
1643 </trans-unit> 1580 </trans-unit>
1644 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1581 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1645 <source>Transcoding</source> 1582 <source>Transcoding</source>
1646 <target>Překódování</target> 1583 <target>Překódování</target>
1647 <context-group name="null"> 1584 <context-group name="null">
1648 <context context-type="linenumber">215</context> 1585 <context context-type="linenumber">241</context>
1649 </context-group> 1586 </context-group>
1650 </trans-unit> 1587 </trans-unit>
1651 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1588 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1652 <source>Transcoding enabled</source> 1589 <source>Transcoding enabled</source>
1653 <target>Překódování povoleno</target> 1590 <target>Překódování povoleno</target>
1654 <context-group name="null"> 1591 <context-group name="null">
1655 <context context-type="linenumber">221</context> 1592 <context context-type="linenumber">247</context>
1656 </context-group> 1593 </context-group>
1657 </trans-unit> 1594 </trans-unit>
1658 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1595 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1659 <source>If you disable transcoding, many videos from your users will not work!</source> 1596 <source>If you disable transcoding, many videos from your users will not work!</source>
1660 <target>Pokud zakážete překódování, mnoho videí od vašich uživatelů nebude fungovat!</target> 1597 <target>Pokud zakážete překódování, mnoho videí od vašich uživatelů nebude fungovat!</target>
1661 <context-group name="null"> 1598 <context-group name="null">
1662 <context context-type="linenumber">222</context> 1599 <context context-type="linenumber">248</context>
1663 </context-group> 1600 </context-group>
1664 </trans-unit> 1601 </trans-unit>
1665 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1602 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1666 <source>Transcoding threads</source> 1603 <source>Transcoding threads</source>
1667 <target>Vlákna na překódování</target> 1604 <target>Vlákna na překódování</target>
1668 <context-group name="null"> 1605 <context-group name="null">
1669 <context context-type="linenumber">237</context> 1606 <context context-type="linenumber">263</context>
1670 </context-group> 1607 </context-group>
1671 </trans-unit> 1608 </trans-unit>
1672 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1609 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1673 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1610 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1674 <target>Rozlišení <x id="INTERPOLATION" equiv-text="{{resolution}}"/> povoleno</target> 1611 <target>Rozlišení <x id="INTERPOLATION" equiv-text="{{resolution}}"/> povoleno</target>
1675 <context-group name="null"> 1612 <context-group name="null">
1676 <context context-type="linenumber">252</context> 1613 <context context-type="linenumber">278</context>
1677 </context-group> 1614 </context-group>
1678 </trans-unit> 1615 </trans-unit>
1679 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1616 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1688,56 +1625,56 @@
1688 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1625 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1689 </target> 1626 </target>
1690 <context-group name="null"> 1627 <context-group name="null">
1691 <context context-type="linenumber">260</context> 1628 <context context-type="linenumber">286</context>
1692 </context-group> 1629 </context-group>
1693 </trans-unit> 1630 </trans-unit>
1694 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1631 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1695 <source>Previews cache size</source> 1632 <source>Previews cache size</source>
1696 <target>Velikost mezipaměti náhledů</target> 1633 <target>Velikost mezipaměti náhledů</target>
1697 <context-group name="null"> 1634 <context-group name="null">
1698 <context context-type="linenumber">271</context> 1635 <context context-type="linenumber">297</context>
1699 </context-group> 1636 </context-group>
1700 </trans-unit> 1637 </trans-unit>
1701 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1638 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1702 <source>Customizations</source> 1639 <source>Customizations</source>
1703 <target>Přizpůsobení</target> 1640 <target>Přizpůsobení</target>
1704 <context-group name="null"> 1641 <context-group name="null">
1705 <context context-type="linenumber">289</context> 1642 <context context-type="linenumber">315</context>
1706 </context-group> 1643 </context-group>
1707 </trans-unit> 1644 </trans-unit>
1708 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1645 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1709 <source>JavaScript</source> 1646 <source>JavaScript</source>
1710 <target>JavaScript</target> 1647 <target>JavaScript</target>
1711 <context-group name="null"> 1648 <context-group name="null">
1712 <context context-type="linenumber">294</context> 1649 <context context-type="linenumber">320</context>
1713 </context-group> 1650 </context-group>
1714 </trans-unit> 1651 </trans-unit>
1715 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1652 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1716 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1653 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1717 <target>Pište přímo kód JavaScript.&lt;br /&gt;Například: &lt;pre&gt;console.log('moje instance je úžasná');&lt;/pre&gt;</target> 1654 <target>Pište přímo kód JavaScript.&lt;br /&gt;Například: &lt;pre&gt;console.log('moje instance je úžasná');&lt;/pre&gt;</target>
1718 <context-group name="null"> 1655 <context-group name="null">
1719 <context context-type="linenumber">297</context> 1656 <context context-type="linenumber">323</context>
1720 </context-group> 1657 </context-group>
1721 </trans-unit> 1658 </trans-unit>
1722 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1659 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1723 <source>Advanced configuration</source> 1660 <source>Advanced configuration</source>
1724 <target>Pokročilá nastavení</target> 1661 <target>Pokročilá nastavení</target>
1725 <context-group name="null"> 1662 <context-group name="null">
1726 <context context-type="linenumber">212</context> 1663 <context context-type="linenumber">238</context>
1727 </context-group> 1664 </context-group>
1728 </trans-unit> 1665 </trans-unit>
1729 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1666 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1730 <source>Update configuration</source> 1667 <source>Update configuration</source>
1731 <target>Aktualizovat nastavení</target> 1668 <target>Aktualizovat nastavení</target>
1732 <context-group name="null"> 1669 <context-group name="null">
1733 <context context-type="linenumber">340</context> 1670 <context context-type="linenumber">366</context>
1734 </context-group> 1671 </context-group>
1735 </trans-unit> 1672 </trans-unit>
1736 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1673 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1737 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1674 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1738 <target>Zdá se, že vaše konfigurace není validní. Prosím, vyhledejte potencialní chyby v jiné záložce.</target> 1675 <target>Zdá se, že vaše konfigurace není validní. Prosím, vyhledejte potencialní chyby v jiné záložce.</target>
1739 <context-group name="null"> 1676 <context-group name="null">
1740 <context context-type="linenumber">341</context> 1677 <context context-type="linenumber">367</context>
1741 </context-group> 1678 </context-group>
1742 </trans-unit> 1679 </trans-unit>
1743 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1680 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1977,7 +1914,7 @@
1977 <source>Go to the account page</source> 1914 <source>Go to the account page</source>
1978 <target>Přejít na stránku účtu</target> 1915 <target>Přejít na stránku účtu</target>
1979 <context-group name="null"> 1916 <context-group name="null">
1980 <context context-type="linenumber">134</context> 1917 <context context-type="linenumber">179</context>
1981 </context-group> 1918 </context-group>
1982 </trans-unit> 1919 </trans-unit>
1983 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 1920 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
@@ -2047,11 +1984,11 @@
2047 <context context-type="linenumber">53</context> 1984 <context context-type="linenumber">53</context>
2048 </context-group> 1985 </context-group>
2049 </trans-unit> 1986 </trans-unit>
2050 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 1987 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2051 <source>Blacklisted videos</source> 1988 <source>Unblacklist</source>
2052 <target>Videa na černé listině</target> 1989 <target>Odebrat z černé listiny</target>
2053 <context-group name="null"> 1990 <context-group name="null">
2054 <context context-type="linenumber">7</context> 1991 <context context-type="linenumber">146</context>
2055 </context-group> 1992 </context-group>
2056 </trans-unit> 1993 </trans-unit>
2057 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 1994 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
@@ -2079,25 +2016,7 @@
2079 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2016 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2080 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> zhlédnutí</target> 2017 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> zhlédnutí</target>
2081 <context-group name="null"> 2018 <context-group name="null">
2082 <context context-type="linenumber">19</context> 2019 <context context-type="linenumber">13</context>
2083 </context-group>
2084 </trans-unit>
2085 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2086 <source>
2087 Cancel
2088 </source>
2089 <target>
2090 Zrušit
2091 </target>
2092 <context-group name="null">
2093 <context context-type="linenumber">30</context>
2094 </context-group>
2095 </trans-unit>
2096 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2097 <source>Create another video channel</source>
2098 <target>Vytvořit další video kanál</target>
2099 <context-group name="null">
2100 <context context-type="linenumber">4</context>
2101 </context-group> 2020 </context-group>
2102 </trans-unit> 2021 </trans-unit>
2103 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2022 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2114,13 +2033,6 @@
2114 <context context-type="linenumber">6</context> 2033 <context context-type="linenumber">6</context>
2115 </context-group> 2034 </context-group>
2116 </trans-unit> 2035 </trans-unit>
2117 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2118 <source>Display name</source>
2119 <target>Zobrazované jméno</target>
2120 <context-group name="null">
2121 <context context-type="linenumber">6</context>
2122 </context-group>
2123 </trans-unit>
2124 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2036 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2125 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2037 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2126When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2038When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2144,6 +2056,27 @@ When you will upload a video in this channel, the video support field will be au
2144 <context context-type="linenumber">16</context> 2056 <context context-type="linenumber">16</context>
2145 </context-group> 2057 </context-group>
2146 </trans-unit> 2058 </trans-unit>
2059 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2060 <source>Privacy</source>
2061 <target>Soukromí</target>
2062 <context-group name="null">
2063 <context context-type="linenumber">205</context>
2064 </context-group>
2065 </trans-unit>
2066 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2067 <source>Channel</source>
2068 <target>Kanál</target>
2069 <context-group name="null">
2070 <context context-type="linenumber">39</context>
2071 </context-group>
2072 </trans-unit>
2073 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2074 <source>Upload thumbnail</source>
2075 <target>Nahrát miniaturu</target>
2076 <context-group name="null">
2077 <context context-type="linenumber">192</context>
2078 </context-group>
2079 </trans-unit>
2147 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2080 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2148 <source>Change password</source> 2081 <source>Change password</source>
2149 <target>Změnit heslo</target> 2082 <target>Změnit heslo</target>
@@ -2179,13 +2112,6 @@ When you will upload a video in this channel, the video support field will be au
2179 <context context-type="linenumber">28</context> 2112 <context context-type="linenumber">28</context>
2180 </context-group> 2113 </context-group>
2181 </trans-unit> 2114 </trans-unit>
2182 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2183 <source>Save</source>
2184 <target>Uložit</target>
2185 <context-group name="null">
2186 <context context-type="linenumber">32</context>
2187 </context-group>
2188 </trans-unit>
2189 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2115 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2190 <source>Update my profile</source> 2116 <source>Update my profile</source>
2191 <target>Aktualizovat můj profil</target> 2117 <target>Aktualizovat můj profil</target>
@@ -2236,28 +2162,14 @@ When you will upload a video in this channel, the video support field will be au
2236 <source>URL</source> 2162 <source>URL</source>
2237 <target>URL</target> 2163 <target>URL</target>
2238 <context-group name="null"> 2164 <context-group name="null">
2239 <context context-type="linenumber">17</context> 2165 <context context-type="linenumber">25</context>
2240 </context-group>
2241 </trans-unit>
2242 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2243 <source>Channel</source>
2244 <target>Kanál</target>
2245 <context-group name="null">
2246 <context context-type="linenumber">39</context>
2247 </context-group>
2248 </trans-unit>
2249 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2250 <source>Privacy</source>
2251 <target>Soukromí</target>
2252 <context-group name="null">
2253 <context context-type="linenumber">160</context>
2254 </context-group> 2166 </context-group>
2255 </trans-unit> 2167 </trans-unit>
2256 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb"> 2168 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
2257 <source>Update</source> 2169 <source>Update</source>
2258 <target>Aktualizovat</target> 2170 <target>Aktualizovat</target>
2259 <context-group name="null"> 2171 <context-group name="null">
2260 <context context-type="linenumber">93</context> 2172 <context context-type="linenumber">138</context>
2261 </context-group> 2173 </context-group>
2262 </trans-unit> 2174 </trans-unit>
2263 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2175 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2324,7 +2236,7 @@ When you will upload a video in this channel, the video support field will be au
2324 <source>Tags</source> 2236 <source>Tags</source>
2325 <target>Štítky</target> 2237 <target>Štítky</target>
2326 <context-group name="null"> 2238 <context-group name="null">
2327 <context context-type="linenumber">197</context> 2239 <context context-type="linenumber">242</context>
2328 </context-group> 2240 </context-group>
2329 </trans-unit> 2241 </trans-unit>
2330 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2242 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2401,13 +2313,6 @@ When you will upload a video in this channel, the video support field will be au
2401 <context context-type="linenumber">135</context> 2313 <context context-type="linenumber">135</context>
2402 </context-group> 2314 </context-group>
2403 </trans-unit> 2315 </trans-unit>
2404 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2405 <source>Upload thumbnail</source>
2406 <target>Nahrát miniaturu</target>
2407 <context-group name="null">
2408 <context context-type="linenumber">192</context>
2409 </context-group>
2410 </trans-unit>
2411 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 2316 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2412 <source>Upload preview</source> 2317 <source>Upload preview</source>
2413 <target>Nahrát náhled</target> 2318 <target>Nahrát náhled</target>
@@ -2419,7 +2324,7 @@ When you will upload a video in this channel, the video support field will be au
2419 <source>Support</source> 2324 <source>Support</source>
2420 <target>Podpora</target> 2325 <target>Podpora</target>
2421 <context-group name="null"> 2326 <context-group name="null">
2422 <context context-type="linenumber">70</context> 2327 <context context-type="linenumber">101</context>
2423 </context-group> 2328 </context-group>
2424 </trans-unit> 2329 </trans-unit>
2425 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 2330 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -2472,7 +2377,7 @@ When you will upload a video in this channel, the video support field will be au
2472 <source>Download</source> 2377 <source>Download</source>
2473 <target>Stáhnout</target> 2378 <target>Stáhnout</target>
2474 <context-group name="null"> 2379 <context-group name="null">
2475 <context context-type="linenumber">85</context> 2380 <context context-type="linenumber">130</context>
2476 </context-group> 2381 </context-group>
2477 </trans-unit> 2382 </trans-unit>
2478 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 2383 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -2486,14 +2391,14 @@ When you will upload a video in this channel, the video support field will be au
2486 <source>Share</source> 2391 <source>Share</source>
2487 <target>Sdílet</target> 2392 <target>Sdílet</target>
2488 <context-group name="null"> 2393 <context-group name="null">
2489 <context context-type="linenumber">75</context> 2394 <context context-type="linenumber">106</context>
2490 </context-group> 2395 </context-group>
2491 </trans-unit> 2396 </trans-unit>
2492 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2397 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2493 <source>Embed</source> 2398 <source>Embed</source>
2494 <target>Vložit do stránky</target> 2399 <target>Vložit do stránky</target>
2495 <context-group name="null"> 2400 <context-group name="null">
2496 <context context-type="linenumber">34</context> 2401 <context context-type="linenumber">42</context>
2497 </context-group> 2402 </context-group>
2498 </trans-unit> 2403 </trans-unit>
2499 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 2404 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -2504,112 +2409,105 @@ When you will upload a video in this channel, the video support field will be au
2504 Probíhá překódování videa, nemusí proto fungovat správně. 2409 Probíhá překódování videa, nemusí proto fungovat správně.
2505 </target> 2410 </target>
2506 <context-group name="null"> 2411 <context-group name="null">
2507 <context context-type="linenumber">15</context> 2412 <context context-type="linenumber">43</context>
2508 </context-group> 2413 </context-group>
2509 </trans-unit> 2414 </trans-unit>
2510 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 2415 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
2511 <source>Like this video</source> 2416 <source>Like this video</source>
2512 <target>To se mi líbí</target> 2417 <target>To se mi líbí</target>
2513 <context-group name="null"> 2418 <context-group name="null">
2514 <context context-type="linenumber">55</context> 2419 <context context-type="linenumber">86</context>
2515 </context-group> 2420 </context-group>
2516 </trans-unit> 2421 </trans-unit>
2517 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 2422 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
2518 <source>Dislike this video</source> 2423 <source>Dislike this video</source>
2519 <target>To se mi nelíbí</target> 2424 <target>To se mi nelíbí</target>
2520 <context-group name="null"> 2425 <context-group name="null">
2521 <context context-type="linenumber">63</context> 2426 <context context-type="linenumber">94</context>
2522 </context-group> 2427 </context-group>
2523 </trans-unit> 2428 </trans-unit>
2524 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 2429 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
2525 <source>Download the video</source> 2430 <source>Download the video</source>
2526 <target>Stáhnout video</target> 2431 <target>Stáhnout video</target>
2527 <context-group name="null"> 2432 <context-group name="null">
2528 <context context-type="linenumber">84</context> 2433 <context context-type="linenumber">129</context>
2529 </context-group> 2434 </context-group>
2530 </trans-unit> 2435 </trans-unit>
2531 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 2436 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
2532 <source>Report</source> 2437 <source>Report</source>
2533 <target>Nahlásit</target> 2438 <target>Nahlásit</target>
2534 <context-group name="null"> 2439 <context-group name="null">
2535 <context context-type="linenumber">89</context> 2440 <context context-type="linenumber">134</context>
2536 </context-group> 2441 </context-group>
2537 </trans-unit> 2442 </trans-unit>
2538 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 2443 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
2539 <source>Report this video</source> 2444 <source>Report this video</source>
2540 <target>Nahlásit toto video</target> 2445 <target>Nahlásit toto video</target>
2541 <context-group name="null"> 2446 <context-group name="null">
2542 <context context-type="linenumber">88</context> 2447 <context context-type="linenumber">133</context>
2543 </context-group> 2448 </context-group>
2544 </trans-unit> 2449 </trans-unit>
2545 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 2450 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
2546 <source>Update this video</source> 2451 <source>Update this video</source>
2547 <target>Aktualizovat video</target> 2452 <target>Aktualizovat video</target>
2548 <context-group name="null"> 2453 <context-group name="null">
2549 <context context-type="linenumber">92</context> 2454 <context context-type="linenumber">137</context>
2550 </context-group> 2455 </context-group>
2551 </trans-unit> 2456 </trans-unit>
2552 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 2457 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
2553 <source>Blacklist</source> 2458 <source>Blacklist</source>
2554 <target>Černá listina</target> 2459 <target>Černá listina</target>
2555 <context-group name="null"> 2460 <context-group name="null">
2556 <context context-type="linenumber">97</context> 2461 <context context-type="linenumber">142</context>
2557 </context-group> 2462 </context-group>
2558 </trans-unit> 2463 </trans-unit>
2559 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 2464 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
2560 <source>Blacklist this video</source> 2465 <source>Blacklist this video</source>
2561 <target>Přidat toto video na černou listinu</target> 2466 <target>Přidat toto video na černou listinu</target>
2562 <context-group name="null"> 2467 <context-group name="null">
2563 <context context-type="linenumber">96</context> 2468 <context context-type="linenumber">141</context>
2564 </context-group>
2565 </trans-unit>
2566 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2567 <source>Unblacklist</source>
2568 <target>Odebrat z černé listiny</target>
2569 <context-group name="null">
2570 <context context-type="linenumber">101</context>
2571 </context-group> 2469 </context-group>
2572 </trans-unit> 2470 </trans-unit>
2573 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 2471 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
2574 <source>Delete this video</source> 2472 <source>Delete this video</source>
2575 <target>Odstranit toto video</target> 2473 <target>Odstranit toto video</target>
2576 <context-group name="null"> 2474 <context-group name="null">
2577 <context context-type="linenumber">104</context> 2475 <context context-type="linenumber">149</context>
2578 </context-group> 2476 </context-group>
2579 </trans-unit> 2477 </trans-unit>
2580 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 2478 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
2581 <source>Go the channel page</source> 2479 <source>Go the channel page</source>
2582 <target>Přejít na stránku kanálu</target> 2480 <target>Přejít na stránku kanálu</target>
2583 <context-group name="null"> 2481 <context-group name="null">
2584 <context context-type="linenumber">124</context> 2482 <context context-type="linenumber">169</context>
2585 </context-group> 2483 </context-group>
2586 </trans-unit> 2484 </trans-unit>
2587 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 2485 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
2588 <source>Show more</source> 2486 <source>Show more</source>
2589 <target>Zobrazit více</target> 2487 <target>Zobrazit více</target>
2590 <context-group name="null"> 2488 <context-group name="null">
2591 <context context-type="linenumber">147</context> 2489 <context context-type="linenumber">192</context>
2592 </context-group> 2490 </context-group>
2593 </trans-unit> 2491 </trans-unit>
2594 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 2492 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
2595 <source>Show less</source> 2493 <source>Show less</source>
2596 <target>Zobrazit méně</target> 2494 <target>Zobrazit méně</target>
2597 <context-group name="null"> 2495 <context-group name="null">
2598 <context context-type="linenumber">153</context> 2496 <context context-type="linenumber">198</context>
2599 </context-group> 2497 </context-group>
2600 </trans-unit> 2498 </trans-unit>
2601 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2499 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2602 <source>More information</source> 2500 <source>More information</source>
2603 <target>Více informací</target> 2501 <target>Více informací</target>
2604 <context-group name="null"> 2502 <context-group name="null">
2605 <context context-type="linenumber">218</context> 2503 <context context-type="linenumber">262</context>
2606 </context-group> 2504 </context-group>
2607 </trans-unit> 2505 </trans-unit>
2608 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2506 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2609 <source>Get more information</source> 2507 <source>Get more information</source>
2610 <target>Získat více informací</target> 2508 <target>Získat více informací</target>
2611 <context-group name="null"> 2509 <context-group name="null">
2612 <context context-type="linenumber">218</context> 2510 <context context-type="linenumber">262</context>
2613 </context-group> 2511 </context-group>
2614 </trans-unit> 2512 </trans-unit>
2615 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2513 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -2620,7 +2518,7 @@ When you will upload a video in this channel, the video support field will be au
2620 OK 2518 OK
2621 </target> 2519 </target>
2622 <context-group name="null"> 2520 <context-group name="null">
2623 <context context-type="linenumber">221</context> 2521 <context context-type="linenumber">265</context>
2624 </context-group> 2522 </context-group>
2625 </trans-unit> 2523 </trans-unit>
2626 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7"> 2524 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
@@ -2880,13 +2778,6 @@ When you will upload a video in this channel, the video support field will be au
2880 <context context-type="linenumber">1</context> 2778 <context context-type="linenumber">1</context>
2881 </context-group> 2779 </context-group>
2882 </trans-unit> 2780 </trans-unit>
2883 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
2884 <source>Create</source>
2885 <target>Vytvořit</target>
2886 <context-group name="null">
2887 <context context-type="linenumber">1</context>
2888 </context-group>
2889 </trans-unit>
2890 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 2781 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
2891 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 2782 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
2892 <target>Videokanál <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> aktualizován.</target> 2783 <target>Videokanál <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> aktualizován.</target>
@@ -3288,6 +3179,13 @@ When you will upload a video in this channel, the video support field will be au
3288 <context context-type="linenumber">1</context> 3179 <context context-type="linenumber">1</context>
3289 </context-group> 3180 </context-group>
3290 </trans-unit> 3181 </trans-unit>
3182 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
3183 <source>Display name cannot be more than 120 characters long.</source>
3184 <target>Zobrazované jméno nesmí být delší než 120 znaků.</target>
3185 <context-group name="null">
3186 <context context-type="linenumber">1</context>
3187 </context-group>
3188 </trans-unit>
3291 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 3189 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
3292 <source>Video name is required.</source> 3190 <source>Video name is required.</source>
3293 <target>Jméno videa je vyžadováno.</target> 3191 <target>Jméno videa je vyžadováno.</target>
@@ -4037,13 +3935,6 @@ When you will upload a video in this channel, the video support field will be au
4037 <context context-type="linenumber">1</context> 3935 <context context-type="linenumber">1</context>
4038 </context-group> 3936 </context-group>
4039 </trans-unit> 3937 </trans-unit>
4040 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
4041 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
4042 <target>Začít na <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
4043 <context-group name="null">
4044 <context context-type="linenumber">1</context>
4045 </context-group>
4046 </trans-unit>
4047 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 3938 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
4048 <source>Like the video</source> 3939 <source>Like the video</source>
4049 <target>To se mi líbí</target> 3940 <target>To se mi líbí</target>
diff --git a/client/src/locale/target/angular_de_DE.xml b/client/src/locale/target/angular_de_DE.xml
index 3841d5f05..4cfaccbee 100644
--- a/client/src/locale/target/angular_de_DE.xml
+++ b/client/src/locale/target/angular_de_DE.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Anfang</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Anfang</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Zurück</target> 92 <target>Zurück</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Weiter</target> 99 <target>Weiter</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Ende</target> 106 <target>Ende</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Verringere die Stunden</target> 141 <target>Verringere die Stunden</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Erhöhe die Minuten</target> 148 <target>Erhöhe die Minuten</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minuten</target> 162 <target>Minuten</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Verringere die Minuten</target> 169 <target>Verringere die Minuten</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Erhöhe die Sekunden</target> 176 <target>Erhöhe die Sekunden</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Sekunden</target> 190 <target>Sekunden</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Verringere die Sekunden</target> 197 <target>Verringere die Sekunden</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>vormittags</target> 204 <target>vormittags</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>nachmittags</target> 211 <target>nachmittags</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -224,14 +224,14 @@
224 <source>Unlisted</source> 224 <source>Unlisted</source>
225 <target>nicht gelistet</target> 225 <target>nicht gelistet</target>
226 <context-group name="null"> 226 <context-group name="null">
227 <context context-type="linenumber">10</context> 227 <context context-type="linenumber">17</context>
228 </context-group> 228 </context-group>
229 </trans-unit> 229 </trans-unit>
230 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 230 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
231 <source>Private</source> 231 <source>Private</source>
232 <target>Privat</target> 232 <target>Privat</target>
233 <context-group name="null"> 233 <context-group name="null">
234 <context context-type="linenumber">11</context> 234 <context context-type="linenumber">18</context>
235 </context-group> 235 </context-group>
236 </trans-unit> 236 </trans-unit>
237 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 237 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -241,6 +241,27 @@
241 <context context-type="linenumber">16</context> 241 <context context-type="linenumber">16</context>
242 </context-group> 242 </context-group>
243 </trans-unit> 243 </trans-unit>
244 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
245 <source>Display name</source>
246 <target>Anzeigename</target>
247 <context-group name="null">
248 <context context-type="linenumber">6</context>
249 </context-group>
250 </trans-unit>
251 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
252 <source>Create</source>
253 <target>Erstellen</target>
254 <context-group name="null">
255 <context context-type="linenumber">73</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
259 <source>Save</source>
260 <target>Speichern</target>
261 <context-group name="null">
262 <context context-type="linenumber">115</context>
263 </context-group>
264 </trans-unit>
244 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 265 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
245 <source>Delete</source> 266 <source>Delete</source>
246 <target>Löschen</target> 267 <target>Löschen</target>
@@ -392,7 +413,7 @@
392 Unbegrenzt <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> pro Tag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 413 Unbegrenzt <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> pro Tag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
393 </target> 414 </target>
394 <context-group name="null"> 415 <context-group name="null">
395 <context context-type="linenumber">14</context> 416 <context context-type="linenumber">28</context>
396 </context-group> 417 </context-group>
397 </trans-unit> 418 </trans-unit>
398 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 419 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -513,7 +534,7 @@
513 <source>Login</source> 534 <source>Login</source>
514 <target>Anmelden</target> 535 <target>Anmelden</target>
515 <context-group name="null"> 536 <context-group name="null">
516 <context context-type="linenumber">36</context> 537 <context context-type="linenumber">32</context>
517 </context-group> 538 </context-group>
518 </trans-unit> 539 </trans-unit>
519 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 540 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -611,7 +632,7 @@ Konto erstellen</target>
611 <source>Signup</source> 632 <source>Signup</source>
612 <target>Registrieren</target> 633 <target>Registrieren</target>
613 <context-group name="null"> 634 <context-group name="null">
614 <context context-type="linenumber">78</context> 635 <context context-type="linenumber">87</context>
615 </context-group> 636 </context-group>
616 </trans-unit> 637 </trans-unit>
617 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 638 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -681,57 +702,20 @@ Konto erstellen</target>
681 <source>Change the language</source> 702 <source>Change the language</source>
682 <target>Sprache wechseln</target> 703 <target>Sprache wechseln</target>
683 <context-group name="null"> 704 <context-group name="null">
684 <context context-type="linenumber">86</context> 705 <context context-type="linenumber">102</context>
685 </context-group>
686 </trans-unit>
687 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
688 <source>
689 My public profile
690 </source>
691 <target>
692 Mein öffentliches Profil
693 </target>
694 <context-group name="null">
695 <context context-type="linenumber">16</context>
696 </context-group>
697 </trans-unit>
698 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
699 <source>
700 My account
701 </source>
702 <target>
703 Mein Konto
704 </target>
705 <context-group name="null">
706 <context context-type="linenumber">20</context>
707 </context-group>
708 </trans-unit>
709 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
710 <source>
711 My videos
712 </source>
713 <target>
714 Meine Videos
715 </target>
716 <context-group name="null">
717 <context context-type="linenumber">24</context>
718 </context-group>
719 </trans-unit>
720 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
721 <source>
722 Log out
723 </source>
724 <target>
725 Abmelden
726 </target>
727 <context-group name="null">
728 <context context-type="linenumber">28</context>
729 </context-group> 706 </context-group>
730 </trans-unit> 707 </trans-unit>
731 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 708 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
732 <source>Create an account</source> 709 <source>Create an account</source>
733 <target>Konto erstellen</target> 710 <target>Konto erstellen</target>
734 <context-group name="null"> 711 <context-group name="null">
712 <context context-type="linenumber">33</context>
713 </context-group>
714 </trans-unit>
715 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
716 <source>My library</source>
717 <target>Meine Bibliothek</target>
718 <context-group name="null">
735 <context context-type="linenumber">37</context> 719 <context context-type="linenumber">37</context>
736 </context-group> 720 </context-group>
737 </trans-unit> 721 </trans-unit>
@@ -746,70 +730,70 @@ Konto erstellen</target>
746 <source>Subscriptions</source> 730 <source>Subscriptions</source>
747 <target>Abos</target> 731 <target>Abos</target>
748 <context-group name="null"> 732 <context-group name="null">
749 <context context-type="linenumber">45</context> 733 <context context-type="linenumber">51</context>
750 </context-group> 734 </context-group>
751 </trans-unit> 735 </trans-unit>
752 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 736 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
753 <source>Overview</source> 737 <source>Overview</source>
754 <target>Übersicht</target> 738 <target>Übersicht</target>
755 <context-group name="null"> 739 <context-group name="null">
756 <context context-type="linenumber">50</context> 740 <context context-type="linenumber">66</context>
757 </context-group> 741 </context-group>
758 </trans-unit> 742 </trans-unit>
759 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 743 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
760 <source>Trending</source> 744 <source>Trending</source>
761 <target>Beliebt</target> 745 <target>Beliebt</target>
762 <context-group name="null"> 746 <context-group name="null">
763 <context context-type="linenumber">55</context> 747 <context context-type="linenumber">71</context>
764 </context-group> 748 </context-group>
765 </trans-unit> 749 </trans-unit>
766 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 750 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
767 <source>Recently added</source> 751 <source>Recently added</source>
768 <target>Kürzlich hinzugefügt</target> 752 <target>Kürzlich hinzugefügt</target>
769 <context-group name="null"> 753 <context-group name="null">
770 <context context-type="linenumber">60</context> 754 <context context-type="linenumber">76</context>
771 </context-group> 755 </context-group>
772 </trans-unit> 756 </trans-unit>
773 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 757 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
774 <source>Local</source> 758 <source>Local</source>
775 <target>Lokal</target> 759 <target>Lokal</target>
776 <context-group name="null"> 760 <context-group name="null">
777 <context context-type="linenumber">65</context> 761 <context context-type="linenumber">81</context>
778 </context-group> 762 </context-group>
779 </trans-unit> 763 </trans-unit>
780 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 764 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
781 <source>More</source> 765 <source>More</source>
782 <target>Mehr</target> 766 <target>Mehr</target>
783 <context-group name="null"> 767 <context-group name="null">
784 <context context-type="linenumber">70</context> 768 <context context-type="linenumber">86</context>
785 </context-group> 769 </context-group>
786 </trans-unit> 770 </trans-unit>
787 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 771 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
788 <source>Administration</source> 772 <source>Administration</source>
789 <target>Administration</target> 773 <target>Administration</target>
790 <context-group name="null"> 774 <context-group name="null">
791 <context context-type="linenumber">74</context> 775 <context context-type="linenumber">90</context>
792 </context-group> 776 </context-group>
793 </trans-unit> 777 </trans-unit>
794 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 778 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
795 <source>About</source> 779 <source>About</source>
796 <target>Info</target> 780 <target>Info</target>
797 <context-group name="null"> 781 <context-group name="null">
798 <context context-type="linenumber">25</context> 782 <context context-type="linenumber">26</context>
799 </context-group> 783 </context-group>
800 </trans-unit> 784 </trans-unit>
801 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 785 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
802 <source>Show keyboard shortcuts</source> 786 <source>Show keyboard shortcuts</source>
803 <target>Zeige Tastatur-Kürzel</target> 787 <target>Zeige Tastatur-Kürzel</target>
804 <context-group name="null"> 788 <context-group name="null">
805 <context context-type="linenumber">89</context> 789 <context context-type="linenumber">105</context>
806 </context-group> 790 </context-group>
807 </trans-unit> 791 </trans-unit>
808 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 792 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
809 <source>Toggle dark interface</source> 793 <source>Toggle dark interface</source>
810 <target>Dunkle Oberfläche umschalten</target> 794 <target>Dunkle Oberfläche umschalten</target>
811 <context-group name="null"> 795 <context-group name="null">
812 <context context-type="linenumber">92</context> 796 <context context-type="linenumber">108</context>
813 </context-group> 797 </context-group>
814 </trans-unit> 798 </trans-unit>
815 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 799 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -872,21 +856,21 @@ Konto erstellen</target>
872 <source>Category</source> 856 <source>Category</source>
873 <target>Kategorie</target> 857 <target>Kategorie</target>
874 <context-group name="null"> 858 <context-group name="null">
875 <context context-type="linenumber">170</context> 859 <context context-type="linenumber">215</context>
876 </context-group> 860 </context-group>
877 </trans-unit> 861 </trans-unit>
878 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 862 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
879 <source>Licence</source> 863 <source>Licence</source>
880 <target>Lizenz</target> 864 <target>Lizenz</target>
881 <context-group name="null"> 865 <context-group name="null">
882 <context context-type="linenumber">179</context> 866 <context context-type="linenumber">224</context>
883 </context-group> 867 </context-group>
884 </trans-unit> 868 </trans-unit>
885 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 869 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
886 <source>Language</source> 870 <source>Language</source>
887 <target>Sprache</target> 871 <target>Sprache</target>
888 <context-group name="null"> 872 <context-group name="null">
889 <context context-type="linenumber">188</context> 873 <context context-type="linenumber">233</context>
890 </context-group> 874 </context-group>
891 </trans-unit> 875 </trans-unit>
892 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 876 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1011,13 +995,6 @@ Konto erstellen</target>
1011 <context context-type="linenumber">39</context> 995 <context context-type="linenumber">39</context>
1012 </context-group> 996 </context-group>
1013 </trans-unit> 997 </trans-unit>
1014 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1015 <source>User registration is allowed and</source>
1016 <target>Benutzerregistrierung ist möglich und</target>
1017 <context-group name="null">
1018 <context context-type="linenumber">29</context>
1019 </context-group>
1020 </trans-unit>
1021 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 998 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1022 <source> 999 <source>
1023 About PeerTube 1000 About PeerTube
@@ -1379,42 +1356,42 @@ Konto erstellen</target>
1379 <source>Default client route</source> 1356 <source>Default client route</source>
1380 <target>Standardpfad (Client)</target> 1357 <target>Standardpfad (Client)</target>
1381 <context-group name="null"> 1358 <context-group name="null">
1382 <context context-type="linenumber">48</context> 1359 <context context-type="linenumber">57</context>
1383 </context-group> 1360 </context-group>
1384 </trans-unit> 1361 </trans-unit>
1385 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1362 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1386 <source>Videos Overview</source> 1363 <source>Videos Overview</source>
1387 <target>Video-Übersicht</target> 1364 <target>Video-Übersicht</target>
1388 <context-group name="null"> 1365 <context-group name="null">
1389 <context context-type="linenumber">51</context> 1366 <context context-type="linenumber">60</context>
1390 </context-group> 1367 </context-group>
1391 </trans-unit> 1368 </trans-unit>
1392 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1369 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1393 <source>Videos Trending</source> 1370 <source>Videos Trending</source>
1394 <target>Beliebte Videos</target> 1371 <target>Beliebte Videos</target>
1395 <context-group name="null"> 1372 <context-group name="null">
1396 <context context-type="linenumber">52</context> 1373 <context context-type="linenumber">61</context>
1397 </context-group> 1374 </context-group>
1398 </trans-unit> 1375 </trans-unit>
1399 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1376 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1400 <source>Videos Recently Added</source> 1377 <source>Videos Recently Added</source>
1401 <target>Kürzlich hinzugefügte Videos</target> 1378 <target>Kürzlich hinzugefügte Videos</target>
1402 <context-group name="null"> 1379 <context-group name="null">
1403 <context context-type="linenumber">53</context> 1380 <context context-type="linenumber">62</context>
1404 </context-group> 1381 </context-group>
1405 </trans-unit> 1382 </trans-unit>
1406 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1383 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1407 <source>Local videos</source> 1384 <source>Local videos</source>
1408 <target>Lokale Videos</target> 1385 <target>Lokale Videos</target>
1409 <context-group name="null"> 1386 <context-group name="null">
1410 <context context-type="linenumber">54</context> 1387 <context context-type="linenumber">63</context>
1411 </context-group> 1388 </context-group>
1412 </trans-unit> 1389 </trans-unit>
1413 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1390 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1414 <source>Policy on videos containing sensitive content</source> 1391 <source>Policy on videos containing sensitive content</source>
1415 <target>Verhalten bei Videos mit anstößigen Inhalten</target> 1392 <target>Verhalten bei Videos mit anstößigen Inhalten</target>
1416 <context-group name="null"> 1393 <context-group name="null">
1417 <context context-type="linenumber">61</context> 1394 <context context-type="linenumber">70</context>
1418 </context-group> 1395 </context-group>
1419 </trans-unit> 1396 </trans-unit>
1420 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1397 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1449,42 +1426,42 @@ Konto erstellen</target>
1449 <source>Signup enabled</source> 1426 <source>Signup enabled</source>
1450 <target>Registrierung aktiviert</target> 1427 <target>Registrierung aktiviert</target>
1451 <context-group name="null"> 1428 <context-group name="null">
1452 <context context-type="linenumber">84</context> 1429 <context context-type="linenumber">93</context>
1453 </context-group> 1430 </context-group>
1454 </trans-unit> 1431 </trans-unit>
1455 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1432 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1456 <source>Signup requires email verification</source> 1433 <source>Signup requires email verification</source>
1457 <target>Registrierung erfordert eine Bestätigung der E-Mail-Adresse</target> 1434 <target>Registrierung erfordert eine Bestätigung der E-Mail-Adresse</target>
1458 <context-group name="null"> 1435 <context-group name="null">
1459 <context context-type="linenumber">91</context> 1436 <context context-type="linenumber">100</context>
1460 </context-group> 1437 </context-group>
1461 </trans-unit> 1438 </trans-unit>
1462 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1439 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1463 <source>Signup limit</source> 1440 <source>Signup limit</source>
1464 <target>Obergrenze für Registrierungen</target> 1441 <target>Obergrenze für Registrierungen</target>
1465 <context-group name="null"> 1442 <context-group name="null">
1466 <context context-type="linenumber">96</context> 1443 <context context-type="linenumber">105</context>
1467 </context-group> 1444 </context-group>
1468 </trans-unit> 1445 </trans-unit>
1469 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1446 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1470 <source>Users</source> 1447 <source>Users</source>
1471 <target>Benutzer</target> 1448 <target>Benutzer</target>
1472 <context-group name="null"> 1449 <context-group name="null">
1473 <context context-type="linenumber">105</context> 1450 <context context-type="linenumber">114</context>
1474 </context-group> 1451 </context-group>
1475 </trans-unit> 1452 </trans-unit>
1476 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1453 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1477 <source>User default video quota</source> 1454 <source>User default video quota</source>
1478 <target>Standardkontingent für die Videos eines Nutzers</target> 1455 <target>Standardkontingent für die Videos eines Nutzers</target>
1479 <context-group name="null"> 1456 <context-group name="null">
1480 <context context-type="linenumber">109</context> 1457 <context context-type="linenumber">118</context>
1481 </context-group> 1458 </context-group>
1482 </trans-unit> 1459 </trans-unit>
1483 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1460 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1484 <source>User default daily upload limit</source> 1461 <source>User default daily upload limit</source>
1485 <target>Tägliches Obergrenze eines Nutzers beim Hochladen</target> 1462 <target>Tägliches Obergrenze eines Nutzers beim Hochladen</target>
1486 <context-group name="null"> 1463 <context-group name="null">
1487 <context context-type="linenumber">121</context> 1464 <context context-type="linenumber">130</context>
1488 </context-group> 1465 </context-group>
1489 </trans-unit> 1466 </trans-unit>
1490 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1467 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1498,28 +1475,28 @@ Konto erstellen</target>
1498 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1475 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1499 <target>Video durch HTTP URL (z.b. YouTube©) import erlaubt.</target> 1476 <target>Video durch HTTP URL (z.b. YouTube©) import erlaubt.</target>
1500 <context-group name="null"> 1477 <context-group name="null">
1501 <context context-type="linenumber">141</context> 1478 <context context-type="linenumber">150</context>
1502 </context-group> 1479 </context-group>
1503 </trans-unit> 1480 </trans-unit>
1504 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1481 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1505 <source>Video import with a torrent file or a magnet URI enabled</source> 1482 <source>Video import with a torrent file or a magnet URI enabled</source>
1506 <target>Video-Import über eine Torrent-Datei oder einen Magnet-Link aktiviert</target> 1483 <target>Video-Import über eine Torrent-Datei oder einen Magnet-Link aktiviert</target>
1507 <context-group name="null"> 1484 <context-group name="null">
1508 <context context-type="linenumber">148</context> 1485 <context context-type="linenumber">157</context>
1509 </context-group> 1486 </context-group>
1510 </trans-unit> 1487 </trans-unit>
1511 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1488 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1512 <source>Administrator</source> 1489 <source>Administrator</source>
1513 <target>Administrator</target> 1490 <target>Administrator</target>
1514 <context-group name="null"> 1491 <context-group name="null">
1515 <context context-type="linenumber">155</context> 1492 <context context-type="linenumber">181</context>
1516 </context-group> 1493 </context-group>
1517 </trans-unit> 1494 </trans-unit>
1518 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1495 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1519 <source>Admin email</source> 1496 <source>Admin email</source>
1520 <target>Admin E-Mail</target> 1497 <target>Admin E-Mail</target>
1521 <context-group name="null"> 1498 <context-group name="null">
1522 <context context-type="linenumber">158</context> 1499 <context context-type="linenumber">184</context>
1523 </context-group> 1500 </context-group>
1524 </trans-unit> 1501 </trans-unit>
1525 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1502 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1533,70 +1510,70 @@ Konto erstellen</target>
1533 <source>Twitter</source> 1510 <source>Twitter</source>
1534 <target>Twitter</target> 1511 <target>Twitter</target>
1535 <context-group name="null"> 1512 <context-group name="null">
1536 <context context-type="linenumber">178</context> 1513 <context context-type="linenumber">204</context>
1537 </context-group> 1514 </context-group>
1538 </trans-unit> 1515 </trans-unit>
1539 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1516 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1540 <source>Your Twitter username</source> 1517 <source>Your Twitter username</source>
1541 <target>Dein Twitter-Benutzername</target> 1518 <target>Dein Twitter-Benutzername</target>
1542 <context-group name="null"> 1519 <context-group name="null">
1543 <context context-type="linenumber">184</context> 1520 <context context-type="linenumber">210</context>
1544 </context-group> 1521 </context-group>
1545 </trans-unit> 1522 </trans-unit>
1546 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1523 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1547 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1524 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1548 <target>Zeigt den Twitter-Account für die Webseite, auf der der Inhalt veröffentlicht wurde.</target> 1525 <target>Zeigt den Twitter-Account für die Webseite, auf der der Inhalt veröffentlicht wurde.</target>
1549 <context-group name="null"> 1526 <context-group name="null">
1550 <context context-type="linenumber">187</context> 1527 <context context-type="linenumber">213</context>
1551 </context-group> 1528 </context-group>
1552 </trans-unit> 1529 </trans-unit>
1553 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1530 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1554 <source>Instance whitelisted by Twitter</source> 1531 <source>Instance whitelisted by Twitter</source>
1555 <target>Instanz von Twitter vertraut</target> 1532 <target>Instanz von Twitter vertraut</target>
1556 <context-group name="null"> 1533 <context-group name="null">
1557 <context context-type="linenumber">199</context> 1534 <context context-type="linenumber">225</context>
1558 </context-group> 1535 </context-group>
1559 </trans-unit> 1536 </trans-unit>
1560 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1537 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1561 <source>Services</source> 1538 <source>Services</source>
1562 <target>Dienste</target> 1539 <target>Dienste</target>
1563 <context-group name="null"> 1540 <context-group name="null">
1564 <context context-type="linenumber">176</context> 1541 <context context-type="linenumber">202</context>
1565 </context-group> 1542 </context-group>
1566 </trans-unit> 1543 </trans-unit>
1567 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1544 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1568 <source>Transcoding</source> 1545 <source>Transcoding</source>
1569 <target>Transkodierung</target> 1546 <target>Transkodierung</target>
1570 <context-group name="null"> 1547 <context-group name="null">
1571 <context context-type="linenumber">215</context> 1548 <context context-type="linenumber">241</context>
1572 </context-group> 1549 </context-group>
1573 </trans-unit> 1550 </trans-unit>
1574 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1551 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1575 <source>Transcoding enabled</source> 1552 <source>Transcoding enabled</source>
1576 <target>Transkodierung an</target> 1553 <target>Transkodierung an</target>
1577 <context-group name="null"> 1554 <context-group name="null">
1578 <context context-type="linenumber">221</context> 1555 <context context-type="linenumber">247</context>
1579 </context-group> 1556 </context-group>
1580 </trans-unit> 1557 </trans-unit>
1581 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1558 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1582 <source>If you disable transcoding, many videos from your users will not work!</source> 1559 <source>If you disable transcoding, many videos from your users will not work!</source>
1583 <target>Wenn du die Transkodierung abschaltest, werden viele Videos nicht laufen!</target> 1560 <target>Wenn du die Transkodierung abschaltest, werden viele Videos nicht laufen!</target>
1584 <context-group name="null"> 1561 <context-group name="null">
1585 <context context-type="linenumber">222</context> 1562 <context context-type="linenumber">248</context>
1586 </context-group> 1563 </context-group>
1587 </trans-unit> 1564 </trans-unit>
1588 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1565 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1589 <source>Transcoding threads</source> 1566 <source>Transcoding threads</source>
1590 <target>Transcodierungsthreads</target> 1567 <target>Transcodierungsthreads</target>
1591 <context-group name="null"> 1568 <context-group name="null">
1592 <context context-type="linenumber">237</context> 1569 <context context-type="linenumber">263</context>
1593 </context-group> 1570 </context-group>
1594 </trans-unit> 1571 </trans-unit>
1595 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1572 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1596 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1573 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1597 <target>Eingestellte Auflösung: <x id="INTERPOLATION" equiv-text="{{resolution}}"/></target> 1574 <target>Eingestellte Auflösung: <x id="INTERPOLATION" equiv-text="{{resolution}}"/></target>
1598 <context-group name="null"> 1575 <context-group name="null">
1599 <context context-type="linenumber">252</context> 1576 <context context-type="linenumber">278</context>
1600 </context-group> 1577 </context-group>
1601 </trans-unit> 1578 </trans-unit>
1602 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1579 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1611,70 +1588,70 @@ Konto erstellen</target>
1611 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1588 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1612 </target> 1589 </target>
1613 <context-group name="null"> 1590 <context-group name="null">
1614 <context context-type="linenumber">260</context> 1591 <context context-type="linenumber">286</context>
1615 </context-group> 1592 </context-group>
1616 </trans-unit> 1593 </trans-unit>
1617 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1594 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1618 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1595 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1619 <target>Einige Dateien (Vorschau, Untertitel) werden nicht verteilt gespeichert. Wir laden sie direkt von der Ursprungsinstanz und speichern sie zwischen.</target> 1596 <target>Einige Dateien (Vorschau, Untertitel) werden nicht verteilt gespeichert. Wir laden sie direkt von der Ursprungsinstanz und speichern sie zwischen.</target>
1620 <context-group name="null"> 1597 <context-group name="null">
1621 <context context-type="linenumber">265</context> 1598 <context context-type="linenumber">291</context>
1622 </context-group> 1599 </context-group>
1623 </trans-unit> 1600 </trans-unit>
1624 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1601 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1625 <source>Previews cache size</source> 1602 <source>Previews cache size</source>
1626 <target>Cachegröße der Vorschau</target> 1603 <target>Cachegröße der Vorschau</target>
1627 <context-group name="null"> 1604 <context-group name="null">
1628 <context context-type="linenumber">271</context> 1605 <context context-type="linenumber">297</context>
1629 </context-group> 1606 </context-group>
1630 </trans-unit> 1607 </trans-unit>
1631 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1608 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1632 <source>Video captions cache size</source> 1609 <source>Video captions cache size</source>
1633 <target>Cachegröße der Untertitel</target> 1610 <target>Cachegröße der Untertitel</target>
1634 <context-group name="null"> 1611 <context-group name="null">
1635 <context context-type="linenumber">280</context> 1612 <context context-type="linenumber">306</context>
1636 </context-group> 1613 </context-group>
1637 </trans-unit> 1614 </trans-unit>
1638 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1615 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1639 <source>Customizations</source> 1616 <source>Customizations</source>
1640 <target>Personalisierung</target> 1617 <target>Personalisierung</target>
1641 <context-group name="null"> 1618 <context-group name="null">
1642 <context context-type="linenumber">289</context> 1619 <context context-type="linenumber">315</context>
1643 </context-group> 1620 </context-group>
1644 </trans-unit> 1621 </trans-unit>
1645 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1622 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1646 <source>JavaScript</source> 1623 <source>JavaScript</source>
1647 <target>JavaScript</target> 1624 <target>JavaScript</target>
1648 <context-group name="null"> 1625 <context-group name="null">
1649 <context context-type="linenumber">294</context> 1626 <context context-type="linenumber">320</context>
1650 </context-group> 1627 </context-group>
1651 </trans-unit> 1628 </trans-unit>
1652 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1629 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1653 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1630 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1654 <target>Füge dein JavaScript ein.&lt;br /&gt;Beispiel: &lt;pre&gt;console.log('Meine Instanz ist großartig');&lt;/pre&gt;</target> 1631 <target>Füge dein JavaScript ein.&lt;br /&gt;Beispiel: &lt;pre&gt;console.log('Meine Instanz ist großartig');&lt;/pre&gt;</target>
1655 <context-group name="null"> 1632 <context-group name="null">
1656 <context context-type="linenumber">297</context> 1633 <context context-type="linenumber">323</context>
1657 </context-group> 1634 </context-group>
1658 </trans-unit> 1635 </trans-unit>
1659 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1636 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1660 <source>Advanced configuration</source> 1637 <source>Advanced configuration</source>
1661 <target>Erweiterte Einstellungen</target> 1638 <target>Erweiterte Einstellungen</target>
1662 <context-group name="null"> 1639 <context-group name="null">
1663 <context context-type="linenumber">212</context> 1640 <context context-type="linenumber">238</context>
1664 </context-group> 1641 </context-group>
1665 </trans-unit> 1642 </trans-unit>
1666 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1643 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1667 <source>Update configuration</source> 1644 <source>Update configuration</source>
1668 <target>Einstellungen aktualisieren</target> 1645 <target>Einstellungen aktualisieren</target>
1669 <context-group name="null"> 1646 <context-group name="null">
1670 <context context-type="linenumber">340</context> 1647 <context context-type="linenumber">366</context>
1671 </context-group> 1648 </context-group>
1672 </trans-unit> 1649 </trans-unit>
1673 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1650 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1674 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1651 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1675 <target>Die Einstellungen sind anscheinend ungültig. Bitte suche nach potentiellen Fehlern in den verschiedenen Reitern.</target> 1652 <target>Die Einstellungen sind anscheinend ungültig. Bitte suche nach potentiellen Fehlern in den verschiedenen Reitern.</target>
1676 <context-group name="null"> 1653 <context-group name="null">
1677 <context context-type="linenumber">341</context> 1654 <context context-type="linenumber">367</context>
1678 </context-group> 1655 </context-group>
1679 </trans-unit> 1656 </trans-unit>
1680 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1657 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1955,7 +1932,7 @@ Konto erstellen</target>
1955 <source>Go to the account page</source> 1932 <source>Go to the account page</source>
1956 <target>Zur Kontoseite gehen</target> 1933 <target>Zur Kontoseite gehen</target>
1957 <context-group name="null"> 1934 <context-group name="null">
1958 <context context-type="linenumber">134</context> 1935 <context context-type="linenumber">179</context>
1959 </context-group> 1936 </context-group>
1960 </trans-unit> 1937 </trans-unit>
1961 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 1938 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2088,6 +2065,13 @@ Konto erstellen</target>
2088 <context context-type="linenumber">43</context> 2065 <context context-type="linenumber">43</context>
2089 </context-group> 2066 </context-group>
2090 </trans-unit> 2067 </trans-unit>
2068 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2069 <source>Unblacklist</source>
2070 <target>Entsperren</target>
2071 <context-group name="null">
2072 <context context-type="linenumber">146</context>
2073 </context-group>
2074 </trans-unit>
2091 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2075 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2092 <source>Moderation</source> 2076 <source>Moderation</source>
2093 <target>Moderation</target> 2077 <target>Moderation</target>
@@ -2102,13 +2086,6 @@ Konto erstellen</target>
2102 <context context-type="linenumber">5</context> 2086 <context context-type="linenumber">5</context>
2103 </context-group> 2087 </context-group>
2104 </trans-unit> 2088 </trans-unit>
2105 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2106 <source>Blacklisted videos</source>
2107 <target>Gesperrte Videos</target>
2108 <context-group name="null">
2109 <context context-type="linenumber">7</context>
2110 </context-group>
2111 </trans-unit>
2112 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2089 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2113 <source>Muted accounts</source> 2090 <source>Muted accounts</source>
2114 <target>Stummgeschaltete Accounts</target> 2091 <target>Stummgeschaltete Accounts</target>
@@ -2120,7 +2097,7 @@ Konto erstellen</target>
2120 <source>Muted servers</source> 2097 <source>Muted servers</source>
2121 <target>Stummgeschaltete Server</target> 2098 <target>Stummgeschaltete Server</target>
2122 <context-group name="null"> 2099 <context-group name="null">
2123 <context context-type="linenumber">11</context> 2100 <context context-type="linenumber">13</context>
2124 </context-group> 2101 </context-group>
2125 </trans-unit> 2102 </trans-unit>
2126 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2103 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2176,7 +2153,7 @@ Konto erstellen</target>
2176 <source>Change ownership</source> 2153 <source>Change ownership</source>
2177 <target>Besitzer ändern</target> 2154 <target>Besitzer ändern</target>
2178 <context-group name="null"> 2155 <context-group name="null">
2179 <context context-type="linenumber">46</context> 2156 <context context-type="linenumber">40</context>
2180 </context-group> 2157 </context-group>
2181 </trans-unit> 2158 </trans-unit>
2182 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2159 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2201,32 +2178,14 @@ Konto erstellen</target>
2201 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2178 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2202 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe</target> 2179 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe</target>
2203 <context-group name="null"> 2180 <context-group name="null">
2204 <context context-type="linenumber">19</context> 2181 <context context-type="linenumber">13</context>
2205 </context-group> 2182 </context-group>
2206 </trans-unit> 2183 </trans-unit>
2207 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2184 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2208 <source>Blacklisted</source> 2185 <source>Blacklisted</source>
2209 <target>Gesperrt</target> 2186 <target>Gesperrt</target>
2210 <context-group name="null"> 2187 <context-group name="null">
2211 <context context-type="linenumber">22</context> 2188 <context context-type="linenumber">16</context>
2212 </context-group>
2213 </trans-unit>
2214 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2215 <source>
2216 Cancel
2217 </source>
2218 <target>
2219 Abbrechen
2220 </target>
2221 <context-group name="null">
2222 <context context-type="linenumber">30</context>
2223 </context-group>
2224 </trans-unit>
2225 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2226 <source>Create another video channel</source>
2227 <target>Einen weiteren Videokanal erstellen</target>
2228 <context-group name="null">
2229 <context context-type="linenumber">4</context>
2230 </context-group> 2189 </context-group>
2231 </trans-unit> 2190 </trans-unit>
2232 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2191 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2250,13 +2209,6 @@ Konto erstellen</target>
2250 <context context-type="linenumber">15</context> 2209 <context context-type="linenumber">15</context>
2251 </context-group> 2210 </context-group>
2252 </trans-unit> 2211 </trans-unit>
2253 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2254 <source>Display name</source>
2255 <target>Anzeigename</target>
2256 <context-group name="null">
2257 <context context-type="linenumber">6</context>
2258 </context-group>
2259 </trans-unit>
2260 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2212 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2261 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2213 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2262When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2214When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2363,6 +2315,27 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2363 <context context-type="linenumber">2</context> 2315 <context context-type="linenumber">2</context>
2364 </context-group> 2316 </context-group>
2365 </trans-unit> 2317 </trans-unit>
2318 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2319 <source>Privacy</source>
2320 <target>Sichtbarkeit</target>
2321 <context-group name="null">
2322 <context context-type="linenumber">205</context>
2323 </context-group>
2324 </trans-unit>
2325 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2326 <source>Channel</source>
2327 <target>Kanal</target>
2328 <context-group name="null">
2329 <context context-type="linenumber">39</context>
2330 </context-group>
2331 </trans-unit>
2332 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2333 <source>Upload thumbnail</source>
2334 <target>Miniaturansicht hochladen</target>
2335 <context-group name="null">
2336 <context context-type="linenumber">192</context>
2337 </context-group>
2338 </trans-unit>
2366 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2339 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2367 <source>Change password</source> 2340 <source>Change password</source>
2368 <target>Passwort ändern</target> 2341 <target>Passwort ändern</target>
@@ -2412,13 +2385,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2412 <context context-type="linenumber">28</context> 2385 <context context-type="linenumber">28</context>
2413 </context-group> 2386 </context-group>
2414 </trans-unit> 2387 </trans-unit>
2415 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2416 <source>Save</source>
2417 <target>Speichern</target>
2418 <context-group name="null">
2419 <context context-type="linenumber">32</context>
2420 </context-group>
2421 </trans-unit>
2422 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2388 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2423 <source>Update my profile</source> 2389 <source>Update my profile</source>
2424 <target>Mein Profil aktualisieren</target> 2390 <target>Mein Profil aktualisieren</target>
@@ -2544,7 +2510,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2544 <source>URL</source> 2510 <source>URL</source>
2545 <target>URL</target> 2511 <target>URL</target>
2546 <context-group name="null"> 2512 <context-group name="null">
2547 <context context-type="linenumber">17</context> 2513 <context context-type="linenumber">25</context>
2548 </context-group> 2514 </context-group>
2549 </trans-unit> 2515 </trans-unit>
2550 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2516 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2554,20 +2520,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2554 <context context-type="linenumber">9</context> 2520 <context context-type="linenumber">9</context>
2555 </context-group> 2521 </context-group>
2556 </trans-unit> 2522 </trans-unit>
2557 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2558 <source>Channel</source>
2559 <target>Kanal</target>
2560 <context-group name="null">
2561 <context context-type="linenumber">39</context>
2562 </context-group>
2563 </trans-unit>
2564 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2565 <source>Privacy</source>
2566 <target>Sichtbarkeit</target>
2567 <context-group name="null">
2568 <context context-type="linenumber">160</context>
2569 </context-group>
2570 </trans-unit>
2571 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 2523 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2572 <source>Sorry, but something went wrong</source> 2524 <source>Sorry, but something went wrong</source>
2573 <target>Entschuldigung, etwas ist schiefgegangen</target> 2525 <target>Entschuldigung, etwas ist schiefgegangen</target>
@@ -2590,7 +2542,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2590 <source>Update</source> 2542 <source>Update</source>
2591 <target>Aktualisieren</target> 2543 <target>Aktualisieren</target>
2592 <context-group name="null"> 2544 <context-group name="null">
2593 <context context-type="linenumber">93</context> 2545 <context context-type="linenumber">138</context>
2594 </context-group> 2546 </context-group>
2595 </trans-unit> 2547 </trans-unit>
2596 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2548 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2738,7 +2690,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2738 <source>Tags</source> 2690 <source>Tags</source>
2739 <target>Tags</target> 2691 <target>Tags</target>
2740 <context-group name="null"> 2692 <context-group name="null">
2741 <context context-type="linenumber">197</context> 2693 <context context-type="linenumber">242</context>
2742 </context-group> 2694 </context-group>
2743 </trans-unit> 2695 </trans-unit>
2744 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2696 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2878,13 +2830,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2878 <context context-type="linenumber">135</context> 2830 <context context-type="linenumber">135</context>
2879 </context-group> 2831 </context-group>
2880 </trans-unit> 2832 </trans-unit>
2881 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2882 <source>Upload thumbnail</source>
2883 <target>Miniaturansicht hochladen</target>
2884 <context-group name="null">
2885 <context context-type="linenumber">192</context>
2886 </context-group>
2887 </trans-unit>
2888 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 2833 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2889 <source>Upload preview</source> 2834 <source>Upload preview</source>
2890 <target>Vorschau hochladen</target> 2835 <target>Vorschau hochladen</target>
@@ -2896,7 +2841,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2896 <source>Support</source> 2841 <source>Support</source>
2897 <target>Unterstützen</target> 2842 <target>Unterstützen</target>
2898 <context-group name="null"> 2843 <context-group name="null">
2899 <context context-type="linenumber">70</context> 2844 <context context-type="linenumber">101</context>
2900 </context-group> 2845 </context-group>
2901 </trans-unit> 2846 </trans-unit>
2902 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 2847 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -2974,7 +2919,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2974 <source>Download</source> 2919 <source>Download</source>
2975 <target>Herunterladen</target> 2920 <target>Herunterladen</target>
2976 <context-group name="null"> 2921 <context-group name="null">
2977 <context context-type="linenumber">85</context> 2922 <context context-type="linenumber">130</context>
2978 </context-group> 2923 </context-group>
2979 </trans-unit> 2924 </trans-unit>
2980 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 2925 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -2988,21 +2933,21 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
2988 <source>Share</source> 2933 <source>Share</source>
2989 <target>Teilen</target> 2934 <target>Teilen</target>
2990 <context-group name="null"> 2935 <context-group name="null">
2991 <context context-type="linenumber">75</context> 2936 <context context-type="linenumber">106</context>
2992 </context-group> 2937 </context-group>
2993 </trans-unit> 2938 </trans-unit>
2994 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 2939 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2995 <source>QR-Code</source> 2940 <source>QR-Code</source>
2996 <target>QR-Code</target> 2941 <target>QR-Code</target>
2997 <context-group name="null"> 2942 <context-group name="null">
2998 <context context-type="linenumber">29</context> 2943 <context context-type="linenumber">37</context>
2999 </context-group> 2944 </context-group>
3000 </trans-unit> 2945 </trans-unit>
3001 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2946 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3002 <source>Embed</source> 2947 <source>Embed</source>
3003 <target>Einbetten</target> 2948 <target>Einbetten</target>
3004 <context-group name="null"> 2949 <context-group name="null">
3005 <context context-type="linenumber">34</context> 2950 <context context-type="linenumber">42</context>
3006 </context-group> 2951 </context-group>
3007 </trans-unit> 2952 </trans-unit>
3008 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 2953 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3013,14 +2958,14 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3013 Die URL ist nicht sicher (kein HTTPS), das Video lässt sich also nicht auf HTTPS-Webseiten einbinden (Web-Browser blockieren unsichere HTTP-Anfragen auf HTTPS-Webseiten). 2958 Die URL ist nicht sicher (kein HTTPS), das Video lässt sich also nicht auf HTTPS-Webseiten einbinden (Web-Browser blockieren unsichere HTTP-Anfragen auf HTTPS-Webseiten).
3014 </target> 2959 </target>
3015 <context-group name="null"> 2960 <context-group name="null">
3016 <context context-type="linenumber">45</context> 2961 <context context-type="linenumber">53</context>
3017 </context-group> 2962 </context-group>
3018 </trans-unit> 2963 </trans-unit>
3019 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 2964 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3020 <source>Close</source> 2965 <source>Close</source>
3021 <target>Schließen</target> 2966 <target>Schließen</target>
3022 <context-group name="null"> 2967 <context-group name="null">
3023 <context context-type="linenumber">51</context> 2968 <context context-type="linenumber">59</context>
3024 </context-group> 2969 </context-group>
3025 </trans-unit> 2970 </trans-unit>
3026 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 2971 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3038,7 +2983,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3038 Das Video wird importiert, es ist verfügbar, sobald der Import abgeschlossen ist. 2983 Das Video wird importiert, es ist verfügbar, sobald der Import abgeschlossen ist.
3039 </target> 2984 </target>
3040 <context-group name="null"> 2985 <context-group name="null">
3041 <context context-type="linenumber">11</context> 2986 <context context-type="linenumber">39</context>
3042 </context-group> 2987 </context-group>
3043 </trans-unit> 2988 </trans-unit>
3044 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 2989 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3049,7 +2994,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3049 Dieses Video wird transkodiert, es funktioniert daher möglicherweise nicht ganz. 2994 Dieses Video wird transkodiert, es funktioniert daher möglicherweise nicht ganz.
3050 </target> 2995 </target>
3051 <context-group name="null"> 2996 <context-group name="null">
3052 <context context-type="linenumber">15</context> 2997 <context context-type="linenumber">43</context>
3053 </context-group> 2998 </context-group>
3054 </trans-unit> 2999 </trans-unit>
3055 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3000 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3060,14 +3005,14 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3060 Dieses Video wird am <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/> veröffentlicht. 3005 Dieses Video wird am <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/> veröffentlicht.
3061 </target> 3006 </target>
3062 <context-group name="null"> 3007 <context-group name="null">
3063 <context context-type="linenumber">19</context> 3008 <context context-type="linenumber">47</context>
3064 </context-group> 3009 </context-group>
3065 </trans-unit> 3010 </trans-unit>
3066 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3011 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3067 <source>This video is blacklisted.</source> 3012 <source>This video is blacklisted.</source>
3068 <target>Dieses Video ist gesperrt.</target> 3013 <target>Dieses Video ist gesperrt.</target>
3069 <context-group name="null"> 3014 <context-group name="null">
3070 <context context-type="linenumber">24</context> 3015 <context context-type="linenumber">56</context>
3071 </context-group> 3016 </context-group>
3072 </trans-unit> 3017 </trans-unit>
3073 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3018 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3078,130 +3023,112 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3078 Veröffentlicht <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe 3023 Veröffentlicht <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe
3079 </target> 3024 </target>
3080 <context-group name="null"> 3025 <context-group name="null">
3081 <context context-type="linenumber">36</context> 3026 <context context-type="linenumber">76</context>
3082 </context-group>
3083 </trans-unit>
3084 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3085 <source>
3086 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3087 </source>
3088 <target>
3089 Veröffentlicht <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe
3090 </target>
3091 <context-group name="null">
3092 <context context-type="linenumber">45</context>
3093 </context-group> 3027 </context-group>
3094 </trans-unit> 3028 </trans-unit>
3095 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3029 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3096 <source>Like this video</source> 3030 <source>Like this video</source>
3097 <target>Das Video gefällt mir</target> 3031 <target>Das Video gefällt mir</target>
3098 <context-group name="null"> 3032 <context-group name="null">
3099 <context context-type="linenumber">55</context> 3033 <context context-type="linenumber">86</context>
3100 </context-group> 3034 </context-group>
3101 </trans-unit> 3035 </trans-unit>
3102 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3036 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3103 <source>Dislike this video</source> 3037 <source>Dislike this video</source>
3104 <target>Das Video gefällt mir nicht</target> 3038 <target>Das Video gefällt mir nicht</target>
3105 <context-group name="null"> 3039 <context-group name="null">
3106 <context context-type="linenumber">63</context> 3040 <context context-type="linenumber">94</context>
3107 </context-group> 3041 </context-group>
3108 </trans-unit> 3042 </trans-unit>
3109 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3043 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3110 <source>Download the video</source> 3044 <source>Download the video</source>
3111 <target>Video herunterladen</target> 3045 <target>Video herunterladen</target>
3112 <context-group name="null"> 3046 <context-group name="null">
3113 <context context-type="linenumber">84</context> 3047 <context context-type="linenumber">129</context>
3114 </context-group> 3048 </context-group>
3115 </trans-unit> 3049 </trans-unit>
3116 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3050 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3117 <source>Report</source> 3051 <source>Report</source>
3118 <target>Melden</target> 3052 <target>Melden</target>
3119 <context-group name="null"> 3053 <context-group name="null">
3120 <context context-type="linenumber">89</context> 3054 <context context-type="linenumber">134</context>
3121 </context-group> 3055 </context-group>
3122 </trans-unit> 3056 </trans-unit>
3123 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3057 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3124 <source>Report this video</source> 3058 <source>Report this video</source>
3125 <target>Dieses Video melden</target> 3059 <target>Dieses Video melden</target>
3126 <context-group name="null"> 3060 <context-group name="null">
3127 <context context-type="linenumber">88</context> 3061 <context context-type="linenumber">133</context>
3128 </context-group> 3062 </context-group>
3129 </trans-unit> 3063 </trans-unit>
3130 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3064 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3131 <source>Update this video</source> 3065 <source>Update this video</source>
3132 <target>Dieses Video aktualisieren</target> 3066 <target>Dieses Video aktualisieren</target>
3133 <context-group name="null"> 3067 <context-group name="null">
3134 <context context-type="linenumber">92</context> 3068 <context context-type="linenumber">137</context>
3135 </context-group> 3069 </context-group>
3136 </trans-unit> 3070 </trans-unit>
3137 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3071 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3138 <source>Blacklist</source> 3072 <source>Blacklist</source>
3139 <target>Sperren</target> 3073 <target>Sperren</target>
3140 <context-group name="null"> 3074 <context-group name="null">
3141 <context context-type="linenumber">97</context> 3075 <context context-type="linenumber">142</context>
3142 </context-group> 3076 </context-group>
3143 </trans-unit> 3077 </trans-unit>
3144 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3078 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3145 <source>Blacklist this video</source> 3079 <source>Blacklist this video</source>
3146 <target>Dieses Video sperren</target> 3080 <target>Dieses Video sperren</target>
3147 <context-group name="null"> 3081 <context-group name="null">
3148 <context context-type="linenumber">96</context> 3082 <context context-type="linenumber">141</context>
3149 </context-group>
3150 </trans-unit>
3151 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3152 <source>Unblacklist</source>
3153 <target>Entsperren</target>
3154 <context-group name="null">
3155 <context context-type="linenumber">101</context>
3156 </context-group> 3083 </context-group>
3157 </trans-unit> 3084 </trans-unit>
3158 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3085 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3159 <source>Unblacklist this video</source> 3086 <source>Unblacklist this video</source>
3160 <target>Dieses Video entsperren</target> 3087 <target>Dieses Video entsperren</target>
3161 <context-group name="null"> 3088 <context-group name="null">
3162 <context context-type="linenumber">100</context> 3089 <context context-type="linenumber">145</context>
3163 </context-group> 3090 </context-group>
3164 </trans-unit> 3091 </trans-unit>
3165 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3092 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3166 <source>Delete this video</source> 3093 <source>Delete this video</source>
3167 <target>Dieses Video löschen</target> 3094 <target>Dieses Video löschen</target>
3168 <context-group name="null"> 3095 <context-group name="null">
3169 <context context-type="linenumber">104</context> 3096 <context context-type="linenumber">149</context>
3170 </context-group> 3097 </context-group>
3171 </trans-unit> 3098 </trans-unit>
3172 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3099 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3173 <source>Go the channel page</source> 3100 <source>Go the channel page</source>
3174 <target>Zur Seite des Kanals gehen</target> 3101 <target>Zur Seite des Kanals gehen</target>
3175 <context-group name="null"> 3102 <context-group name="null">
3176 <context context-type="linenumber">124</context> 3103 <context context-type="linenumber">169</context>
3177 </context-group> 3104 </context-group>
3178 </trans-unit> 3105 </trans-unit>
3179 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3106 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3180 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3107 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3181 <target>Von <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3108 <target>Von <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3182 <context-group name="null"> 3109 <context-group name="null">
3183 <context context-type="linenumber">135</context> 3110 <context context-type="linenumber">180</context>
3184 </context-group> 3111 </context-group>
3185 </trans-unit> 3112 </trans-unit>
3186 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3113 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3187 <source>Show more</source> 3114 <source>Show more</source>
3188 <target>Mehr anzeigen</target> 3115 <target>Mehr anzeigen</target>
3189 <context-group name="null"> 3116 <context-group name="null">
3190 <context context-type="linenumber">147</context> 3117 <context context-type="linenumber">192</context>
3191 </context-group> 3118 </context-group>
3192 </trans-unit> 3119 </trans-unit>
3193 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3120 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3194 <source>Show less</source> 3121 <source>Show less</source>
3195 <target>Weniger anzeigen</target> 3122 <target>Weniger anzeigen</target>
3196 <context-group name="null"> 3123 <context-group name="null">
3197 <context context-type="linenumber">153</context> 3124 <context context-type="linenumber">198</context>
3198 </context-group> 3125 </context-group>
3199 </trans-unit> 3126 </trans-unit>
3200 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3127 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3201 <source>Friendly Reminder: </source> 3128 <source>Friendly Reminder: </source>
3202 <target>Freundliche Erinnerung:</target> 3129 <target>Freundliche Erinnerung:</target>
3203 <context-group name="null"> 3130 <context-group name="null">
3204 <context context-type="linenumber">214</context> 3131 <context context-type="linenumber">258</context>
3205 </context-group> 3132 </context-group>
3206 </trans-unit> 3133 </trans-unit>
3207 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3134 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3212,21 +3139,21 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3212 das zum Teilen dieses Videos genutzte System setzt voraus, das einige technische Informationen über dein System (wie die öffentliche IP-Adresse) an andere Peers gesendet werden können. 3139 das zum Teilen dieses Videos genutzte System setzt voraus, das einige technische Informationen über dein System (wie die öffentliche IP-Adresse) an andere Peers gesendet werden können.
3213 </target> 3140 </target>
3214 <context-group name="null"> 3141 <context-group name="null">
3215 <context context-type="linenumber">215</context> 3142 <context context-type="linenumber">259</context>
3216 </context-group> 3143 </context-group>
3217 </trans-unit> 3144 </trans-unit>
3218 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3145 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3219 <source>More information</source> 3146 <source>More information</source>
3220 <target>Weitere Informationen</target> 3147 <target>Weitere Informationen</target>
3221 <context-group name="null"> 3148 <context-group name="null">
3222 <context context-type="linenumber">218</context> 3149 <context context-type="linenumber">262</context>
3223 </context-group> 3150 </context-group>
3224 </trans-unit> 3151 </trans-unit>
3225 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3152 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3226 <source>Get more information</source> 3153 <source>Get more information</source>
3227 <target>Weitere Informationen bekommen</target> 3154 <target>Weitere Informationen bekommen</target>
3228 <context-group name="null"> 3155 <context-group name="null">
3229 <context context-type="linenumber">218</context> 3156 <context context-type="linenumber">262</context>
3230 </context-group> 3157 </context-group>
3231 </trans-unit> 3158 </trans-unit>
3232 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3159 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3237,7 +3164,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3237 OK 3164 OK
3238 </target> 3165 </target>
3239 <context-group name="null"> 3166 <context-group name="null">
3240 <context context-type="linenumber">221</context> 3167 <context context-type="linenumber">265</context>
3241 </context-group> 3168 </context-group>
3242 </trans-unit> 3169 </trans-unit>
3243 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3170 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3853,13 +3780,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3853 <context context-type="linenumber">1</context> 3780 <context context-type="linenumber">1</context>
3854 </context-group> 3781 </context-group>
3855 </trans-unit> 3782 </trans-unit>
3856 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
3857 <source>Create</source>
3858 <target>Erstellen</target>
3859 <context-group name="null">
3860 <context context-type="linenumber">1</context>
3861 </context-group>
3862 </trans-unit>
3863 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 3783 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3864 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 3784 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3865 <target>Videokanal <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> aktualisiert.</target> 3785 <target>Videokanal <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> aktualisiert.</target>
@@ -3951,13 +3871,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
3951 <context context-type="linenumber">1</context> 3871 <context context-type="linenumber">1</context>
3952 </context-group> 3872 </context-group>
3953 </trans-unit> 3873 </trans-unit>
3954 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
3955 <source>My library</source>
3956 <target>Meine Bibliothek</target>
3957 <context-group name="null">
3958 <context context-type="linenumber">1</context>
3959 </context-group>
3960 </trans-unit>
3961 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 3874 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3962 <source>My channels</source> 3875 <source>My channels</source>
3963 <target>Meine Kanäle</target> 3876 <target>Meine Kanäle</target>
@@ -4625,6 +4538,13 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
4625 <context context-type="linenumber">1</context> 4538 <context context-type="linenumber">1</context>
4626 </context-group> 4539 </context-group>
4627 </trans-unit> 4540 </trans-unit>
4541 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
4542 <source>Display name cannot be more than 120 characters long.</source>
4543 <target>Der Anzeigename darf nicht länger als 120 Zeichen lang sein.</target>
4544 <context-group name="null">
4545 <context context-type="linenumber">1</context>
4546 </context-group>
4547 </trans-unit>
4628 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 4548 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4629 <source>Video name is required.</source> 4549 <source>Video name is required.</source>
4630 <target>Bitte gib einen Titel ein.</target> 4550 <target>Bitte gib einen Titel ein.</target>
@@ -5563,13 +5483,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
5563 <context context-type="linenumber">1</context> 5483 <context context-type="linenumber">1</context>
5564 </context-group> 5484 </context-group>
5565 </trans-unit> 5485 </trans-unit>
5566 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
5567 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
5568 <target>Beginne bei <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
5569 <context-group name="null">
5570 <context context-type="linenumber">1</context>
5571 </context-group>
5572 </trans-unit>
5573 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 5486 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
5574 <source>Like the video</source> 5487 <source>Like the video</source>
5575 <target>Das Video gefällt Mir !</target> 5488 <target>Das Video gefällt Mir !</target>
diff --git a/client/src/locale/target/angular_en_GB.xml b/client/src/locale/target/angular_en_GB.xml
index c5784305b..7cea3e041 100644
--- a/client/src/locale/target/angular_en_GB.xml
+++ b/client/src/locale/target/angular_en_GB.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>First</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>First</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Previous</target> 92 <target>Previous</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Next</target> 99 <target>Next</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Last</target> 106 <target>Last</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Decrement hours</target> 141 <target>Decrement hours</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Increment minutes</target> 148 <target>Increment minutes</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minutes</target> 162 <target>Minutes</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Decrement minutes</target> 169 <target>Decrement minutes</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Increment seconds</target> 176 <target>Increment seconds</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Seconds</target> 190 <target>Seconds</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Decrement seconds</target> 197 <target>Decrement seconds</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -231,14 +231,14 @@
231 <source>Unlisted</source> 231 <source>Unlisted</source>
232 <target>Unlisted</target> 232 <target>Unlisted</target>
233 <context-group name="null"> 233 <context-group name="null">
234 <context context-type="linenumber">10</context> 234 <context context-type="linenumber">17</context>
235 </context-group> 235 </context-group>
236 </trans-unit> 236 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 238 <source>Private</source>
239 <target>Private</target> 239 <target>Private</target>
240 <context-group name="null"> 240 <context-group name="null">
241 <context context-type="linenumber">11</context> 241 <context context-type="linenumber">18</context>
242 </context-group> 242 </context-group>
243 </trans-unit> 243 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -248,6 +248,27 @@
248 <context context-type="linenumber">16</context> 248 <context context-type="linenumber">16</context>
249 </context-group> 249 </context-group>
250 </trans-unit> 250 </trans-unit>
251 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
252 <source>Display name</source>
253 <target>Display name</target>
254 <context-group name="null">
255 <context context-type="linenumber">6</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
259 <source>Create</source>
260 <target>Create</target>
261 <context-group name="null">
262 <context context-type="linenumber">73</context>
263 </context-group>
264 </trans-unit>
265 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
266 <source>Save</source>
267 <target>Save</target>
268 <context-group name="null">
269 <context context-type="linenumber">115</context>
270 </context-group>
271 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 272 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
252 <source>Delete</source> 273 <source>Delete</source>
253 <target>Delete</target> 274 <target>Delete</target>
@@ -399,7 +420,7 @@
399 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;"/> 420 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;"/>
400 </target> 421 </target>
401 <context-group name="null"> 422 <context-group name="null">
402 <context context-type="linenumber">14</context> 423 <context context-type="linenumber">28</context>
403 </context-group> 424 </context-group>
404 </trans-unit> 425 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 426 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -527,7 +548,7 @@
527 <source>Login</source> 548 <source>Login</source>
528 <target>Login</target> 549 <target>Login</target>
529 <context-group name="null"> 550 <context-group name="null">
530 <context context-type="linenumber">36</context> 551 <context context-type="linenumber">32</context>
531 </context-group> 552 </context-group>
532 </trans-unit> 553 </trans-unit>
533 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 554 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -637,7 +658,7 @@
637 <source>Signup</source> 658 <source>Signup</source>
638 <target>Signup</target> 659 <target>Signup</target>
639 <context-group name="null"> 660 <context-group name="null">
640 <context context-type="linenumber">78</context> 661 <context context-type="linenumber">87</context>
641 </context-group> 662 </context-group>
642 </trans-unit> 663 </trans-unit>
643 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 664 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -707,7 +728,7 @@
707 <source>Change the language</source> 728 <source>Change the language</source>
708 <target>Change the language</target> 729 <target>Change the language</target>
709 <context-group name="null"> 730 <context-group name="null">
710 <context context-type="linenumber">86</context> 731 <context context-type="linenumber">102</context>
711 </context-group> 732 </context-group>
712 </trans-unit> 733 </trans-unit>
713 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 734 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -721,54 +742,17 @@
721 <context context-type="linenumber">8</context> 742 <context context-type="linenumber">8</context>
722 </context-group> 743 </context-group>
723 </trans-unit> 744 </trans-unit>
724 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
725 <source>
726 My public profile
727 </source>
728 <target>
729 My public profile
730 </target>
731 <context-group name="null">
732 <context context-type="linenumber">16</context>
733 </context-group>
734 </trans-unit>
735 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
736 <source>
737 My account
738 </source>
739 <target>
740 My account
741 </target>
742 <context-group name="null">
743 <context context-type="linenumber">20</context>
744 </context-group>
745 </trans-unit>
746 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
747 <source>
748 My videos
749 </source>
750 <target>
751 My videos
752 </target>
753 <context-group name="null">
754 <context context-type="linenumber">24</context>
755 </context-group>
756 </trans-unit>
757 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
758 <source>
759 Log out
760 </source>
761 <target>
762 Log out
763 </target>
764 <context-group name="null">
765 <context context-type="linenumber">28</context>
766 </context-group>
767 </trans-unit>
768 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 745 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
769 <source>Create an account</source> 746 <source>Create an account</source>
770 <target>Create an account</target> 747 <target>Create an account</target>
771 <context-group name="null"> 748 <context-group name="null">
749 <context context-type="linenumber">33</context>
750 </context-group>
751 </trans-unit>
752 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
753 <source>My library</source>
754 <target>My library</target>
755 <context-group name="null">
772 <context context-type="linenumber">37</context> 756 <context context-type="linenumber">37</context>
773 </context-group> 757 </context-group>
774 </trans-unit> 758 </trans-unit>
@@ -783,70 +767,70 @@
783 <source>Subscriptions</source> 767 <source>Subscriptions</source>
784 <target>Subscriptions</target> 768 <target>Subscriptions</target>
785 <context-group name="null"> 769 <context-group name="null">
786 <context context-type="linenumber">45</context> 770 <context context-type="linenumber">51</context>
787 </context-group> 771 </context-group>
788 </trans-unit> 772 </trans-unit>
789 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 773 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
790 <source>Overview</source> 774 <source>Overview</source>
791 <target>Overview</target> 775 <target>Overview</target>
792 <context-group name="null"> 776 <context-group name="null">
793 <context context-type="linenumber">50</context> 777 <context context-type="linenumber">66</context>
794 </context-group> 778 </context-group>
795 </trans-unit> 779 </trans-unit>
796 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 780 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
797 <source>Trending</source> 781 <source>Trending</source>
798 <target>Trending</target> 782 <target>Trending</target>
799 <context-group name="null"> 783 <context-group name="null">
800 <context context-type="linenumber">55</context> 784 <context context-type="linenumber">71</context>
801 </context-group> 785 </context-group>
802 </trans-unit> 786 </trans-unit>
803 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 787 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
804 <source>Recently added</source> 788 <source>Recently added</source>
805 <target>Recently added</target> 789 <target>Recently added</target>
806 <context-group name="null"> 790 <context-group name="null">
807 <context context-type="linenumber">60</context> 791 <context context-type="linenumber">76</context>
808 </context-group> 792 </context-group>
809 </trans-unit> 793 </trans-unit>
810 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 794 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
811 <source>Local</source> 795 <source>Local</source>
812 <target>Local</target> 796 <target>Local</target>
813 <context-group name="null"> 797 <context-group name="null">
814 <context context-type="linenumber">65</context> 798 <context context-type="linenumber">81</context>
815 </context-group> 799 </context-group>
816 </trans-unit> 800 </trans-unit>
817 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 801 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
818 <source>More</source> 802 <source>More</source>
819 <target>More</target> 803 <target>More</target>
820 <context-group name="null"> 804 <context-group name="null">
821 <context context-type="linenumber">70</context> 805 <context context-type="linenumber">86</context>
822 </context-group> 806 </context-group>
823 </trans-unit> 807 </trans-unit>
824 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 808 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
825 <source>Administration</source> 809 <source>Administration</source>
826 <target>Administration</target> 810 <target>Administration</target>
827 <context-group name="null"> 811 <context-group name="null">
828 <context context-type="linenumber">74</context> 812 <context context-type="linenumber">90</context>
829 </context-group> 813 </context-group>
830 </trans-unit> 814 </trans-unit>
831 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 815 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
832 <source>About</source> 816 <source>About</source>
833 <target>About</target> 817 <target>About</target>
834 <context-group name="null"> 818 <context-group name="null">
835 <context context-type="linenumber">25</context> 819 <context context-type="linenumber">26</context>
836 </context-group> 820 </context-group>
837 </trans-unit> 821 </trans-unit>
838 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 822 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
839 <source>Show keyboard shortcuts</source> 823 <source>Show keyboard shortcuts</source>
840 <target>Show keyboard shortcuts</target> 824 <target>Show keyboard shortcuts</target>
841 <context-group name="null"> 825 <context-group name="null">
842 <context context-type="linenumber">89</context> 826 <context context-type="linenumber">105</context>
843 </context-group> 827 </context-group>
844 </trans-unit> 828 </trans-unit>
845 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 829 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
846 <source>Toggle dark interface</source> 830 <source>Toggle dark interface</source>
847 <target>Toggle dark interface</target> 831 <target>Toggle dark interface</target>
848 <context-group name="null"> 832 <context-group name="null">
849 <context context-type="linenumber">92</context> 833 <context context-type="linenumber">108</context>
850 </context-group> 834 </context-group>
851 </trans-unit> 835 </trans-unit>
852 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 836 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -867,14 +851,14 @@
867 <source>Update your notification preferences</source> 851 <source>Update your notification preferences</source>
868 <target>Update your notification preferences</target> 852 <target>Update your notification preferences</target>
869 <context-group name="null"> 853 <context-group name="null">
870 <context context-type="linenumber">15</context> 854 <context context-type="linenumber">16</context>
871 </context-group> 855 </context-group>
872 </trans-unit> 856 </trans-unit>
873 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 857 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
874 <source>See all your notifications</source> 858 <source>See all your notifications</source>
875 <target>See all your notifications</target> 859 <target>See all your notifications</target>
876 <context-group name="null"> 860 <context-group name="null">
877 <context context-type="linenumber">22</context> 861 <context context-type="linenumber">30</context>
878 </context-group> 862 </context-group>
879 </trans-unit> 863 </trans-unit>
880 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 864 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -905,6 +889,27 @@
905 <context context-type="linenumber">15</context> 889 <context context-type="linenumber">15</context>
906 </context-group> 890 </context-group>
907 </trans-unit> 891 </trans-unit>
892 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
893 <source>Original publication year</source>
894 <target>Original publication year</target>
895 <context-group name="null">
896 <context context-type="linenumber">24</context>
897 </context-group>
898 </trans-unit>
899 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
900 <source>After...</source>
901 <target>After...</target>
902 <context-group name="null">
903 <context context-type="linenumber">30</context>
904 </context-group>
905 </trans-unit>
906 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
907 <source>Before...</source>
908 <target>Before...</target>
909 <context-group name="null">
910 <context context-type="linenumber">37</context>
911 </context-group>
912 </trans-unit>
908 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 913 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
909 <source>Duration</source> 914 <source>Duration</source>
910 <target>Duration</target> 915 <target>Duration</target>
@@ -937,21 +942,21 @@
937 <source>Category</source> 942 <source>Category</source>
938 <target>Category</target> 943 <target>Category</target>
939 <context-group name="null"> 944 <context-group name="null">
940 <context context-type="linenumber">170</context> 945 <context context-type="linenumber">215</context>
941 </context-group> 946 </context-group>
942 </trans-unit> 947 </trans-unit>
943 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 948 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
944 <source>Licence</source> 949 <source>Licence</source>
945 <target>Licence</target> 950 <target>Licence</target>
946 <context-group name="null"> 951 <context-group name="null">
947 <context context-type="linenumber">179</context> 952 <context context-type="linenumber">224</context>
948 </context-group> 953 </context-group>
949 </trans-unit> 954 </trans-unit>
950 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 955 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
951 <source>Language</source> 956 <source>Language</source>
952 <target>Language</target> 957 <target>Language</target>
953 <context-group name="null"> 958 <context-group name="null">
954 <context context-type="linenumber">188</context> 959 <context context-type="linenumber">233</context>
955 </context-group> 960 </context-group>
956 </trans-unit> 961 </trans-unit>
957 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 962 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1118,46 +1123,6 @@
1118 <context context-type="linenumber">39</context> 1123 <context context-type="linenumber">39</context>
1119 </context-group> 1124 </context-group>
1120 </trans-unit> 1125 </trans-unit>
1121 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1122 <source>User registration is allowed and</source>
1123 <target>User registration is allowed and</target>
1124 <context-group name="null">
1125 <context context-type="linenumber">29</context>
1126 </context-group>
1127 </trans-unit>
1128 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1129 <source>
1130 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1131 </source>
1132 <target>
1133 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1134 </target>
1135 <context-group name="null">
1136 <context context-type="linenumber">31</context>
1137 </context-group>
1138 </trans-unit>
1139 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1140 <source>
1141 this instance provides unlimited space for the videos of its users.
1142 </source>
1143 <target>
1144 this instance provides unlimited space for the videos of its users.
1145 </target>
1146 <context-group name="null">
1147 <context context-type="linenumber">35</context>
1148 </context-group>
1149 </trans-unit>
1150 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1151 <source>
1152 User registration is currently not allowed.
1153 </source>
1154 <target>
1155 User registration is currently not allowed.
1156 </target>
1157 <context-group name="null">
1158 <context context-type="linenumber">40</context>
1159 </context-group>
1160 </trans-unit>
1161 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1126 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1162 <source> 1127 <source>
1163 About PeerTube 1128 About PeerTube
@@ -1519,42 +1484,42 @@
1519 <source>Default client route</source> 1484 <source>Default client route</source>
1520 <target>Default client route</target> 1485 <target>Default client route</target>
1521 <context-group name="null"> 1486 <context-group name="null">
1522 <context context-type="linenumber">48</context> 1487 <context context-type="linenumber">57</context>
1523 </context-group> 1488 </context-group>
1524 </trans-unit> 1489 </trans-unit>
1525 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1490 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1526 <source>Videos Overview</source> 1491 <source>Videos Overview</source>
1527 <target>Videos Overview</target> 1492 <target>Videos Overview</target>
1528 <context-group name="null"> 1493 <context-group name="null">
1529 <context context-type="linenumber">51</context> 1494 <context context-type="linenumber">60</context>
1530 </context-group> 1495 </context-group>
1531 </trans-unit> 1496 </trans-unit>
1532 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1497 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1533 <source>Videos Trending</source> 1498 <source>Videos Trending</source>
1534 <target>Videos Trending</target> 1499 <target>Videos Trending</target>
1535 <context-group name="null"> 1500 <context-group name="null">
1536 <context context-type="linenumber">52</context> 1501 <context context-type="linenumber">61</context>
1537 </context-group> 1502 </context-group>
1538 </trans-unit> 1503 </trans-unit>
1539 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1504 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1540 <source>Videos Recently Added</source> 1505 <source>Videos Recently Added</source>
1541 <target>Videos Recently Added</target> 1506 <target>Videos Recently Added</target>
1542 <context-group name="null"> 1507 <context-group name="null">
1543 <context context-type="linenumber">53</context> 1508 <context context-type="linenumber">62</context>
1544 </context-group> 1509 </context-group>
1545 </trans-unit> 1510 </trans-unit>
1546 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1511 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1547 <source>Local videos</source> 1512 <source>Local videos</source>
1548 <target>Local videos</target> 1513 <target>Local videos</target>
1549 <context-group name="null"> 1514 <context-group name="null">
1550 <context context-type="linenumber">54</context> 1515 <context context-type="linenumber">63</context>
1551 </context-group> 1516 </context-group>
1552 </trans-unit> 1517 </trans-unit>
1553 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1518 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1554 <source>Policy on videos containing sensitive content</source> 1519 <source>Policy on videos containing sensitive content</source>
1555 <target>Policy on videos containing sensitive content</target> 1520 <target>Policy on videos containing sensitive content</target>
1556 <context-group name="null"> 1521 <context-group name="null">
1557 <context context-type="linenumber">61</context> 1522 <context context-type="linenumber">70</context>
1558 </context-group> 1523 </context-group>
1559 </trans-unit> 1524 </trans-unit>
1560 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1525 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1589,42 +1554,42 @@
1589 <source>Signup enabled</source> 1554 <source>Signup enabled</source>
1590 <target>Signup enabled</target> 1555 <target>Signup enabled</target>
1591 <context-group name="null"> 1556 <context-group name="null">
1592 <context context-type="linenumber">84</context> 1557 <context context-type="linenumber">93</context>
1593 </context-group> 1558 </context-group>
1594 </trans-unit> 1559 </trans-unit>
1595 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1560 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1596 <source>Signup requires email verification</source> 1561 <source>Signup requires email verification</source>
1597 <target>Signup requires email verification</target> 1562 <target>Signup requires email verification</target>
1598 <context-group name="null"> 1563 <context-group name="null">
1599 <context context-type="linenumber">91</context> 1564 <context context-type="linenumber">100</context>
1600 </context-group> 1565 </context-group>
1601 </trans-unit> 1566 </trans-unit>
1602 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1567 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1603 <source>Signup limit</source> 1568 <source>Signup limit</source>
1604 <target>Signup limit</target> 1569 <target>Signup limit</target>
1605 <context-group name="null"> 1570 <context-group name="null">
1606 <context context-type="linenumber">96</context> 1571 <context context-type="linenumber">105</context>
1607 </context-group> 1572 </context-group>
1608 </trans-unit> 1573 </trans-unit>
1609 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1574 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1610 <source>Users</source> 1575 <source>Users</source>
1611 <target>Users</target> 1576 <target>Users</target>
1612 <context-group name="null"> 1577 <context-group name="null">
1613 <context context-type="linenumber">105</context> 1578 <context context-type="linenumber">114</context>
1614 </context-group> 1579 </context-group>
1615 </trans-unit> 1580 </trans-unit>
1616 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1581 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1617 <source>User default video quota</source> 1582 <source>User default video quota</source>
1618 <target>User default video quota</target> 1583 <target>User default video quota</target>
1619 <context-group name="null"> 1584 <context-group name="null">
1620 <context context-type="linenumber">109</context> 1585 <context context-type="linenumber">118</context>
1621 </context-group> 1586 </context-group>
1622 </trans-unit> 1587 </trans-unit>
1623 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1588 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1624 <source>User default daily upload limit</source> 1589 <source>User default daily upload limit</source>
1625 <target>User default daily upload limit</target> 1590 <target>User default daily upload limit</target>
1626 <context-group name="null"> 1591 <context-group name="null">
1627 <context context-type="linenumber">121</context> 1592 <context context-type="linenumber">130</context>
1628 </context-group> 1593 </context-group>
1629 </trans-unit> 1594 </trans-unit>
1630 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1595 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1638,35 +1603,35 @@
1638 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1603 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1639 <target>Video import with HTTP URL (i.e. YouTube) enabled</target> 1604 <target>Video import with HTTP URL (i.e. YouTube) enabled</target>
1640 <context-group name="null"> 1605 <context-group name="null">
1641 <context context-type="linenumber">141</context> 1606 <context context-type="linenumber">150</context>
1642 </context-group> 1607 </context-group>
1643 </trans-unit> 1608 </trans-unit>
1644 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1609 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1645 <source>Video import with a torrent file or a magnet URI enabled</source> 1610 <source>Video import with a torrent file or a magnet URI enabled</source>
1646 <target>Video import with a torrent file or a magnet URI enabled</target> 1611 <target>Video import with a torrent file or a magnet URI enabled</target>
1647 <context-group name="null"> 1612 <context-group name="null">
1648 <context context-type="linenumber">148</context> 1613 <context context-type="linenumber">157</context>
1649 </context-group> 1614 </context-group>
1650 </trans-unit> 1615 </trans-unit>
1651 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1616 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1652 <source>Administrator</source> 1617 <source>Administrator</source>
1653 <target>Administrator</target> 1618 <target>Administrator</target>
1654 <context-group name="null"> 1619 <context-group name="null">
1655 <context context-type="linenumber">155</context> 1620 <context context-type="linenumber">181</context>
1656 </context-group> 1621 </context-group>
1657 </trans-unit> 1622 </trans-unit>
1658 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1623 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1659 <source>Admin email</source> 1624 <source>Admin email</source>
1660 <target>Admin email</target> 1625 <target>Admin email</target>
1661 <context-group name="null"> 1626 <context-group name="null">
1662 <context context-type="linenumber">158</context> 1627 <context context-type="linenumber">184</context>
1663 </context-group> 1628 </context-group>
1664 </trans-unit> 1629 </trans-unit>
1665 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1630 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1666 <source>Enable contact form</source> 1631 <source>Enable contact form</source>
1667 <target>Enable contact form</target> 1632 <target>Enable contact form</target>
1668 <context-group name="null"> 1633 <context-group name="null">
1669 <context context-type="linenumber">169</context> 1634 <context context-type="linenumber">195</context>
1670 </context-group> 1635 </context-group>
1671 </trans-unit> 1636 </trans-unit>
1672 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1637 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1680,28 +1645,28 @@
1680 <source>Twitter</source> 1645 <source>Twitter</source>
1681 <target>Twitter</target> 1646 <target>Twitter</target>
1682 <context-group name="null"> 1647 <context-group name="null">
1683 <context context-type="linenumber">178</context> 1648 <context context-type="linenumber">204</context>
1684 </context-group> 1649 </context-group>
1685 </trans-unit> 1650 </trans-unit>
1686 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1651 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1687 <source>Your Twitter username</source> 1652 <source>Your Twitter username</source>
1688 <target>Your Twitter username</target> 1653 <target>Your Twitter username</target>
1689 <context-group name="null"> 1654 <context-group name="null">
1690 <context context-type="linenumber">184</context> 1655 <context context-type="linenumber">210</context>
1691 </context-group> 1656 </context-group>
1692 </trans-unit> 1657 </trans-unit>
1693 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1658 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1694 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1659 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1695 <target>Indicates the Twitter account for the website or platform on which the content was published.</target> 1660 <target>Indicates the Twitter account for the website or platform on which the content was published.</target>
1696 <context-group name="null"> 1661 <context-group name="null">
1697 <context context-type="linenumber">187</context> 1662 <context context-type="linenumber">213</context>
1698 </context-group> 1663 </context-group>
1699 </trans-unit> 1664 </trans-unit>
1700 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1665 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1701 <source>Instance whitelisted by Twitter</source> 1666 <source>Instance whitelisted by Twitter</source>
1702 <target>Instance whitelisted by Twitter</target> 1667 <target>Instance whitelisted by Twitter</target>
1703 <context-group name="null"> 1668 <context-group name="null">
1704 <context context-type="linenumber">199</context> 1669 <context context-type="linenumber">225</context>
1705 </context-group> 1670 </context-group>
1706 </trans-unit> 1671 </trans-unit>
1707 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1672 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1712,63 +1677,63 @@
1712 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt; 1677 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1713 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</target> 1678 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</target>
1714 <context-group name="null"> 1679 <context-group name="null">
1715 <context context-type="linenumber">200</context> 1680 <context context-type="linenumber">226</context>
1716 </context-group> 1681 </context-group>
1717 </trans-unit> 1682 </trans-unit>
1718 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1683 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1719 <source>Services</source> 1684 <source>Services</source>
1720 <target>Services</target> 1685 <target>Services</target>
1721 <context-group name="null"> 1686 <context-group name="null">
1722 <context context-type="linenumber">176</context> 1687 <context context-type="linenumber">202</context>
1723 </context-group> 1688 </context-group>
1724 </trans-unit> 1689 </trans-unit>
1725 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1690 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1726 <source>Transcoding</source> 1691 <source>Transcoding</source>
1727 <target>Transcoding</target> 1692 <target>Transcoding</target>
1728 <context-group name="null"> 1693 <context-group name="null">
1729 <context context-type="linenumber">215</context> 1694 <context context-type="linenumber">241</context>
1730 </context-group> 1695 </context-group>
1731 </trans-unit> 1696 </trans-unit>
1732 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1697 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1733 <source>Transcoding enabled</source> 1698 <source>Transcoding enabled</source>
1734 <target>Transcoding enabled</target> 1699 <target>Transcoding enabled</target>
1735 <context-group name="null"> 1700 <context-group name="null">
1736 <context context-type="linenumber">221</context> 1701 <context context-type="linenumber">247</context>
1737 </context-group> 1702 </context-group>
1738 </trans-unit> 1703 </trans-unit>
1739 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1704 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1740 <source>If you disable transcoding, many videos from your users will not work!</source> 1705 <source>If you disable transcoding, many videos from your users will not work!</source>
1741 <target>If you disable transcoding, many videos from your users will not work!</target> 1706 <target>If you disable transcoding, many videos from your users will not work!</target>
1742 <context-group name="null"> 1707 <context-group name="null">
1743 <context context-type="linenumber">222</context> 1708 <context context-type="linenumber">248</context>
1744 </context-group> 1709 </context-group>
1745 </trans-unit> 1710 </trans-unit>
1746 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 1711 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1747 <source>Allow additional extensions</source> 1712 <source>Allow additional extensions</source>
1748 <target>Allow additional extensions</target> 1713 <target>Allow additional extensions</target>
1749 <context-group name="null"> 1714 <context-group name="null">
1750 <context context-type="linenumber">231</context> 1715 <context context-type="linenumber">257</context>
1751 </context-group> 1716 </context-group>
1752 </trans-unit> 1717 </trans-unit>
1753 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 1718 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1754 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 1719 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1755 <target>Allow your users to upload .mkv, .mov, .avi, .flv videos</target> 1720 <target>Allow your users to upload .mkv, .mov, .avi, .flv videos</target>
1756 <context-group name="null"> 1721 <context-group name="null">
1757 <context context-type="linenumber">232</context> 1722 <context context-type="linenumber">258</context>
1758 </context-group> 1723 </context-group>
1759 </trans-unit> 1724 </trans-unit>
1760 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1725 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1761 <source>Transcoding threads</source> 1726 <source>Transcoding threads</source>
1762 <target>Transcoding threads</target> 1727 <target>Transcoding threads</target>
1763 <context-group name="null"> 1728 <context-group name="null">
1764 <context context-type="linenumber">237</context> 1729 <context context-type="linenumber">263</context>
1765 </context-group> 1730 </context-group>
1766 </trans-unit> 1731 </trans-unit>
1767 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1732 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1768 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1733 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1769 <target>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</target> 1734 <target>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</target>
1770 <context-group name="null"> 1735 <context-group name="null">
1771 <context context-type="linenumber">252</context> 1736 <context context-type="linenumber">278</context>
1772 </context-group> 1737 </context-group>
1773 </trans-unit> 1738 </trans-unit>
1774 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1739 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1783,105 +1748,70 @@
1783 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1748 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1784 </target> 1749 </target>
1785 <context-group name="null"> 1750 <context-group name="null">
1786 <context context-type="linenumber">260</context> 1751 <context context-type="linenumber">286</context>
1787 </context-group> 1752 </context-group>
1788 </trans-unit> 1753 </trans-unit>
1789 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1754 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1790 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1755 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1791 <target>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 1756 <target>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
1792 <context-group name="null"> 1757 <context-group name="null">
1793 <context context-type="linenumber">265</context> 1758 <context context-type="linenumber">291</context>
1794 </context-group> 1759 </context-group>
1795 </trans-unit> 1760 </trans-unit>
1796 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1761 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1797 <source>Previews cache size</source> 1762 <source>Previews cache size</source>
1798 <target>Previews cache size</target> 1763 <target>Previews cache size</target>
1799 <context-group name="null"> 1764 <context-group name="null">
1800 <context context-type="linenumber">271</context> 1765 <context context-type="linenumber">297</context>
1801 </context-group> 1766 </context-group>
1802 </trans-unit> 1767 </trans-unit>
1803 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1768 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1804 <source>Video captions cache size</source> 1769 <source>Video captions cache size</source>
1805 <target>Video captions cache size</target> 1770 <target>Video captions cache size</target>
1806 <context-group name="null"> 1771 <context-group name="null">
1807 <context context-type="linenumber">280</context> 1772 <context context-type="linenumber">306</context>
1808 </context-group> 1773 </context-group>
1809 </trans-unit> 1774 </trans-unit>
1810 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1775 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1811 <source>Customizations</source> 1776 <source>Customizations</source>
1812 <target>Customisations</target> 1777 <target>Customisations</target>
1813 <context-group name="null"> 1778 <context-group name="null">
1814 <context context-type="linenumber">289</context> 1779 <context context-type="linenumber">315</context>
1815 </context-group> 1780 </context-group>
1816 </trans-unit> 1781 </trans-unit>
1817 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1782 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1818 <source>JavaScript</source> 1783 <source>JavaScript</source>
1819 <target>JavaScript</target> 1784 <target>JavaScript</target>
1820 <context-group name="null"> 1785 <context-group name="null">
1821 <context context-type="linenumber">294</context> 1786 <context context-type="linenumber">320</context>
1822 </context-group> 1787 </context-group>
1823 </trans-unit> 1788 </trans-unit>
1824 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1789 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1825 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1790 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1826 <target>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</target> 1791 <target>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</target>
1827 <context-group name="null"> 1792 <context-group name="null">
1828 <context context-type="linenumber">297</context> 1793 <context context-type="linenumber">323</context>
1829 </context-group>
1830 </trans-unit>
1831 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde">
1832 <source>
1833 Write directly CSS code. Example:&lt;br /&gt;
1834 &lt;pre&gt;
1835 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1836 background-color: red;
1837 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1838 &lt;/pre&gt;
1839
1840 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1841 &lt;pre&gt;
1842 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1843 color: red;
1844 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1845 &lt;/pre&gt;
1846 </source>
1847 <target>
1848 Write directly CSS code. Example:&lt;br /&gt;
1849 &lt;pre&gt;
1850 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1851 background-color: red;
1852 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1853 &lt;/pre&gt;
1854
1855 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1856 &lt;pre&gt;
1857 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1858 color: red;
1859 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1860 &lt;/pre&gt;
1861 </target>
1862 <context-group name="null">
1863 <context context-type="linenumber">311</context>
1864 </context-group> 1794 </context-group>
1865 </trans-unit> 1795 </trans-unit>
1866 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1796 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1867 <source>Advanced configuration</source> 1797 <source>Advanced configuration</source>
1868 <target>Advanced configuration</target> 1798 <target>Advanced configuration</target>
1869 <context-group name="null"> 1799 <context-group name="null">
1870 <context context-type="linenumber">212</context> 1800 <context context-type="linenumber">238</context>
1871 </context-group> 1801 </context-group>
1872 </trans-unit> 1802 </trans-unit>
1873 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1803 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1874 <source>Update configuration</source> 1804 <source>Update configuration</source>
1875 <target>Update configuration</target> 1805 <target>Update configuration</target>
1876 <context-group name="null"> 1806 <context-group name="null">
1877 <context context-type="linenumber">340</context> 1807 <context context-type="linenumber">366</context>
1878 </context-group> 1808 </context-group>
1879 </trans-unit> 1809 </trans-unit>
1880 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1810 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1881 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1811 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1882 <target>It seems the configuration is invalid. Please search potential errors in the different tabs.</target> 1812 <target>It seems the configuration is invalid. Please search potential errors in the different tabs.</target>
1883 <context-group name="null"> 1813 <context-group name="null">
1884 <context context-type="linenumber">341</context> 1814 <context context-type="linenumber">367</context>
1885 </context-group> 1815 </context-group>
1886 </trans-unit> 1816 </trans-unit>
1887 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1817 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -2138,6 +2068,48 @@
2138 <context context-type="linenumber">72</context> 2068 <context context-type="linenumber">72</context>
2139 </context-group> 2069 </context-group>
2140 </trans-unit> 2070 </trans-unit>
2071 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2072 <source>Danger Zone</source>
2073 <target>Danger Zone!</target>
2074 <context-group name="null">
2075 <context context-type="linenumber">86</context>
2076 </context-group>
2077 </trans-unit>
2078 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2079 <source>Send a link to reset the password by email to the user</source>
2080 <target>Send a link by e-mail to reset the user password</target>
2081 <context-group name="null">
2082 <context context-type="linenumber">89</context>
2083 </context-group>
2084 </trans-unit>
2085 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2086 <source>Ask for new password</source>
2087 <target>Ask for a new password</target>
2088 <context-group name="null">
2089 <context context-type="linenumber">90</context>
2090 </context-group>
2091 </trans-unit>
2092 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2093 <source>Manually set the user password</source>
2094 <target>Manually set the user password</target>
2095 <context-group name="null">
2096 <context context-type="linenumber">94</context>
2097 </context-group>
2098 </trans-unit>
2099 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2100 <source>Show</source>
2101 <target>Show</target>
2102 <context-group name="null">
2103 <context context-type="linenumber">10</context>
2104 </context-group>
2105 </trans-unit>
2106 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2107 <source>Hide</source>
2108 <target>Hide</target>
2109 <context-group name="null">
2110 <context context-type="linenumber">11</context>
2111 </context-group>
2112 </trans-unit>
2141 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2113 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2142 <source>Users list</source> 2114 <source>Users list</source>
2143 <target>Users list</target> 2115 <target>Users list</target>
@@ -2170,7 +2142,7 @@
2170 <source>Go to the account page</source> 2142 <source>Go to the account page</source>
2171 <target>Go to the account page</target> 2143 <target>Go to the account page</target>
2172 <context-group name="null"> 2144 <context-group name="null">
2173 <context context-type="linenumber">134</context> 2145 <context context-type="linenumber">179</context>
2174 </context-group> 2146 </context-group>
2175 </trans-unit> 2147 </trans-unit>
2176 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2148 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2310,6 +2282,13 @@
2310 <context context-type="linenumber">43</context> 2282 <context context-type="linenumber">43</context>
2311 </context-group> 2283 </context-group>
2312 </trans-unit> 2284 </trans-unit>
2285 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2286 <source>Unblacklist</source>
2287 <target>Unblacklist</target>
2288 <context-group name="null">
2289 <context context-type="linenumber">146</context>
2290 </context-group>
2291 </trans-unit>
2313 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2292 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2314 <source>Moderation</source> 2293 <source>Moderation</source>
2315 <target>Moderation</target> 2294 <target>Moderation</target>
@@ -2324,13 +2303,6 @@
2324 <context context-type="linenumber">5</context> 2303 <context context-type="linenumber">5</context>
2325 </context-group> 2304 </context-group>
2326 </trans-unit> 2305 </trans-unit>
2327 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2328 <source>Blacklisted videos</source>
2329 <target>Blacklisted videos</target>
2330 <context-group name="null">
2331 <context context-type="linenumber">7</context>
2332 </context-group>
2333 </trans-unit>
2334 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2306 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2335 <source>Muted accounts</source> 2307 <source>Muted accounts</source>
2336 <target>Muted accounts</target> 2308 <target>Muted accounts</target>
@@ -2342,7 +2314,7 @@
2342 <source>Muted servers</source> 2314 <source>Muted servers</source>
2343 <target>Muted servers</target> 2315 <target>Muted servers</target>
2344 <context-group name="null"> 2316 <context-group name="null">
2345 <context context-type="linenumber">11</context> 2317 <context context-type="linenumber">13</context>
2346 </context-group> 2318 </context-group>
2347 </trans-unit> 2319 </trans-unit>
2348 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2320 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2398,7 +2370,7 @@
2398 <source>Change ownership</source> 2370 <source>Change ownership</source>
2399 <target>Change ownership</target> 2371 <target>Change ownership</target>
2400 <context-group name="null"> 2372 <context-group name="null">
2401 <context context-type="linenumber">46</context> 2373 <context context-type="linenumber">40</context>
2402 </context-group> 2374 </context-group>
2403 </trans-unit> 2375 </trans-unit>
2404 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2376 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2423,32 +2395,14 @@
2423 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2395 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2424 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 2396 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
2425 <context-group name="null"> 2397 <context-group name="null">
2426 <context context-type="linenumber">19</context> 2398 <context context-type="linenumber">13</context>
2427 </context-group> 2399 </context-group>
2428 </trans-unit> 2400 </trans-unit>
2429 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2401 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2430 <source>Blacklisted</source> 2402 <source>Blacklisted</source>
2431 <target>Blacklisted</target> 2403 <target>Blacklisted</target>
2432 <context-group name="null"> 2404 <context-group name="null">
2433 <context context-type="linenumber">22</context> 2405 <context context-type="linenumber">16</context>
2434 </context-group>
2435 </trans-unit>
2436 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2437 <source>
2438 Cancel
2439 </source>
2440 <target>
2441 Cancel
2442 </target>
2443 <context-group name="null">
2444 <context context-type="linenumber">30</context>
2445 </context-group>
2446 </trans-unit>
2447 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2448 <source>Create another video channel</source>
2449 <target>Create another video channel</target>
2450 <context-group name="null">
2451 <context context-type="linenumber">4</context>
2452 </context-group> 2406 </context-group>
2453 </trans-unit> 2407 </trans-unit>
2454 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2408 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2472,13 +2426,6 @@
2472 <context context-type="linenumber">15</context> 2426 <context context-type="linenumber">15</context>
2473 </context-group> 2427 </context-group>
2474 </trans-unit> 2428 </trans-unit>
2475 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2476 <source>Display name</source>
2477 <target>Display name</target>
2478 <context-group name="null">
2479 <context context-type="linenumber">6</context>
2480 </context-group>
2481 </trans-unit>
2482 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2429 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2483 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2430 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2484When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2431When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2592,18 +2539,11 @@ When you will upload a video in this channel, the video support field will be au
2592 <context context-type="linenumber">4</context> 2539 <context context-type="linenumber">4</context>
2593 </context-group> 2540 </context-group>
2594 </trans-unit> 2541 </trans-unit>
2595 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123">
2596 <source>Delete history</source>
2597 <target>Delete history</target>
2598 <context-group name="null">
2599 <context context-type="linenumber">8</context>
2600 </context-group>
2601 </trans-unit>
2602 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 2542 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2603 <source>You don't have videos history yet.</source> 2543 <source>You don't have videos history yet.</source>
2604 <target>You don't have videos history yet.</target> 2544 <target>You don't have videos history yet.</target>
2605 <context-group name="null"> 2545 <context-group name="null">
2606 <context context-type="linenumber">13</context> 2546 <context context-type="linenumber">14</context>
2607 </context-group> 2547 </context-group>
2608 </trans-unit> 2548 </trans-unit>
2609 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 2549 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
@@ -2613,6 +2553,27 @@ When you will upload a video in this channel, the video support field will be au
2613 <context context-type="linenumber">22</context> 2553 <context context-type="linenumber">22</context>
2614 </context-group> 2554 </context-group>
2615 </trans-unit> 2555 </trans-unit>
2556 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2557 <source>Privacy</source>
2558 <target>Privacy</target>
2559 <context-group name="null">
2560 <context context-type="linenumber">205</context>
2561 </context-group>
2562 </trans-unit>
2563 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2564 <source>Channel</source>
2565 <target>Channel</target>
2566 <context-group name="null">
2567 <context context-type="linenumber">39</context>
2568 </context-group>
2569 </trans-unit>
2570 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2571 <source>Upload thumbnail</source>
2572 <target>Upload thumbnail</target>
2573 <context-group name="null">
2574 <context context-type="linenumber">192</context>
2575 </context-group>
2576 </trans-unit>
2616 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2577 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2617 <source>Change password</source> 2578 <source>Change password</source>
2618 <target>Change password</target> 2579 <target>Change password</target>
@@ -2662,13 +2623,6 @@ When you will upload a video in this channel, the video support field will be au
2662 <context context-type="linenumber">28</context> 2623 <context context-type="linenumber">28</context>
2663 </context-group> 2624 </context-group>
2664 </trans-unit> 2625 </trans-unit>
2665 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2666 <source>Save</source>
2667 <target>Save</target>
2668 <context-group name="null">
2669 <context context-type="linenumber">32</context>
2670 </context-group>
2671 </trans-unit>
2672 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2626 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2673 <source>Update my profile</source> 2627 <source>Update my profile</source>
2674 <target>Update my profile</target> 2628 <target>Update my profile</target>
@@ -2808,7 +2762,7 @@ When you will upload a video in this channel, the video support field will be au
2808 <source>URL</source> 2762 <source>URL</source>
2809 <target>URL</target> 2763 <target>URL</target>
2810 <context-group name="null"> 2764 <context-group name="null">
2811 <context context-type="linenumber">17</context> 2765 <context context-type="linenumber">25</context>
2812 </context-group> 2766 </context-group>
2813 </trans-unit> 2767 </trans-unit>
2814 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2768 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2818,20 +2772,6 @@ When you will upload a video in this channel, the video support field will be au
2818 <context context-type="linenumber">9</context> 2772 <context context-type="linenumber">9</context>
2819 </context-group> 2773 </context-group>
2820 </trans-unit> 2774 </trans-unit>
2821 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2822 <source>Channel</source>
2823 <target>Channel</target>
2824 <context-group name="null">
2825 <context context-type="linenumber">39</context>
2826 </context-group>
2827 </trans-unit>
2828 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2829 <source>Privacy</source>
2830 <target>Privacy</target>
2831 <context-group name="null">
2832 <context context-type="linenumber">160</context>
2833 </context-group>
2834 </trans-unit>
2835 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 2775 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2836 <source>Sorry, but something went wrong</source> 2776 <source>Sorry, but something went wrong</source>
2837 <target>Sorry, but something went wrong</target> 2777 <target>Sorry, but something went wrong</target>
@@ -2854,7 +2794,7 @@ When you will upload a video in this channel, the video support field will be au
2854 <source>Update</source> 2794 <source>Update</source>
2855 <target>Update</target> 2795 <target>Update</target>
2856 <context-group name="null"> 2796 <context-group name="null">
2857 <context context-type="linenumber">93</context> 2797 <context context-type="linenumber">138</context>
2858 </context-group> 2798 </context-group>
2859 </trans-unit> 2799 </trans-unit>
2860 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2800 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -3013,7 +2953,7 @@ When you will upload a video in this channel, the video support field will be au
3013 <source>Tags</source> 2953 <source>Tags</source>
3014 <target>Tags</target> 2954 <target>Tags</target>
3015 <context-group name="null"> 2955 <context-group name="null">
3016 <context context-type="linenumber">197</context> 2956 <context context-type="linenumber">242</context>
3017 </context-group> 2957 </context-group>
3018 </trans-unit> 2958 </trans-unit>
3019 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2959 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -3153,13 +3093,6 @@ When you will upload a video in this channel, the video support field will be au
3153 <context context-type="linenumber">135</context> 3093 <context context-type="linenumber">135</context>
3154 </context-group> 3094 </context-group>
3155 </trans-unit> 3095 </trans-unit>
3156 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3157 <source>Upload thumbnail</source>
3158 <target>Upload thumbnail</target>
3159 <context-group name="null">
3160 <context context-type="linenumber">192</context>
3161 </context-group>
3162 </trans-unit>
3163 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3096 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3164 <source>Upload preview</source> 3097 <source>Upload preview</source>
3165 <target>Upload preview</target> 3098 <target>Upload preview</target>
@@ -3171,7 +3104,7 @@ When you will upload a video in this channel, the video support field will be au
3171 <source>Support</source> 3104 <source>Support</source>
3172 <target>Support</target> 3105 <target>Support</target>
3173 <context-group name="null"> 3106 <context-group name="null">
3174 <context context-type="linenumber">70</context> 3107 <context context-type="linenumber">101</context>
3175 </context-group> 3108 </context-group>
3176 </trans-unit> 3109 </trans-unit>
3177 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3110 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -3181,6 +3114,13 @@ When you will upload a video in this channel, the video support field will be au
3181 <context context-type="linenumber">206</context> 3114 <context context-type="linenumber">206</context>
3182 </context-group> 3115 </context-group>
3183 </trans-unit> 3116 </trans-unit>
3117 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3118 <source>Original publication date</source>
3119 <target>Original publication date</target>
3120 <context-group name="null">
3121 <context context-type="linenumber">219</context>
3122 </context-group>
3123 </trans-unit>
3184 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 3124 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3185 <source>Enable video comments</source> 3125 <source>Enable video comments</source>
3186 <target>Enable video comments</target> 3126 <target>Enable video comments</target>
@@ -3188,6 +3128,13 @@ When you will upload a video in this channel, the video support field will be au
3188 <context context-type="linenumber">234</context> 3128 <context context-type="linenumber">234</context>
3189 </context-group> 3129 </context-group>
3190 </trans-unit> 3130 </trans-unit>
3131 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3132 <source>Enable download</source>
3133 <target>Enable download</target>
3134 <context-group name="null">
3135 <context context-type="linenumber">239</context>
3136 </context-group>
3137 </trans-unit>
3191 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3138 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3192 <source>Advanced settings</source> 3139 <source>Advanced settings</source>
3193 <target>Advanced settings</target> 3140 <target>Advanced settings</target>
@@ -3249,7 +3196,7 @@ When you will upload a video in this channel, the video support field will be au
3249 <source>Download</source> 3196 <source>Download</source>
3250 <target>Download</target> 3197 <target>Download</target>
3251 <context-group name="null"> 3198 <context-group name="null">
3252 <context context-type="linenumber">85</context> 3199 <context context-type="linenumber">130</context>
3253 </context-group> 3200 </context-group>
3254 </trans-unit> 3201 </trans-unit>
3255 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3202 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -3276,21 +3223,21 @@ When you will upload a video in this channel, the video support field will be au
3276 <source>Share</source> 3223 <source>Share</source>
3277 <target>Share</target> 3224 <target>Share</target>
3278 <context-group name="null"> 3225 <context-group name="null">
3279 <context context-type="linenumber">75</context> 3226 <context context-type="linenumber">106</context>
3280 </context-group> 3227 </context-group>
3281 </trans-unit> 3228 </trans-unit>
3282 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3229 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3283 <source>QR-Code</source> 3230 <source>QR-Code</source>
3284 <target>QR-Code</target> 3231 <target>QR-Code</target>
3285 <context-group name="null"> 3232 <context-group name="null">
3286 <context context-type="linenumber">29</context> 3233 <context context-type="linenumber">37</context>
3287 </context-group> 3234 </context-group>
3288 </trans-unit> 3235 </trans-unit>
3289 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3236 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3290 <source>Embed</source> 3237 <source>Embed</source>
3291 <target>Embed</target> 3238 <target>Embed</target>
3292 <context-group name="null"> 3239 <context-group name="null">
3293 <context context-type="linenumber">34</context> 3240 <context context-type="linenumber">42</context>
3294 </context-group> 3241 </context-group>
3295 </trans-unit> 3242 </trans-unit>
3296 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3243 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3301,14 +3248,14 @@ When you will upload a video in this channel, the video support field will be au
3301 The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites). 3248 The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
3302 </target> 3249 </target>
3303 <context-group name="null"> 3250 <context-group name="null">
3304 <context context-type="linenumber">45</context> 3251 <context context-type="linenumber">53</context>
3305 </context-group> 3252 </context-group>
3306 </trans-unit> 3253 </trans-unit>
3307 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3254 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3308 <source>Close</source> 3255 <source>Close</source>
3309 <target>Close</target> 3256 <target>Close</target>
3310 <context-group name="null"> 3257 <context-group name="null">
3311 <context context-type="linenumber">51</context> 3258 <context context-type="linenumber">59</context>
3312 </context-group> 3259 </context-group>
3313 </trans-unit> 3260 </trans-unit>
3314 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3261 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3333,7 +3280,7 @@ When you will upload a video in this channel, the video support field will be au
3333 The video is being imported, it will be available when the import is finished. 3280 The video is being imported, it will be available when the import is finished.
3334 </target> 3281 </target>
3335 <context-group name="null"> 3282 <context-group name="null">
3336 <context context-type="linenumber">11</context> 3283 <context context-type="linenumber">39</context>
3337 </context-group> 3284 </context-group>
3338 </trans-unit> 3285 </trans-unit>
3339 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3286 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3344,7 +3291,7 @@ When you will upload a video in this channel, the video support field will be au
3344 The video is being transcoded, it may not work properly. 3291 The video is being transcoded, it may not work properly.
3345 </target> 3292 </target>
3346 <context-group name="null"> 3293 <context-group name="null">
3347 <context context-type="linenumber">15</context> 3294 <context context-type="linenumber">43</context>
3348 </context-group> 3295 </context-group>
3349 </trans-unit> 3296 </trans-unit>
3350 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3297 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3355,14 +3302,14 @@ When you will upload a video in this channel, the video support field will be au
3355 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3302 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3356 </target> 3303 </target>
3357 <context-group name="null"> 3304 <context-group name="null">
3358 <context context-type="linenumber">19</context> 3305 <context context-type="linenumber">47</context>
3359 </context-group> 3306 </context-group>
3360 </trans-unit> 3307 </trans-unit>
3361 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3308 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3362 <source>This video is blacklisted.</source> 3309 <source>This video is blacklisted.</source>
3363 <target>This video is blacklisted.</target> 3310 <target>This video is blacklisted.</target>
3364 <context-group name="null"> 3311 <context-group name="null">
3365 <context context-type="linenumber">24</context> 3312 <context context-type="linenumber">56</context>
3366 </context-group> 3313 </context-group>
3367 </trans-unit> 3314 </trans-unit>
3368 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3315 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3373,130 +3320,119 @@ When you will upload a video in this channel, the video support field will be au
3373 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 3320 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3374 </target> 3321 </target>
3375 <context-group name="null"> 3322 <context-group name="null">
3376 <context context-type="linenumber">36</context> 3323 <context context-type="linenumber">76</context>
3377 </context-group>
3378 </trans-unit>
3379 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3380 <source>
3381 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3382 </source>
3383 <target>
3384 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3385 </target>
3386 <context-group name="null">
3387 <context context-type="linenumber">45</context>
3388 </context-group> 3324 </context-group>
3389 </trans-unit> 3325 </trans-unit>
3390 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3326 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3391 <source>Like this video</source> 3327 <source>Like this video</source>
3392 <target>Like this video</target> 3328 <target>Like this video</target>
3393 <context-group name="null"> 3329 <context-group name="null">
3394 <context context-type="linenumber">55</context> 3330 <context context-type="linenumber">86</context>
3395 </context-group> 3331 </context-group>
3396 </trans-unit> 3332 </trans-unit>
3397 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3333 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3398 <source>Dislike this video</source> 3334 <source>Dislike this video</source>
3399 <target>Dislike this video</target> 3335 <target>Dislike this video</target>
3400 <context-group name="null"> 3336 <context-group name="null">
3401 <context context-type="linenumber">63</context> 3337 <context context-type="linenumber">94</context>
3402 </context-group> 3338 </context-group>
3403 </trans-unit> 3339 </trans-unit>
3404 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3340 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3405 <source>Download the video</source> 3341 <source>Download the video</source>
3406 <target>Download the video</target> 3342 <target>Download the video</target>
3407 <context-group name="null"> 3343 <context-group name="null">
3408 <context context-type="linenumber">84</context> 3344 <context context-type="linenumber">129</context>
3409 </context-group> 3345 </context-group>
3410 </trans-unit> 3346 </trans-unit>
3411 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3347 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3412 <source>Report</source> 3348 <source>Report</source>
3413 <target>Report</target> 3349 <target>Report</target>
3414 <context-group name="null"> 3350 <context-group name="null">
3415 <context context-type="linenumber">89</context> 3351 <context context-type="linenumber">134</context>
3416 </context-group> 3352 </context-group>
3417 </trans-unit> 3353 </trans-unit>
3418 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3354 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3419 <source>Report this video</source> 3355 <source>Report this video</source>
3420 <target>Report this video</target> 3356 <target>Report this video</target>
3421 <context-group name="null"> 3357 <context-group name="null">
3422 <context context-type="linenumber">88</context> 3358 <context context-type="linenumber">133</context>
3423 </context-group> 3359 </context-group>
3424 </trans-unit> 3360 </trans-unit>
3425 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3361 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3426 <source>Update this video</source> 3362 <source>Update this video</source>
3427 <target>Update this video</target> 3363 <target>Update this video</target>
3428 <context-group name="null"> 3364 <context-group name="null">
3429 <context context-type="linenumber">92</context> 3365 <context context-type="linenumber">137</context>
3430 </context-group> 3366 </context-group>
3431 </trans-unit> 3367 </trans-unit>
3432 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3368 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3433 <source>Blacklist</source> 3369 <source>Blacklist</source>
3434 <target>Blacklist</target> 3370 <target>Blacklist</target>
3435 <context-group name="null"> 3371 <context-group name="null">
3436 <context context-type="linenumber">97</context> 3372 <context context-type="linenumber">142</context>
3437 </context-group> 3373 </context-group>
3438 </trans-unit> 3374 </trans-unit>
3439 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3375 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3440 <source>Blacklist this video</source> 3376 <source>Blacklist this video</source>
3441 <target>Blacklist this video</target> 3377 <target>Blacklist this video</target>
3442 <context-group name="null"> 3378 <context-group name="null">
3443 <context context-type="linenumber">96</context> 3379 <context context-type="linenumber">141</context>
3444 </context-group>
3445 </trans-unit>
3446 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3447 <source>Unblacklist</source>
3448 <target>Unblacklist</target>
3449 <context-group name="null">
3450 <context context-type="linenumber">101</context>
3451 </context-group> 3380 </context-group>
3452 </trans-unit> 3381 </trans-unit>
3453 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3382 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3454 <source>Unblacklist this video</source> 3383 <source>Unblacklist this video</source>
3455 <target>Unblacklist this video</target> 3384 <target>Unblacklist this video</target>
3456 <context-group name="null"> 3385 <context-group name="null">
3457 <context context-type="linenumber">100</context> 3386 <context context-type="linenumber">145</context>
3458 </context-group> 3387 </context-group>
3459 </trans-unit> 3388 </trans-unit>
3460 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3389 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3461 <source>Delete this video</source> 3390 <source>Delete this video</source>
3462 <target>Delete this video</target> 3391 <target>Delete this video</target>
3463 <context-group name="null"> 3392 <context-group name="null">
3464 <context context-type="linenumber">104</context> 3393 <context context-type="linenumber">149</context>
3465 </context-group> 3394 </context-group>
3466 </trans-unit> 3395 </trans-unit>
3467 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3396 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3468 <source>Go the channel page</source> 3397 <source>Go the channel page</source>
3469 <target>Go the channel page</target> 3398 <target>Go the channel page</target>
3470 <context-group name="null"> 3399 <context-group name="null">
3471 <context context-type="linenumber">124</context> 3400 <context context-type="linenumber">169</context>
3472 </context-group> 3401 </context-group>
3473 </trans-unit> 3402 </trans-unit>
3474 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3403 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3475 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3404 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3476 <target>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3405 <target>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3477 <context-group name="null"> 3406 <context-group name="null">
3478 <context context-type="linenumber">135</context> 3407 <context context-type="linenumber">180</context>
3479 </context-group> 3408 </context-group>
3480 </trans-unit> 3409 </trans-unit>
3481 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3410 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3482 <source>Show more</source> 3411 <source>Show more</source>
3483 <target>Show more</target> 3412 <target>Show more</target>
3484 <context-group name="null"> 3413 <context-group name="null">
3485 <context context-type="linenumber">147</context> 3414 <context context-type="linenumber">192</context>
3486 </context-group> 3415 </context-group>
3487 </trans-unit> 3416 </trans-unit>
3488 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3417 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3489 <source>Show less</source> 3418 <source>Show less</source>
3490 <target>Show less</target> 3419 <target>Show less</target>
3491 <context-group name="null"> 3420 <context-group name="null">
3492 <context context-type="linenumber">153</context> 3421 <context context-type="linenumber">198</context>
3422 </context-group>
3423 </trans-unit>
3424 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3425 <source>Originally published</source>
3426 <target>Originally published</target>
3427 <context-group name="null">
3428 <context context-type="linenumber">210</context>
3493 </context-group> 3429 </context-group>
3494 </trans-unit> 3430 </trans-unit>
3495 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3431 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3496 <source>Friendly Reminder: </source> 3432 <source>Friendly Reminder: </source>
3497 <target>Friendly Reminder: </target> 3433 <target>Friendly Reminder: </target>
3498 <context-group name="null"> 3434 <context-group name="null">
3499 <context context-type="linenumber">214</context> 3435 <context context-type="linenumber">258</context>
3500 </context-group> 3436 </context-group>
3501 </trans-unit> 3437 </trans-unit>
3502 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3438 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3507,21 +3443,21 @@ When you will upload a video in this channel, the video support field will be au
3507 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 3443 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
3508 </target> 3444 </target>
3509 <context-group name="null"> 3445 <context-group name="null">
3510 <context context-type="linenumber">215</context> 3446 <context context-type="linenumber">259</context>
3511 </context-group> 3447 </context-group>
3512 </trans-unit> 3448 </trans-unit>
3513 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3449 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3514 <source>More information</source> 3450 <source>More information</source>
3515 <target>More information</target> 3451 <target>More information</target>
3516 <context-group name="null"> 3452 <context-group name="null">
3517 <context context-type="linenumber">218</context> 3453 <context context-type="linenumber">262</context>
3518 </context-group> 3454 </context-group>
3519 </trans-unit> 3455 </trans-unit>
3520 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3456 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3521 <source>Get more information</source> 3457 <source>Get more information</source>
3522 <target>Get more information</target> 3458 <target>Get more information</target>
3523 <context-group name="null"> 3459 <context-group name="null">
3524 <context context-type="linenumber">218</context> 3460 <context context-type="linenumber">262</context>
3525 </context-group> 3461 </context-group>
3526 </trans-unit> 3462 </trans-unit>
3527 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3463 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3532,7 +3468,7 @@ When you will upload a video in this channel, the video support field will be au
3532 OK 3468 OK
3533 </target> 3469 </target>
3534 <context-group name="null"> 3470 <context-group name="null">
3535 <context context-type="linenumber">221</context> 3471 <context context-type="linenumber">265</context>
3536 </context-group> 3472 </context-group>
3537 </trans-unit> 3473 </trans-unit>
3538 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3474 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -4008,6 +3944,13 @@ When you will upload a video in this channel, the video support field will be au
4008 <context context-type="linenumber">1</context> 3944 <context context-type="linenumber">1</context>
4009 </context-group> 3945 </context-group>
4010 </trans-unit> 3946 </trans-unit>
3947 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
3948 <source>Update user password</source>
3949 <target>Update the user password</target>
3950 <context-group name="null">
3951 <context context-type="linenumber">1</context>
3952 </context-group>
3953 </trans-unit>
4011 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 3954 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
4012 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 3955 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
4013 <target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target> 3956 <target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
@@ -4204,13 +4147,6 @@ When you will upload a video in this channel, the video support field will be au
4204 <context context-type="linenumber">1</context> 4147 <context context-type="linenumber">1</context>
4205 </context-group> 4148 </context-group>
4206 </trans-unit> 4149 </trans-unit>
4207 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e">
4208 <source>New video abuse on local video</source>
4209 <target>New video abuse on local video</target>
4210 <context-group name="null">
4211 <context context-type="linenumber">1</context>
4212 </context-group>
4213 </trans-unit>
4214 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 4150 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4215 <source>One of your video is blacklisted/unblacklisted</source> 4151 <source>One of your video is blacklisted/unblacklisted</source>
4216 <target>One of your video is blacklisted/unblacklisted</target> 4152 <target>One of your video is blacklisted/unblacklisted</target>
@@ -4295,13 +4231,6 @@ When you will upload a video in this channel, the video support field will be au
4295 <context context-type="linenumber">1</context> 4231 <context context-type="linenumber">1</context>
4296 </context-group> 4232 </context-group>
4297 </trans-unit> 4233 </trans-unit>
4298 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
4299 <source>Create</source>
4300 <target>Create</target>
4301 <context-group name="null">
4302 <context context-type="linenumber">1</context>
4303 </context-group>
4304 </trans-unit>
4305 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4234 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4306 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4235 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4307 <target>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</target> 4236 <target>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</target>
@@ -4400,13 +4329,6 @@ When you will upload a video in this channel, the video support field will be au
4400 <context context-type="linenumber">1</context> 4329 <context context-type="linenumber">1</context>
4401 </context-group> 4330 </context-group>
4402 </trans-unit> 4331 </trans-unit>
4403 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
4404 <source>My library</source>
4405 <target>My library</target>
4406 <context-group name="null">
4407 <context context-type="linenumber">1</context>
4408 </context-group>
4409 </trans-unit>
4410 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4332 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4411 <source>My channels</source> 4333 <source>My channels</source>
4412 <target>My channels</target> 4334 <target>My channels</target>
@@ -6152,13 +6074,6 @@ When you will upload a video in this channel, the video support field will be au
6152 <context context-type="linenumber">1</context> 6074 <context context-type="linenumber">1</context>
6153 </context-group> 6075 </context-group>
6154 </trans-unit> 6076 </trans-unit>
6155 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
6156 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
6157 <target>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
6158 <context-group name="null">
6159 <context context-type="linenumber">1</context>
6160 </context-group>
6161 </trans-unit>
6162 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 6077 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
6163 <source>Like the video</source> 6078 <source>Like the video</source>
6164 <target>Like the video</target> 6079 <target>Like the video</target>
@@ -6208,13 +6123,6 @@ When you will upload a video in this channel, the video support field will be au
6208 <context context-type="linenumber">1</context> 6123 <context context-type="linenumber">1</context>
6209 </context-group> 6124 </context-group>
6210 </trans-unit> 6125 </trans-unit>
6211 <trans-unit id="8c429645223c24afe30218fc45bb07e352bb1938">
6212 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours.</source>
6213 <target>Trending videos are those totalising the greatest number of views during the last 24 hours.</target>
6214 <context-group name="null">
6215 <context context-type="linenumber">1</context>
6216 </context-group>
6217 </trans-unit>
6218 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 6126 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6219 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 6127 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6220 <target>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target> 6128 <target>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target>
@@ -6222,13 +6130,6 @@ When you will upload a video in this channel, the video support field will be au
6222 <context context-type="linenumber">1</context> 6130 <context context-type="linenumber">1</context>
6223 </context-group> 6131 </context-group>
6224 </trans-unit> 6132 </trans-unit>
6225 <trans-unit id="98b98154eca3533e16b81c5b08611d19949e8661">
6226 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days.</source>
6227 <target>Trending videos are those totalising the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days.</target>
6228 <context-group name="null">
6229 <context context-type="linenumber">1</context>
6230 </context-group>
6231 </trans-unit>
6232 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6133 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
6233 <source>Videos from your subscriptions</source> 6134 <source>Videos from your subscriptions</source>
6234 <target>Videos from your subscriptions</target> 6135 <target>Videos from your subscriptions</target>
diff --git a/client/src/locale/target/angular_eo.xml b/client/src/locale/target/angular_eo.xml
index f54418065..fa5f01c31 100644
--- a/client/src/locale/target/angular_eo.xml
+++ b/client/src/locale/target/angular_eo.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Unua</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Unua</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Antaŭa</target> 92 <target>Antaŭa</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Sekva</target> 99 <target>Sekva</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Lasta</target> 106 <target>Lasta</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,82 +140,82 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Dekrementi horojn</target> 141 <target>Dekrementi horojn</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Alkrementi minutojn</target> 148 <target>Alkrementi minutojn</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minutoj</target> 162 <target>Minutoj</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Dekrementi minutojn</target> 169 <target>Dekrementi minutojn</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Alkrementi sekundojn</target> 176 <target>Alkrementi sekundojn</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Sekundoj</target> 190 <target>Sekundoj</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Dekrementi sekundojn</target> 197 <target>Dekrementi sekundojn</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>p.t.m.</target> 204 <target>p.t.m.</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>a.t.m.</target> 211 <target>a.t.m.</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source> 217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
218 <target>(postafiksoj: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, pleja grando: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target> 218 <target>(dosiersufiksoj: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, pleja grando: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
219 <context-group name="null"> 219 <context-group name="null">
220 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
221 </context-group> 221 </context-group>
@@ -227,18 +227,233 @@
227 <context context-type="linenumber">1</context> 227 <context context-type="linenumber">1</context>
228 </context-group> 228 </context-group>
229 </trans-unit> 229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publikigis <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>novan filmon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <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;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 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
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <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;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 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;"/> estas retenita
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <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;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 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
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <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;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 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;"/> estas fortenita
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <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;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <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;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <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;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <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;"/> estiĝ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;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
307 <source>
308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <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;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <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;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <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;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 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
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <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;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 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;"/> publikiĝis
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <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;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
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 }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <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;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <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
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <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;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <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
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <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;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <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
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <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;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <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;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 Uzanto <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registriĝis<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ĉe via nodo
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <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
407
408 <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;"/>
409 <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;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <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
417
418 <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;"/>
419 <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;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <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;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <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;"/> menciis vin ĉ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;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 445 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 446 <source>Unlisted</source>
232 <target>Nelistigata</target> 447 <target>Nelistigata</target>
233 <context-group name="null"> 448 <context-group name="null">
234 <context context-type="linenumber">10</context> 449 <context context-type="linenumber">17</context>
235 </context-group> 450 </context-group>
236 </trans-unit> 451 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 452 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 453 <source>Private</source>
239 <target>Privata</target> 454 <target>Privata</target>
240 <context-group name="null"> 455 <context-group name="null">
241 <context context-type="linenumber">11</context> 456 <context context-type="linenumber">18</context>
242 </context-group> 457 </context-group>
243 </trans-unit> 458 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 459 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -248,6 +463,27 @@
248 <context context-type="linenumber">16</context> 463 <context context-type="linenumber">16</context>
249 </context-group> 464 </context-group>
250 </trans-unit> 465 </trans-unit>
466 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
467 <source>Display name</source>
468 <target>Prezenta nomo</target>
469 <context-group name="null">
470 <context context-type="linenumber">6</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
474 <source>Create</source>
475 <target>Krei</target>
476 <context-group name="null">
477 <context context-type="linenumber">73</context>
478 </context-group>
479 </trans-unit>
480 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
481 <source>Save</source>
482 <target>Konservi</target>
483 <context-group name="null">
484 <context context-type="linenumber">115</context>
485 </context-group>
486 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 487 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
252 <source>Delete</source> 488 <source>Delete</source>
253 <target>Forigi</target> 489 <target>Forigi</target>
@@ -399,7 +635,7 @@
399 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;"/> 635 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;"/>
400 </target> 636 </target>
401 <context-group name="null"> 637 <context-group name="null">
402 <context context-type="linenumber">14</context> 638 <context context-type="linenumber">28</context>
403 </context-group> 639 </context-group>
404 </trans-unit> 640 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 641 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -421,7 +657,7 @@
421 A banned user will no longer be able to login. 657 A banned user will no longer be able to login.
422 </source> 658 </source>
423 <target> 659 <target>
424 Forbarita uzanto ne plu povas ensaluti. 660 Forbarita uzanto ne plu povos saluti.
425 </target> 661 </target>
426 <context-group name="null"> 662 <context-group name="null">
427 <context context-type="linenumber">18</context> 663 <context context-type="linenumber">18</context>
@@ -461,7 +697,7 @@
461 </trans-unit> 697 </trans-unit>
462 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453"> 698 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
463 <source>Request new verification email.</source> 699 <source>Request new verification email.</source>
464 <target>Peti novan kontrolan retmesaĝon.</target> 700 <target>Peti novan konfirman retleteron.</target>
465 <context-group name="null"> 701 <context-group name="null">
466 <context context-type="linenumber">12</context> 702 <context context-type="linenumber">12</context>
467 </context-group> 703 </context-group>
@@ -527,7 +763,7 @@
527 <source>Login</source> 763 <source>Login</source>
528 <target>Saluti</target> 764 <target>Saluti</target>
529 <context-group name="null"> 765 <context-group name="null">
530 <context context-type="linenumber">36</context> 766 <context context-type="linenumber">32</context>
531 </context-group> 767 </context-group>
532 </trans-unit> 768 </trans-unit>
533 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 769 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -637,7 +873,7 @@
637 <source>Signup</source> 873 <source>Signup</source>
638 <target>Registriĝo</target> 874 <target>Registriĝo</target>
639 <context-group name="null"> 875 <context-group name="null">
640 <context context-type="linenumber">78</context> 876 <context context-type="linenumber">87</context>
641 </context-group> 877 </context-group>
642 </trans-unit> 878 </trans-unit>
643 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 879 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -707,7 +943,7 @@
707 <source>Change the language</source> 943 <source>Change the language</source>
708 <target>Ŝanĝi la lingvon</target> 944 <target>Ŝanĝi la lingvon</target>
709 <context-group name="null"> 945 <context-group name="null">
710 <context context-type="linenumber">86</context> 946 <context context-type="linenumber">102</context>
711 </context-group> 947 </context-group>
712 </trans-unit> 948 </trans-unit>
713 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 949 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -721,54 +957,17 @@
721 <context context-type="linenumber">8</context> 957 <context context-type="linenumber">8</context>
722 </context-group> 958 </context-group>
723 </trans-unit> 959 </trans-unit>
724 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
725 <source>
726 My public profile
727 </source>
728 <target>
729 Mia publika profilo
730 </target>
731 <context-group name="null">
732 <context context-type="linenumber">16</context>
733 </context-group>
734 </trans-unit>
735 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
736 <source>
737 My account
738 </source>
739 <target>
740 Mia konto
741 </target>
742 <context-group name="null">
743 <context context-type="linenumber">20</context>
744 </context-group>
745 </trans-unit>
746 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
747 <source>
748 My videos
749 </source>
750 <target>
751 Miaj filmoj
752 </target>
753 <context-group name="null">
754 <context context-type="linenumber">24</context>
755 </context-group>
756 </trans-unit>
757 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
758 <source>
759 Log out
760 </source>
761 <target>
762 Adiaŭi
763 </target>
764 <context-group name="null">
765 <context context-type="linenumber">28</context>
766 </context-group>
767 </trans-unit>
768 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 960 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
769 <source>Create an account</source> 961 <source>Create an account</source>
770 <target>Krei konton</target> 962 <target>Krei konton</target>
771 <context-group name="null"> 963 <context-group name="null">
964 <context context-type="linenumber">33</context>
965 </context-group>
966 </trans-unit>
967 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
968 <source>My library</source>
969 <target>Mia biblioteko</target>
970 <context-group name="null">
772 <context context-type="linenumber">37</context> 971 <context context-type="linenumber">37</context>
773 </context-group> 972 </context-group>
774 </trans-unit> 973 </trans-unit>
@@ -783,70 +982,70 @@
783 <source>Subscriptions</source> 982 <source>Subscriptions</source>
784 <target>Abonoj</target> 983 <target>Abonoj</target>
785 <context-group name="null"> 984 <context-group name="null">
786 <context context-type="linenumber">45</context> 985 <context context-type="linenumber">51</context>
787 </context-group> 986 </context-group>
788 </trans-unit> 987 </trans-unit>
789 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 988 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
790 <source>Overview</source> 989 <source>Overview</source>
791 <target>Superrigardo</target> 990 <target>Superrigardo</target>
792 <context-group name="null"> 991 <context-group name="null">
793 <context context-type="linenumber">50</context> 992 <context context-type="linenumber">66</context>
794 </context-group> 993 </context-group>
795 </trans-unit> 994 </trans-unit>
796 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 995 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
797 <source>Trending</source> 996 <source>Trending</source>
798 <target>Furoraj</target> 997 <target>Furoraj</target>
799 <context-group name="null"> 998 <context-group name="null">
800 <context context-type="linenumber">55</context> 999 <context context-type="linenumber">71</context>
801 </context-group> 1000 </context-group>
802 </trans-unit> 1001 </trans-unit>
803 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1002 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
804 <source>Recently added</source> 1003 <source>Recently added</source>
805 <target>Freŝe aldonitaj</target> 1004 <target>Freŝe aldonitaj</target>
806 <context-group name="null"> 1005 <context-group name="null">
807 <context context-type="linenumber">60</context> 1006 <context context-type="linenumber">76</context>
808 </context-group> 1007 </context-group>
809 </trans-unit> 1008 </trans-unit>
810 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1009 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
811 <source>Local</source> 1010 <source>Local</source>
812 <target>Lokaj</target> 1011 <target>Lokaj</target>
813 <context-group name="null"> 1012 <context-group name="null">
814 <context context-type="linenumber">65</context> 1013 <context context-type="linenumber">81</context>
815 </context-group> 1014 </context-group>
816 </trans-unit> 1015 </trans-unit>
817 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1016 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
818 <source>More</source> 1017 <source>More</source>
819 <target>Pli</target> 1018 <target>Pli</target>
820 <context-group name="null"> 1019 <context-group name="null">
821 <context context-type="linenumber">70</context> 1020 <context context-type="linenumber">86</context>
822 </context-group> 1021 </context-group>
823 </trans-unit> 1022 </trans-unit>
824 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1023 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
825 <source>Administration</source> 1024 <source>Administration</source>
826 <target>Administrado</target> 1025 <target>Administrado</target>
827 <context-group name="null"> 1026 <context-group name="null">
828 <context context-type="linenumber">74</context> 1027 <context context-type="linenumber">90</context>
829 </context-group> 1028 </context-group>
830 </trans-unit> 1029 </trans-unit>
831 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1030 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
832 <source>About</source> 1031 <source>About</source>
833 <target>Pri</target> 1032 <target>Pri</target>
834 <context-group name="null"> 1033 <context-group name="null">
835 <context context-type="linenumber">25</context> 1034 <context context-type="linenumber">26</context>
836 </context-group> 1035 </context-group>
837 </trans-unit> 1036 </trans-unit>
838 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1037 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
839 <source>Show keyboard shortcuts</source> 1038 <source>Show keyboard shortcuts</source>
840 <target>Montri rapiklavoj</target> 1039 <target>Montri rapiklavoj</target>
841 <context-group name="null"> 1040 <context-group name="null">
842 <context context-type="linenumber">89</context> 1041 <context context-type="linenumber">105</context>
843 </context-group> 1042 </context-group>
844 </trans-unit> 1043 </trans-unit>
845 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1044 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
846 <source>Toggle dark interface</source> 1045 <source>Toggle dark interface</source>
847 <target>Ŝalti malhelan fasadon</target> 1046 <target>Ŝalti malhelan fasadon</target>
848 <context-group name="null"> 1047 <context-group name="null">
849 <context context-type="linenumber">92</context> 1048 <context context-type="linenumber">108</context>
850 </context-group> 1049 </context-group>
851 </trans-unit> 1050 </trans-unit>
852 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1051 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -867,14 +1066,14 @@
867 <source>Update your notification preferences</source> 1066 <source>Update your notification preferences</source>
868 <target>Ĝisdatigi viajn sciigajn agordojn</target> 1067 <target>Ĝisdatigi viajn sciigajn agordojn</target>
869 <context-group name="null"> 1068 <context-group name="null">
870 <context context-type="linenumber">15</context> 1069 <context context-type="linenumber">16</context>
871 </context-group> 1070 </context-group>
872 </trans-unit> 1071 </trans-unit>
873 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 1072 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
874 <source>See all your notifications</source> 1073 <source>See all your notifications</source>
875 <target>Vidi ĉiujn viajn sciigojn</target> 1074 <target>Vidi ĉiujn viajn sciigojn</target>
876 <context-group name="null"> 1075 <context-group name="null">
877 <context context-type="linenumber">22</context> 1076 <context context-type="linenumber">30</context>
878 </context-group> 1077 </context-group>
879 </trans-unit> 1078 </trans-unit>
880 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1079 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -905,6 +1104,27 @@
905 <context context-type="linenumber">15</context> 1104 <context context-type="linenumber">15</context>
906 </context-group> 1105 </context-group>
907 </trans-unit> 1106 </trans-unit>
1107 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1108 <source>Original publication year</source>
1109 <target>Jaro de elsendo originala</target>
1110 <context-group name="null">
1111 <context context-type="linenumber">24</context>
1112 </context-group>
1113 </trans-unit>
1114 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1115 <source>After...</source>
1116 <target>Poste…</target>
1117 <context-group name="null">
1118 <context context-type="linenumber">30</context>
1119 </context-group>
1120 </trans-unit>
1121 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1122 <source>Before...</source>
1123 <target>Antaŭ…</target>
1124 <context-group name="null">
1125 <context context-type="linenumber">37</context>
1126 </context-group>
1127 </trans-unit>
908 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1128 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
909 <source>Duration</source> 1129 <source>Duration</source>
910 <target>Daŭro</target> 1130 <target>Daŭro</target>
@@ -937,21 +1157,21 @@
937 <source>Category</source> 1157 <source>Category</source>
938 <target>Kategorio</target> 1158 <target>Kategorio</target>
939 <context-group name="null"> 1159 <context-group name="null">
940 <context context-type="linenumber">170</context> 1160 <context context-type="linenumber">215</context>
941 </context-group> 1161 </context-group>
942 </trans-unit> 1162 </trans-unit>
943 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1163 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
944 <source>Licence</source> 1164 <source>Licence</source>
945 <target>Permesilo</target> 1165 <target>Permesilo</target>
946 <context-group name="null"> 1166 <context-group name="null">
947 <context context-type="linenumber">179</context> 1167 <context context-type="linenumber">224</context>
948 </context-group> 1168 </context-group>
949 </trans-unit> 1169 </trans-unit>
950 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1170 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
951 <source>Language</source> 1171 <source>Language</source>
952 <target>Lingvo</target> 1172 <target>Lingvo</target>
953 <context-group name="null"> 1173 <context-group name="null">
954 <context context-type="linenumber">188</context> 1174 <context context-type="linenumber">233</context>
955 </context-group> 1175 </context-group>
956 </trans-unit> 1176 </trans-unit>
957 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1177 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1118,46 +1338,6 @@
1118 <context context-type="linenumber">39</context> 1338 <context context-type="linenumber">39</context>
1119 </context-group> 1339 </context-group>
1120 </trans-unit> 1340 </trans-unit>
1121 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1122 <source>User registration is allowed and</source>
1123 <target>Registrado de uzantoj estas permesata kaj</target>
1124 <context-group name="null">
1125 <context context-type="linenumber">29</context>
1126 </context-group>
1127 </trans-unit>
1128 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1129 <source>
1130 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1131 </source>
1132 <target>
1133 la bazlinia kvoto de spaco por la filmoj de uzantoj de ĉi tiu nodo estas <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/>.
1134 </target>
1135 <context-group name="null">
1136 <context context-type="linenumber">31</context>
1137 </context-group>
1138 </trans-unit>
1139 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1140 <source>
1141 this instance provides unlimited space for the videos of its users.
1142 </source>
1143 <target>
1144 ĉi tiu nodo provizas senliman spacon por la filmoj de uzantoj.
1145 </target>
1146 <context-group name="null">
1147 <context context-type="linenumber">35</context>
1148 </context-group>
1149 </trans-unit>
1150 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1151 <source>
1152 User registration is currently not allowed.
1153 </source>
1154 <target>
1155 Registrado de novaj uzantoj ne estas nun permesata.
1156 </target>
1157 <context-group name="null">
1158 <context context-type="linenumber">40</context>
1159 </context-group>
1160 </trans-unit>
1161 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1341 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1162 <source> 1342 <source>
1163 About PeerTube 1343 About PeerTube
@@ -1419,7 +1599,7 @@
1419 </trans-unit> 1599 </trans-unit>
1420 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6"> 1600 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
1421 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source> 1601 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source>
1422 <target>Memfara rekonado de ripetataj videoj: ni ne scius, ĉu la IP-adreso elŝulis la videon intence, aŭ ĉu tion faris la memfara programo</target> 1602 <target>Memfara rekonado de pluroblaj videoj: ni ne scius, ĉu la IP-adreso elŝutis la videon intence, aŭ ĉu tion faris la memfara programo</target>
1423 <context-group name="null"> 1603 <context-group name="null">
1424 <context context-type="linenumber">95</context> 1604 <context context-type="linenumber">95</context>
1425 </context-group> 1605 </context-group>
@@ -1519,42 +1699,42 @@
1519 <source>Default client route</source> 1699 <source>Default client route</source>
1520 <target>Norma klienta vojo</target> 1700 <target>Norma klienta vojo</target>
1521 <context-group name="null"> 1701 <context-group name="null">
1522 <context context-type="linenumber">48</context> 1702 <context context-type="linenumber">57</context>
1523 </context-group> 1703 </context-group>
1524 </trans-unit> 1704 </trans-unit>
1525 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1705 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1526 <source>Videos Overview</source> 1706 <source>Videos Overview</source>
1527 <target>Filma superrigardo</target> 1707 <target>Filma superrigardo</target>
1528 <context-group name="null"> 1708 <context-group name="null">
1529 <context context-type="linenumber">51</context> 1709 <context context-type="linenumber">60</context>
1530 </context-group> 1710 </context-group>
1531 </trans-unit> 1711 </trans-unit>
1532 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1712 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1533 <source>Videos Trending</source> 1713 <source>Videos Trending</source>
1534 <target>Filmoj furoraj</target> 1714 <target>Filmoj furoraj</target>
1535 <context-group name="null"> 1715 <context-group name="null">
1536 <context context-type="linenumber">52</context> 1716 <context context-type="linenumber">61</context>
1537 </context-group> 1717 </context-group>
1538 </trans-unit> 1718 </trans-unit>
1539 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1719 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1540 <source>Videos Recently Added</source> 1720 <source>Videos Recently Added</source>
1541 <target>Filmoj freŝe aldonitaj</target> 1721 <target>Filmoj freŝe aldonitaj</target>
1542 <context-group name="null"> 1722 <context-group name="null">
1543 <context context-type="linenumber">53</context> 1723 <context context-type="linenumber">62</context>
1544 </context-group> 1724 </context-group>
1545 </trans-unit> 1725 </trans-unit>
1546 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1726 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1547 <source>Local videos</source> 1727 <source>Local videos</source>
1548 <target>Filmoj lokaj</target> 1728 <target>Filmoj lokaj</target>
1549 <context-group name="null"> 1729 <context-group name="null">
1550 <context context-type="linenumber">54</context> 1730 <context context-type="linenumber">63</context>
1551 </context-group> 1731 </context-group>
1552 </trans-unit> 1732 </trans-unit>
1553 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1733 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1554 <source>Policy on videos containing sensitive content</source> 1734 <source>Policy on videos containing sensitive content</source>
1555 <target>Politiko pri filmoj kun konsterna enhavo</target> 1735 <target>Politiko pri filmoj kun konsterna enhavo</target>
1556 <context-group name="null"> 1736 <context-group name="null">
1557 <context context-type="linenumber">61</context> 1737 <context context-type="linenumber">70</context>
1558 </context-group> 1738 </context-group>
1559 </trans-unit> 1739 </trans-unit>
1560 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1740 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1589,42 +1769,42 @@
1589 <source>Signup enabled</source> 1769 <source>Signup enabled</source>
1590 <target>Registriĝoj ŝaltitaj</target> 1770 <target>Registriĝoj ŝaltitaj</target>
1591 <context-group name="null"> 1771 <context-group name="null">
1592 <context context-type="linenumber">84</context> 1772 <context context-type="linenumber">93</context>
1593 </context-group> 1773 </context-group>
1594 </trans-unit> 1774 </trans-unit>
1595 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1775 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1596 <source>Signup requires email verification</source> 1776 <source>Signup requires email verification</source>
1597 <target>Registriĝo bezonas kontrolon de retpoŝtadreso</target> 1777 <target>Registriĝo bezonas konfirmon de retpoŝtadreso</target>
1598 <context-group name="null"> 1778 <context-group name="null">
1599 <context context-type="linenumber">91</context> 1779 <context context-type="linenumber">100</context>
1600 </context-group> 1780 </context-group>
1601 </trans-unit> 1781 </trans-unit>
1602 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1782 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1603 <source>Signup limit</source> 1783 <source>Signup limit</source>
1604 <target>Limo de registriĝoj</target> 1784 <target>Limo de registriĝoj</target>
1605 <context-group name="null"> 1785 <context-group name="null">
1606 <context context-type="linenumber">96</context> 1786 <context context-type="linenumber">105</context>
1607 </context-group> 1787 </context-group>
1608 </trans-unit> 1788 </trans-unit>
1609 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1789 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1610 <source>Users</source> 1790 <source>Users</source>
1611 <target>Uzantoj</target> 1791 <target>Uzantoj</target>
1612 <context-group name="null"> 1792 <context-group name="null">
1613 <context context-type="linenumber">105</context> 1793 <context context-type="linenumber">114</context>
1614 </context-group> 1794 </context-group>
1615 </trans-unit> 1795 </trans-unit>
1616 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1796 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1617 <source>User default video quota</source> 1797 <source>User default video quota</source>
1618 <target>Norma datumlimo por filmoj de uzantoj</target> 1798 <target>Norma datumlimo por filmoj de uzantoj</target>
1619 <context-group name="null"> 1799 <context-group name="null">
1620 <context context-type="linenumber">109</context> 1800 <context context-type="linenumber">118</context>
1621 </context-group> 1801 </context-group>
1622 </trans-unit> 1802 </trans-unit>
1623 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1803 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1624 <source>User default daily upload limit</source> 1804 <source>User default daily upload limit</source>
1625 <target>Norma datumlimo por samtagaj elŝutoj de uzantoj</target> 1805 <target>Norma datumlimo por samtagaj elŝutoj de uzantoj</target>
1626 <context-group name="null"> 1806 <context-group name="null">
1627 <context context-type="linenumber">121</context> 1807 <context context-type="linenumber">130</context>
1628 </context-group> 1808 </context-group>
1629 </trans-unit> 1809 </trans-unit>
1630 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1810 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1638,35 +1818,35 @@
1638 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1818 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1639 <target>Enporto de filmoj per HTTP-URL (t.e. YouTube) ŝaltita</target> 1819 <target>Enporto de filmoj per HTTP-URL (t.e. YouTube) ŝaltita</target>
1640 <context-group name="null"> 1820 <context-group name="null">
1641 <context context-type="linenumber">141</context> 1821 <context context-type="linenumber">150</context>
1642 </context-group> 1822 </context-group>
1643 </trans-unit> 1823 </trans-unit>
1644 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1824 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1645 <source>Video import with a torrent file or a magnet URI enabled</source> 1825 <source>Video import with a torrent file or a magnet URI enabled</source>
1646 <target>Enporto de filmoj per torenta dosiero aŭ magneta ligilo ŝaltita</target> 1826 <target>Enporto de filmoj per torenta dosiero aŭ magneta ligilo ŝaltita</target>
1647 <context-group name="null"> 1827 <context-group name="null">
1648 <context context-type="linenumber">148</context> 1828 <context context-type="linenumber">157</context>
1649 </context-group> 1829 </context-group>
1650 </trans-unit> 1830 </trans-unit>
1651 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1831 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1652 <source>Administrator</source> 1832 <source>Administrator</source>
1653 <target>Administranto</target> 1833 <target>Administranto</target>
1654 <context-group name="null"> 1834 <context-group name="null">
1655 <context context-type="linenumber">155</context> 1835 <context context-type="linenumber">181</context>
1656 </context-group> 1836 </context-group>
1657 </trans-unit> 1837 </trans-unit>
1658 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1838 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1659 <source>Admin email</source> 1839 <source>Admin email</source>
1660 <target>Retpoŝtadreso de administranto</target> 1840 <target>Retpoŝtadreso de administranto</target>
1661 <context-group name="null"> 1841 <context-group name="null">
1662 <context context-type="linenumber">158</context> 1842 <context context-type="linenumber">184</context>
1663 </context-group> 1843 </context-group>
1664 </trans-unit> 1844 </trans-unit>
1665 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1845 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1666 <source>Enable contact form</source> 1846 <source>Enable contact form</source>
1667 <target>Ŝalti kontaktan formularon</target> 1847 <target>Ŝalti kontaktan formularon</target>
1668 <context-group name="null"> 1848 <context-group name="null">
1669 <context context-type="linenumber">169</context> 1849 <context context-type="linenumber">195</context>
1670 </context-group> 1850 </context-group>
1671 </trans-unit> 1851 </trans-unit>
1672 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1852 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1680,28 +1860,28 @@
1680 <source>Twitter</source> 1860 <source>Twitter</source>
1681 <target>Tvitero</target> 1861 <target>Tvitero</target>
1682 <context-group name="null"> 1862 <context-group name="null">
1683 <context context-type="linenumber">178</context> 1863 <context context-type="linenumber">204</context>
1684 </context-group> 1864 </context-group>
1685 </trans-unit> 1865 </trans-unit>
1686 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1866 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1687 <source>Your Twitter username</source> 1867 <source>Your Twitter username</source>
1688 <target>Via Tvitera salutnomo</target> 1868 <target>Via Tvitera salutnomo</target>
1689 <context-group name="null"> 1869 <context-group name="null">
1690 <context context-type="linenumber">184</context> 1870 <context context-type="linenumber">210</context>
1691 </context-group> 1871 </context-group>
1692 </trans-unit> 1872 </trans-unit>
1693 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1873 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1694 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1874 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1695 <target>Indikas konton de Twitter por la retejo aŭ platformo, sur kiu la afero publikiĝis.</target> 1875 <target>Indikas konton de Twitter por la retejo aŭ platformo, sur kiu la afero publikiĝis.</target>
1696 <context-group name="null"> 1876 <context-group name="null">
1697 <context context-type="linenumber">187</context> 1877 <context context-type="linenumber">213</context>
1698 </context-group> 1878 </context-group>
1699 </trans-unit> 1879 </trans-unit>
1700 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1880 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1701 <source>Instance whitelisted by Twitter</source> 1881 <source>Instance whitelisted by Twitter</source>
1702 <target>Nodo permesata de Twitter</target> 1882 <target>Nodo permesata de Twitter</target>
1703 <context-group name="null"> 1883 <context-group name="null">
1704 <context context-type="linenumber">199</context> 1884 <context context-type="linenumber">225</context>
1705 </context-group> 1885 </context-group>
1706 </trans-unit> 1886 </trans-unit>
1707 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1887 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1712,63 +1892,63 @@
1712 Se la nodo ne estas permesata, ni ligos al la filmo sur via nodo per bildo.&lt;br /&gt;&lt;br /&gt; 1892 Se la nodo ne estas permesata, ni ligos al la filmo sur via nodo per bildo.&lt;br /&gt;&lt;br /&gt;
1713 Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al filmo sur via nodo (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; por vidi, ĉu via nodo estas permesata.</target> 1893 Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al filmo sur via nodo (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; por vidi, ĉu via nodo estas permesata.</target>
1714 <context-group name="null"> 1894 <context-group name="null">
1715 <context context-type="linenumber">200</context> 1895 <context context-type="linenumber">226</context>
1716 </context-group> 1896 </context-group>
1717 </trans-unit> 1897 </trans-unit>
1718 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1898 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1719 <source>Services</source> 1899 <source>Services</source>
1720 <target>Servoj</target> 1900 <target>Servoj</target>
1721 <context-group name="null"> 1901 <context-group name="null">
1722 <context context-type="linenumber">176</context> 1902 <context context-type="linenumber">202</context>
1723 </context-group> 1903 </context-group>
1724 </trans-unit> 1904 </trans-unit>
1725 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1905 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1726 <source>Transcoding</source> 1906 <source>Transcoding</source>
1727 <target>Transkodado</target> 1907 <target>Transkodado</target>
1728 <context-group name="null"> 1908 <context-group name="null">
1729 <context context-type="linenumber">215</context> 1909 <context context-type="linenumber">241</context>
1730 </context-group> 1910 </context-group>
1731 </trans-unit> 1911 </trans-unit>
1732 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1912 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1733 <source>Transcoding enabled</source> 1913 <source>Transcoding enabled</source>
1734 <target>Transkodado ŝaltita</target> 1914 <target>Transkodado ŝaltita</target>
1735 <context-group name="null"> 1915 <context-group name="null">
1736 <context context-type="linenumber">221</context> 1916 <context context-type="linenumber">247</context>
1737 </context-group> 1917 </context-group>
1738 </trans-unit> 1918 </trans-unit>
1739 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1919 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1740 <source>If you disable transcoding, many videos from your users will not work!</source> 1920 <source>If you disable transcoding, many videos from your users will not work!</source>
1741 <target>Se vi malŝaltos transkodadon, multaj filmoj de viaj uzantoj eble ne funkcios!</target> 1921 <target>Se vi malŝaltos transkodadon, multaj filmoj de viaj uzantoj eble ne funkcios!</target>
1742 <context-group name="null"> 1922 <context-group name="null">
1743 <context context-type="linenumber">222</context> 1923 <context context-type="linenumber">248</context>
1744 </context-group> 1924 </context-group>
1745 </trans-unit> 1925 </trans-unit>
1746 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 1926 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1747 <source>Allow additional extensions</source> 1927 <source>Allow additional extensions</source>
1748 <target>Permesi aliajn dosiersufiksojn</target> 1928 <target>Permesi aliajn dosiersufiksojn</target>
1749 <context-group name="null"> 1929 <context-group name="null">
1750 <context context-type="linenumber">231</context> 1930 <context context-type="linenumber">257</context>
1751 </context-group> 1931 </context-group>
1752 </trans-unit> 1932 </trans-unit>
1753 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 1933 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1754 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 1934 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1755 <target>Permesi, ke viaj uzantoj alŝutas filmojn je formatoj .mkv, .mov, .avi, .flv</target> 1935 <target>Permesi, ke viaj uzantoj alŝutas filmojn je formatoj .mkv, .mov, .avi, .flv</target>
1756 <context-group name="null"> 1936 <context-group name="null">
1757 <context context-type="linenumber">232</context> 1937 <context context-type="linenumber">258</context>
1758 </context-group> 1938 </context-group>
1759 </trans-unit> 1939 </trans-unit>
1760 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1940 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1761 <source>Transcoding threads</source> 1941 <source>Transcoding threads</source>
1762 <target>Fadenoj por transkodado</target> 1942 <target>Fadenoj por transkodado</target>
1763 <context-group name="null"> 1943 <context-group name="null">
1764 <context context-type="linenumber">237</context> 1944 <context context-type="linenumber">263</context>
1765 </context-group> 1945 </context-group>
1766 </trans-unit> 1946 </trans-unit>
1767 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1947 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1768 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1948 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1769 <target>Distingo <x id="INTERPOLATION" equiv-text="{{resolution}}"/> ŝaltita</target> 1949 <target>Distingo <x id="INTERPOLATION" equiv-text="{{resolution}}"/> ŝaltita</target>
1770 <context-group name="null"> 1950 <context-group name="null">
1771 <context context-type="linenumber">252</context> 1951 <context context-type="linenumber">278</context>
1772 </context-group> 1952 </context-group>
1773 </trans-unit> 1953 </trans-unit>
1774 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1954 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1783,105 +1963,70 @@
1783 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1963 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1784 </target> 1964 </target>
1785 <context-group name="null"> 1965 <context-group name="null">
1786 <context context-type="linenumber">260</context> 1966 <context context-type="linenumber">286</context>
1787 </context-group> 1967 </context-group>
1788 </trans-unit> 1968 </trans-unit>
1789 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1969 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1790 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1970 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1791 <target>Iuj dosieroj ne estas federataj (antaŭrigardoj, transskriboj). Ni prenas kaj kaŝmemoras ilin rekte el la fonta nodo.</target> 1971 <target>Iuj dosieroj ne estas federataj (antaŭrigardoj, transskriboj). Ni prenas kaj kaŝmemoras ilin rekte el la fonta nodo.</target>
1792 <context-group name="null"> 1972 <context-group name="null">
1793 <context context-type="linenumber">265</context> 1973 <context context-type="linenumber">291</context>
1794 </context-group> 1974 </context-group>
1795 </trans-unit> 1975 </trans-unit>
1796 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1976 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1797 <source>Previews cache size</source> 1977 <source>Previews cache size</source>
1798 <target>Grando de antaŭrigarda kaŝmemoro</target> 1978 <target>Grando de antaŭrigarda kaŝmemoro</target>
1799 <context-group name="null"> 1979 <context-group name="null">
1800 <context context-type="linenumber">271</context> 1980 <context context-type="linenumber">297</context>
1801 </context-group> 1981 </context-group>
1802 </trans-unit> 1982 </trans-unit>
1803 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1983 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1804 <source>Video captions cache size</source> 1984 <source>Video captions cache size</source>
1805 <target>Grandeco de kaŝmemoro por filmaj transskriboj.</target> 1985 <target>Grandeco de kaŝmemoro por filmaj transskriboj.</target>
1806 <context-group name="null"> 1986 <context-group name="null">
1807 <context context-type="linenumber">280</context> 1987 <context context-type="linenumber">306</context>
1808 </context-group> 1988 </context-group>
1809 </trans-unit> 1989 </trans-unit>
1810 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1990 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1811 <source>Customizations</source> 1991 <source>Customizations</source>
1812 <target>Adaptoj</target> 1992 <target>Adaptoj</target>
1813 <context-group name="null"> 1993 <context-group name="null">
1814 <context context-type="linenumber">289</context> 1994 <context context-type="linenumber">315</context>
1815 </context-group> 1995 </context-group>
1816 </trans-unit> 1996 </trans-unit>
1817 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1997 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1818 <source>JavaScript</source> 1998 <source>JavaScript</source>
1819 <target>Ĝavoskripto</target> 1999 <target>Ĝavoskripto</target>
1820 <context-group name="null"> 2000 <context-group name="null">
1821 <context context-type="linenumber">294</context> 2001 <context context-type="linenumber">320</context>
1822 </context-group> 2002 </context-group>
1823 </trans-unit> 2003 </trans-unit>
1824 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2004 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1825 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2005 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1826 <target>Skribu rekte Ĝavoskriptan kodon.&lt;br /&gt;Ekzemple: &lt;pre&gt;console.log('mia nodo bonegas');&lt;/pre&gt;</target> 2006 <target>Skribu rekte Ĝavoskriptan kodon.&lt;br /&gt;Ekzemple: &lt;pre&gt;console.log('mia nodo bonegas');&lt;/pre&gt;</target>
1827 <context-group name="null"> 2007 <context-group name="null">
1828 <context context-type="linenumber">297</context> 2008 <context context-type="linenumber">323</context>
1829 </context-group>
1830 </trans-unit>
1831 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde">
1832 <source>
1833 Write directly CSS code. Example:&lt;br /&gt;
1834 &lt;pre&gt;
1835 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1836 background-color: red;
1837 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1838 &lt;/pre&gt;
1839
1840 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1841 &lt;pre&gt;
1842 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1843 color: red;
1844 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1845 &lt;/pre&gt;
1846 </source>
1847 <target>
1848 Skribu rekte CSS-kodon. Ekzemple:&lt;br /&gt;
1849 &lt;pre&gt;
1850 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1851 background-color: red;
1852 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1853 &lt;/pre&gt;
1854
1855 Antaŭmetu &lt;em&gt;#custom-css&lt;/em&gt; por transpasi stilojn. Ekzemple:
1856 &lt;pre&gt;
1857 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1858 color: red;
1859 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1860 &lt;/pre&gt;
1861 </target>
1862 <context-group name="null">
1863 <context context-type="linenumber">311</context>
1864 </context-group> 2009 </context-group>
1865 </trans-unit> 2010 </trans-unit>
1866 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2011 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1867 <source>Advanced configuration</source> 2012 <source>Advanced configuration</source>
1868 <target>Specialaj agordoj</target> 2013 <target>Specialaj agordoj</target>
1869 <context-group name="null"> 2014 <context-group name="null">
1870 <context context-type="linenumber">212</context> 2015 <context context-type="linenumber">238</context>
1871 </context-group> 2016 </context-group>
1872 </trans-unit> 2017 </trans-unit>
1873 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2018 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1874 <source>Update configuration</source> 2019 <source>Update configuration</source>
1875 <target>Efektivigi agordojn</target> 2020 <target>Efektivigi agordojn</target>
1876 <context-group name="null"> 2021 <context-group name="null">
1877 <context context-type="linenumber">340</context> 2022 <context context-type="linenumber">366</context>
1878 </context-group> 2023 </context-group>
1879 </trans-unit> 2024 </trans-unit>
1880 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2025 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1881 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2026 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1882 <target>Ŝajnas, ke la agordo estas nevalida. Bonvolu serĉi eblajn erarojn en la langetoj.</target> 2027 <target>Ŝajnas, ke la agordo estas nevalida. Bonvolu serĉi eblajn erarojn en la langetoj.</target>
1883 <context-group name="null"> 2028 <context-group name="null">
1884 <context context-type="linenumber">341</context> 2029 <context context-type="linenumber">367</context>
1885 </context-group> 2030 </context-group>
1886 </trans-unit> 2031 </trans-unit>
1887 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2032 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1911,7 +2056,7 @@
1911 Moderation 2056 Moderation
1912 </source> 2057 </source>
1913 <target> 2058 <target>
1914 Administrado 2059 Reguligado
1915 </target> 2060 </target>
1916 <context-group name="null"> 2061 <context-group name="null">
1917 <context context-type="linenumber">11</context> 2062 <context context-type="linenumber">11</context>
@@ -2006,6 +2151,27 @@
2006 <context context-type="linenumber">11</context> 2151 <context context-type="linenumber">11</context>
2007 </context-group> 2152 </context-group>
2008 </trans-unit> 2153 </trans-unit>
2154 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2155 <source>Accepted</source>
2156 <target>Aprobita</target>
2157 <context-group name="null">
2158 <context context-type="linenumber">32</context>
2159 </context-group>
2160 </trans-unit>
2161 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2162 <source>Pending</source>
2163 <target>Traktata</target>
2164 <context-group name="null">
2165 <context context-type="linenumber">33</context>
2166 </context-group>
2167 </trans-unit>
2168 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
2169 <source>Redundancy allowed</source>
2170 <target>Plurobleco permesita</target>
2171 <context-group name="null">
2172 <context context-type="linenumber">22</context>
2173 </context-group>
2174 </trans-unit>
2009 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479"> 2175 <trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479">
2010 <source>Manage follows</source> 2176 <source>Manage follows</source>
2011 <target>Administri abonojn</target> 2177 <target>Administri abonojn</target>
@@ -2110,6 +2276,55 @@
2110 <context context-type="linenumber">65</context> 2276 <context context-type="linenumber">65</context>
2111 </context-group> 2277 </context-group>
2112 </trans-unit> 2278 </trans-unit>
2279 <trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496">
2280 <source>Daily video quota</source>
2281 <target>Samtaga datumlimo por filmoj</target>
2282 <context-group name="null">
2283 <context context-type="linenumber">72</context>
2284 </context-group>
2285 </trans-unit>
2286 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2287 <source>Danger Zone</source>
2288 <target>Danĝerejo</target>
2289 <context-group name="null">
2290 <context context-type="linenumber">86</context>
2291 </context-group>
2292 </trans-unit>
2293 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2294 <source>Send a link to reset the password by email to the user</source>
2295 <target>Sendu ligilon al uzanto per retpoŝto por ŝanĝi la pasvorton</target>
2296 <context-group name="null">
2297 <context context-type="linenumber">89</context>
2298 </context-group>
2299 </trans-unit>
2300 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2301 <source>Ask for new password</source>
2302 <target>Peti novan pasvorton</target>
2303 <context-group name="null">
2304 <context context-type="linenumber">90</context>
2305 </context-group>
2306 </trans-unit>
2307 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2308 <source>Manually set the user password</source>
2309 <target>Ŝanĝi pasvorton permane</target>
2310 <context-group name="null">
2311 <context context-type="linenumber">94</context>
2312 </context-group>
2313 </trans-unit>
2314 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2315 <source>Show</source>
2316 <target>Montri</target>
2317 <context-group name="null">
2318 <context context-type="linenumber">10</context>
2319 </context-group>
2320 </trans-unit>
2321 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2322 <source>Hide</source>
2323 <target>Kaŝi</target>
2324 <context-group name="null">
2325 <context context-type="linenumber">11</context>
2326 </context-group>
2327 </trans-unit>
2113 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2328 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2114 <source>Users list</source> 2329 <source>Users list</source>
2115 <target>Listo de uzantoj</target> 2330 <target>Listo de uzantoj</target>
@@ -2117,6 +2332,13 @@
2117 <context context-type="linenumber">2</context> 2332 <context context-type="linenumber">2</context>
2118 </context-group> 2333 </context-group>
2119 </trans-unit> 2334 </trans-unit>
2335 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4">
2336 <source>Batch actions</source>
2337 <target>Agoj stapaj</target>
2338 <context-group name="null">
2339 <context context-type="linenumber">19</context>
2340 </context-group>
2341 </trans-unit>
2120 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 2342 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
2121 <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> 2343 <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>
2122 <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> 2344 <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>
@@ -2124,11 +2346,64 @@
2124 <context context-type="linenumber">40</context> 2346 <context context-type="linenumber">40</context>
2125 </context-group> 2347 </context-group>
2126 </trans-unit> 2348 </trans-unit>
2349 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
2350 <source>(banned)</source>
2351 <target>(forbarita)</target>
2352 <context-group name="null">
2353 <context context-type="linenumber">65</context>
2354 </context-group>
2355 </trans-unit>
2127 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c"> 2356 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
2128 <source>Go to the account page</source> 2357 <source>Go to the account page</source>
2129 <target>Iri al paĝo de la konto</target> 2358 <target>Iri al paĝo de la konto</target>
2130 <context-group name="null"> 2359 <context-group name="null">
2131 <context context-type="linenumber">134</context> 2360 <context context-type="linenumber">179</context>
2361 </context-group>
2362 </trans-unit>
2363 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2364 <source>User's email must be verified to login</source>
2365 <target>Por saluti, la retpoŝtadreso de la uzanto devas esti konfirmita</target>
2366 <context-group name="null">
2367 <context context-type="linenumber">72</context>
2368 </context-group>
2369 </trans-unit>
2370 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2371 <source>User's email is verified / User can login without email verification</source>
2372 <target>Retpoŝtadreso de la uzanto estas konfirmita / Uzanto povas saluti sen konfirmo de retpoŝtadreso</target>
2373 <context-group name="null">
2374 <context context-type="linenumber">76</context>
2375 </context-group>
2376 </trans-unit>
2377 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
2378 <source>Ban reason:</source>
2379 <target>Kialo de forbaro:</target>
2380 <context-group name="null">
2381 <context context-type="linenumber">95</context>
2382 </context-group>
2383 </trans-unit>
2384 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
2385 <source>Moderation comment</source>
2386 <target>Reguliga komento</target>
2387 <context-group name="null">
2388 <context context-type="linenumber">3</context>
2389 </context-group>
2390 </trans-unit>
2391 <trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964">
2392 <source>
2393 This comment can only be seen by you or the other moderators.
2394 </source>
2395 <target>
2396 Tiun ĉi komenton povas vidi nur vi aŭ la aliaj reguligantoj.
2397 </target>
2398 <context-group name="null">
2399 <context context-type="linenumber">18</context>
2400 </context-group>
2401 </trans-unit>
2402 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
2403 <source>Update this comment</source>
2404 <target>Ĝisdatigi ĉi tiun komenton</target>
2405 <context-group name="null">
2406 <context context-type="linenumber">26</context>
2132 </context-group> 2407 </context-group>
2133 </trans-unit> 2408 </trans-unit>
2134 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2"> 2409 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
@@ -2145,6 +2420,13 @@
2145 <context context-type="linenumber">14</context> 2420 <context context-type="linenumber">14</context>
2146 </context-group> 2421 </context-group>
2147 </trans-unit> 2422 </trans-unit>
2423 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
2424 <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>
2425 <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>
2426 <context-group name="null">
2427 <context context-type="linenumber">11</context>
2428 </context-group>
2429 </trans-unit>
2148 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 2430 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
2149 <source>Go to the account</source> 2431 <source>Go to the account</source>
2150 <target>Iri al la konto</target> 2432 <target>Iri al la konto</target>
@@ -2159,11 +2441,81 @@
2159 <context context-type="linenumber">33</context> 2441 <context context-type="linenumber">33</context>
2160 </context-group> 2442 </context-group>
2161 </trans-unit> 2443 </trans-unit>
2162 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1"> 2444 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
2163 <source>Blacklisted videos</source> 2445 <source>Actions</source>
2164 <target>Fortenataj videoj</target> 2446 <target>Agoj</target>
2165 <context-group name="null"> 2447 <context-group name="null">
2166 <context context-type="linenumber">7</context> 2448 <context context-type="linenumber">35</context>
2449 </context-group>
2450 </trans-unit>
2451 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
2452 <source>Reason:</source>
2453 <target>Kialo:</target>
2454 <context-group name="null">
2455 <context context-type="linenumber">53</context>
2456 </context-group>
2457 </trans-unit>
2458 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638">
2459 <source>Moderation comment:</source>
2460 <target>Reguliga komento:</target>
2461 <context-group name="null">
2462 <context context-type="linenumber">57</context>
2463 </context-group>
2464 </trans-unit>
2465 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
2466 <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>
2467 <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>
2468 <context-group name="null">
2469 <context context-type="linenumber">8</context>
2470 </context-group>
2471 </trans-unit>
2472 <trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a">
2473 <source>Sensitive</source>
2474 <target>Konsterna</target>
2475 <context-group name="null">
2476 <context context-type="linenumber">9</context>
2477 </context-group>
2478 </trans-unit>
2479 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2480 <source>Unfederated</source>
2481 <target>Nefedera</target>
2482 <context-group name="null">
2483 <context context-type="linenumber">10</context>
2484 </context-group>
2485 </trans-unit>
2486 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2487 <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>
2488 <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>
2489 <context-group name="null">
2490 <context context-type="linenumber">11</context>
2491 </context-group>
2492 </trans-unit>
2493 <trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f">
2494 <source>Blacklist reason:</source>
2495 <target>Kialo de forteno:</target>
2496 <context-group name="null">
2497 <context context-type="linenumber">43</context>
2498 </context-group>
2499 </trans-unit>
2500 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2501 <source>Unblacklist</source>
2502 <target>Reteni</target>
2503 <context-group name="null">
2504 <context context-type="linenumber">146</context>
2505 </context-group>
2506 </trans-unit>
2507 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2508 <source>Moderation</source>
2509 <target>Reguligo</target>
2510 <context-group name="null">
2511 <context context-type="linenumber">2</context>
2512 </context-group>
2513 </trans-unit>
2514 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e">
2515 <source>Video abuses</source>
2516 <target>Filmaj misuzoj</target>
2517 <context-group name="null">
2518 <context context-type="linenumber">5</context>
2167 </context-group> 2519 </context-group>
2168 </trans-unit> 2520 </trans-unit>
2169 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2521 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
@@ -2177,7 +2529,7 @@
2177 <source>Muted servers</source> 2529 <source>Muted servers</source>
2178 <target>Silentigitaj serviloj</target> 2530 <target>Silentigitaj serviloj</target>
2179 <context-group name="null"> 2531 <context-group name="null">
2180 <context context-type="linenumber">11</context> 2532 <context context-type="linenumber">13</context>
2181 </context-group> 2533 </context-group>
2182 </trans-unit> 2534 </trans-unit>
2183 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2535 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2187,6 +2539,20 @@
2187 <context context-type="linenumber">12</context> 2539 <context context-type="linenumber">12</context>
2188 </context-group> 2540 </context-group>
2189 </trans-unit> 2541 </trans-unit>
2542 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2543 <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>
2544 <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>
2545 <context-group name="null">
2546 <context context-type="linenumber">13</context>
2547 </context-group>
2548 </trans-unit>
2549 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
2550 <source>Unmute</source>
2551 <target>Malsilentigi</target>
2552 <context-group name="null">
2553 <context context-type="linenumber">23</context>
2554 </context-group>
2555 </trans-unit>
2190 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 2556 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
2191 <source>Video quota:</source> 2557 <source>Video quota:</source>
2192 <target>Datumlimo por filmoj:</target> 2558 <target>Datumlimo por filmoj:</target>
@@ -2215,29 +2581,43 @@
2215 <context context-type="linenumber">19</context> 2581 <context context-type="linenumber">19</context>
2216 </context-group> 2582 </context-group>
2217 </trans-unit> 2583 </trans-unit>
2218 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79"> 2584 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf">
2219 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2585 <source>Change ownership</source>
2220 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj</target> 2586 <target>Ŝanĝi posedon</target>
2221 <context-group name="null"> 2587 <context-group name="null">
2222 <context context-type="linenumber">19</context> 2588 <context context-type="linenumber">40</context>
2589 </context-group>
2590 </trans-unit>
2591 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
2592 <source>Select the next owner</source>
2593 <target>Elektu la sekvan posedanton</target>
2594 <context-group name="null">
2595 <context context-type="linenumber">10</context>
2223 </context-group> 2596 </context-group>
2224 </trans-unit> 2597 </trans-unit>
2225 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a"> 2598 <trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8">
2226 <source> 2599 <source>
2227 Cancel 2600 Cancel
2228 </source> 2601 </source>
2229 <target> 2602 <target>
2230 Nuligi 2603 Nuligi
2231 </target> 2604 </target>
2232 <context-group name="null"> 2605 <context-group name="null">
2233 <context context-type="linenumber">30</context> 2606 <context context-type="linenumber">35</context>
2234 </context-group> 2607 </context-group>
2235 </trans-unit> 2608 </trans-unit>
2236 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260"> 2609 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
2237 <source>Create another video channel</source> 2610 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2238 <target>Krei alian filman kanalon</target> 2611 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj</target>
2239 <context-group name="null"> 2612 <context-group name="null">
2240 <context context-type="linenumber">4</context> 2613 <context context-type="linenumber">13</context>
2614 </context-group>
2615 </trans-unit>
2616 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2617 <source>Blacklisted</source>
2618 <target>Fortenita</target>
2619 <context-group name="null">
2620 <context context-type="linenumber">16</context>
2241 </context-group> 2621 </context-group>
2242 </trans-unit> 2622 </trans-unit>
2243 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2623 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2254,11 +2634,11 @@
2254 <context context-type="linenumber">6</context> 2634 <context context-type="linenumber">6</context>
2255 </context-group> 2635 </context-group>
2256 </trans-unit> 2636 </trans-unit>
2257 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9"> 2637 <trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558">
2258 <source>Display name</source> 2638 <source>Example: my_channel</source>
2259 <target>Prezenta nomo</target> 2639 <target>Ekzemplo: mia_kanalo</target>
2260 <context-group name="null"> 2640 <context-group name="null">
2261 <context context-type="linenumber">6</context> 2641 <context context-type="linenumber">15</context>
2262 </context-group> 2642 </context-group>
2263 </trans-unit> 2643 </trans-unit>
2264 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2644 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
@@ -2277,6 +2657,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2277 <context context-type="linenumber">8</context> 2657 <context context-type="linenumber">8</context>
2278 </context-group> 2658 </context-group>
2279 </trans-unit> 2659 </trans-unit>
2660 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
2661 <source>You don't have any subscriptions yet.</source>
2662 <target>Vi ankoraŭ ne havas abonantojn.</target>
2663 <context-group name="null">
2664 <context context-type="linenumber">1</context>
2665 </context-group>
2666 </trans-unit>
2280 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add"> 2667 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
2281 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source> 2668 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
2282 <target>Kreita de <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target> 2669 <target>Kreita de <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
@@ -2291,18 +2678,141 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2291 <context context-type="linenumber">16</context> 2678 <context context-type="linenumber">16</context>
2292 </context-group> 2679 </context-group>
2293 </trans-unit> 2680 </trans-unit>
2294 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123"> 2681 <trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804">
2295 <source>Delete history</source> 2682 <source>Accept ownership</source>
2296 <target>Forigi historion</target> 2683 <target>Akcepti posedon</target>
2297 <context-group name="null"> 2684 <context-group name="null">
2298 <context context-type="linenumber">8</context> 2685 <context context-type="linenumber">3</context>
2686 </context-group>
2687 </trans-unit>
2688 <trans-unit id="4570c754149df06f31096510abfc925968c35562">
2689 <source>Select the target channel</source>
2690 <target>Elekti la celan kanalon</target>
2691 <context-group name="null">
2692 <context context-type="linenumber">10</context>
2693 </context-group>
2694 </trans-unit>
2695 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
2696 <source>Initiator</source>
2697 <target>Iniciatinto</target>
2698 <context-group name="null">
2699 <context context-type="linenumber">13</context>
2700 </context-group>
2701 </trans-unit>
2702 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
2703 <source>
2704 Created
2705 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2706 </source>
2707 <target>
2708 Kreita
2709 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
2710 </target>
2711 <context-group name="null">
2712 <context context-type="linenumber">15</context>
2713 </context-group>
2714 </trans-unit>
2715 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1">
2716 <source>Status</source>
2717 <target>Stato</target>
2718 <context-group name="null">
2719 <context context-type="linenumber">19</context>
2720 </context-group>
2721 </trans-unit>
2722 <trans-unit id="1bd5e17c9582661e20763a7634ef07881e33bbd7">
2723 <source>Action</source>
2724 <target>Ago</target>
2725 <context-group name="null">
2726 <context context-type="linenumber">20</context>
2727 </context-group>
2728 </trans-unit>
2729 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff">
2730 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
2731 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
2732 <context-group name="null">
2733 <context context-type="linenumber">39</context>
2734 </context-group>
2735 </trans-unit>
2736 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2737 <source>Refuse</source>
2738 <target>Rifuzi</target>
2739 <context-group name="null">
2740 <context context-type="linenumber">47</context>
2741 </context-group>
2742 </trans-unit>
2743 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
2744 <source>Muted instances</source>
2745 <target>Silentigitaj nodoj</target>
2746 <context-group name="null">
2747 <context context-type="linenumber">2</context>
2748 </context-group>
2749 </trans-unit>
2750 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2751 <source>History enabled</source>
2752 <target>Historio ŝaltita</target>
2753 <context-group name="null">
2754 <context context-type="linenumber">4</context>
2299 </context-group> 2755 </context-group>
2300 </trans-unit> 2756 </trans-unit>
2301 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 2757 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2302 <source>You don't have videos history yet.</source> 2758 <source>You don't have videos history yet.</source>
2303 <target>Vi ne jam havas filman historion.</target> 2759 <target>Vi ne jam havas filman historion.</target>
2304 <context-group name="null"> 2760 <context-group name="null">
2305 <context context-type="linenumber">13</context> 2761 <context context-type="linenumber">14</context>
2762 </context-group>
2763 </trans-unit>
2764 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
2765 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2766 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj</target>
2767 <context-group name="null">
2768 <context context-type="linenumber">22</context>
2769 </context-group>
2770 </trans-unit>
2771 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2772 <source>
2773 <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;"/>
2774 Notification preferences
2775 </source>
2776 <target>
2777 <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;"/>
2778 Sciigaj agordoj
2779 </target>
2780 <context-group name="null">
2781 <context context-type="linenumber">2</context>
2782 </context-group>
2783 </trans-unit>
2784 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2785 <source>
2786 <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;"/>
2787 Mark all as read
2788 </source>
2789 <target>
2790 <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;"/>
2791 Marki ĉion kiel legitan
2792 </target>
2793 <context-group name="null">
2794 <context context-type="linenumber">7</context>
2795 </context-group>
2796 </trans-unit>
2797 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2798 <source>Privacy</source>
2799 <target>Privateco</target>
2800 <context-group name="null">
2801 <context context-type="linenumber">205</context>
2802 </context-group>
2803 </trans-unit>
2804 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2805 <source>Channel</source>
2806 <target>Kanalo</target>
2807 <context-group name="null">
2808 <context context-type="linenumber">39</context>
2809 </context-group>
2810 </trans-unit>
2811 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2812 <source>Upload thumbnail</source>
2813 <target>Alŝuti miniaturon</target>
2814 <context-group name="null">
2815 <context context-type="linenumber">192</context>
2306 </context-group> 2816 </context-group>
2307 </trans-unit> 2817 </trans-unit>
2308 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2818 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
@@ -2340,6 +2850,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2340 <context context-type="linenumber">3</context> 2850 <context context-type="linenumber">3</context>
2341 </context-group> 2851 </context-group>
2342 </trans-unit> 2852 </trans-unit>
2853 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
2854 <source>Use WebTorrent to exchange parts of the video with others</source>
2855 <target>Uzi teĥnikaron WebTorrent por interŝanĝi partojn de la video kun aliuloj</target>
2856 <context-group name="null">
2857 <context context-type="linenumber">21</context>
2858 </context-group>
2859 </trans-unit>
2343 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2"> 2860 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2">
2344 <source>Automatically plays video</source> 2861 <source>Automatically plays video</source>
2345 <target>Memfare ludas filmon</target> 2862 <target>Memfare ludas filmon</target>
@@ -2347,13 +2864,6 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2347 <context context-type="linenumber">28</context> 2864 <context context-type="linenumber">28</context>
2348 </context-group> 2865 </context-group>
2349 </trans-unit> 2866 </trans-unit>
2350 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2351 <source>Save</source>
2352 <target>Konservi</target>
2353 <context-group name="null">
2354 <context context-type="linenumber">32</context>
2355 </context-group>
2356 </trans-unit>
2357 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2867 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2358 <source>Update my profile</source> 2868 <source>Update my profile</source>
2359 <target>Ĝisdatigi mian profilon</target> 2869 <target>Ĝisdatigi mian profilon</target>
@@ -2377,11 +2887,18 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2377 </trans-unit> 2887 </trans-unit>
2378 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9"> 2888 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
2379 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source> 2889 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
2380 <target>(postafiksoj: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, pleja grando: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target> 2890 <target>(dosiersufiksoj: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, pleja grando: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target>
2381 <context-group name="null"> 2891 <context-group name="null">
2382 <context context-type="linenumber">18</context> 2892 <context context-type="linenumber">18</context>
2383 </context-group> 2893 </context-group>
2384 </trans-unit> 2894 </trans-unit>
2895 <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d">
2896 <source>Once you delete your account, there is no going back. Please be certain.</source>
2897 <target>Post forigo de konto ne plu ekzistas revenvojo. Bonvolu certi.</target>
2898 <context-group name="null">
2899 <context context-type="linenumber">2</context>
2900 </context-group>
2901 </trans-unit>
2385 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45"> 2902 <trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45">
2386 <source>Delete your account</source> 2903 <source>Delete your account</source>
2387 <target>Forigi vian konton</target> 2904 <target>Forigi vian konton</target>
@@ -2389,6 +2906,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2389 <context context-type="linenumber">4</context> 2906 <context context-type="linenumber">4</context>
2390 </context-group> 2907 </context-group>
2391 </trans-unit> 2908 </trans-unit>
2909 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
2910 <source>Activities</source>
2911 <target>Okazoj</target>
2912 <context-group name="null">
2913 <context context-type="linenumber">2</context>
2914 </context-group>
2915 </trans-unit>
2916 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
2917 <source>Web</source>
2918 <target>Reto</target>
2919 <context-group name="null">
2920 <context context-type="linenumber">3</context>
2921 </context-group>
2922 </trans-unit>
2392 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd"> 2923 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
2393 <source> 2924 <source>
2394 Sorry, but we couldn't find the page you were looking for. 2925 Sorry, but we couldn't find the page you were looking for.
@@ -2400,6 +2931,28 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2400 <context context-type="linenumber">1</context> 2931 <context context-type="linenumber">1</context>
2401 </context-group> 2932 </context-group>
2402 </trans-unit> 2933 </trans-unit>
2934 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530">
2935 <source>
2936 Verify account email confirmation
2937 </source>
2938 <target>
2939 Kontroli retleteran konfirmon de la konto
2940 </target>
2941 <context-group name="null">
2942 <context context-type="linenumber">2</context>
2943 </context-group>
2944 </trans-unit>
2945 <trans-unit id="066569dd934e07e4a5f70c415692be17d5715b57">
2946 <source>
2947 Your email has been verified and you may now login. Redirecting...
2948 </source>
2949 <target>
2950 Via retpoŝtadreso estas konfirmita kaj vi nun povas saluti. Alidirektante…
2951 </target>
2952 <context-group name="null">
2953 <context context-type="linenumber">6</context>
2954 </context-group>
2955 </trans-unit>
2403 <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48"> 2956 <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48">
2404 <source>An error occurred. </source> 2957 <source>An error occurred. </source>
2405 <target>Eraro okazis.</target> 2958 <target>Eraro okazis.</target>
@@ -2412,7 +2965,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2412 Request email for account verification 2965 Request email for account verification
2413 </source> 2966 </source>
2414 <target> 2967 <target>
2415 Peti retmesaĝon por konta kontrolo 2968 Peti retleteron por kontrolo de la konto
2416 </target> 2969 </target>
2417 <context-group name="null"> 2970 <context-group name="null">
2418 <context context-type="linenumber">2</context> 2971 <context context-type="linenumber">2</context>
@@ -2420,11 +2973,18 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2420 </trans-unit> 2973 </trans-unit>
2421 <trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af"> 2974 <trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af">
2422 <source>Send verification email</source> 2975 <source>Send verification email</source>
2423 <target>Sendi kontrolan retmesaĝon</target> 2976 <target>Sendi konfirman retleteron</target>
2424 <context-group name="null"> 2977 <context-group name="null">
2425 <context context-type="linenumber">17</context> 2978 <context context-type="linenumber">17</context>
2426 </context-group> 2979 </context-group>
2427 </trans-unit> 2980 </trans-unit>
2981 <trans-unit id="a08080316e052053fd20647731a6de826dc8072f">
2982 <source>This instance does not require email verification.</source>
2983 <target>Ĉi tiu nodo ne postulas konfirmon de retpoŝtadreso.</target>
2984 <context-group name="null">
2985 <context context-type="linenumber">20</context>
2986 </context-group>
2987 </trans-unit>
2428 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8"> 2988 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
2429 <source>Support this channel</source> 2989 <source>Support this channel</source>
2430 <target>Subteni tiun ĉi kanalon</target> 2990 <target>Subteni tiun ĉi kanalon</target>
@@ -2443,7 +3003,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2443 <source>URL</source> 3003 <source>URL</source>
2444 <target>Ligilo</target> 3004 <target>Ligilo</target>
2445 <context-group name="null"> 3005 <context-group name="null">
2446 <context context-type="linenumber">17</context> 3006 <context context-type="linenumber">25</context>
2447 </context-group> 3007 </context-group>
2448 </trans-unit> 3008 </trans-unit>
2449 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3009 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2453,18 +3013,11 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2453 <context context-type="linenumber">9</context> 3013 <context context-type="linenumber">9</context>
2454 </context-group> 3014 </context-group>
2455 </trans-unit> 3015 </trans-unit>
2456 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071"> 3016 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2457 <source>Channel</source> 3017 <source>Sorry, but something went wrong</source>
2458 <target>Kanalo</target> 3018 <target>Pardonu, sed io misokazis</target>
2459 <context-group name="null"> 3019 <context-group name="null">
2460 <context context-type="linenumber">39</context> 3020 <context context-type="linenumber">49</context>
2461 </context-group>
2462 </trans-unit>
2463 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2464 <source>Privacy</source>
2465 <target>Privateco</target>
2466 <context-group name="null">
2467 <context context-type="linenumber">160</context>
2468 </context-group> 3021 </context-group>
2469 </trans-unit> 3022 </trans-unit>
2470 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 3023 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
@@ -2482,7 +3035,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2482 <source>Update</source> 3035 <source>Update</source>
2483 <target>Ĝisdatigi</target> 3036 <target>Ĝisdatigi</target>
2484 <context-group name="null"> 3037 <context-group name="null">
2485 <context context-type="linenumber">93</context> 3038 <context context-type="linenumber">138</context>
2486 </context-group> 3039 </context-group>
2487 </trans-unit> 3040 </trans-unit>
2488 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3041 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2492,6 +3045,24 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2492 <context context-type="linenumber">6</context> 3045 <context context-type="linenumber">6</context>
2493 </context-group> 3046 </context-group>
2494 </trans-unit> 3047 </trans-unit>
3048 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb">
3049 <source>Scheduled</source>
3050 <target>Planita</target>
3051 <context-group name="null">
3052 <context context-type="linenumber">25</context>
3053 </context-group>
3054 </trans-unit>
3055 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3056 <source>
3057 Congratulations! Your video is now available in your private library.
3058</source>
3059 <target>
3060 Gratulon! Via filmo nun estas atingebla per via privata biblioteko.
3061</target>
3062 <context-group name="null">
3063 <context context-type="linenumber">45</context>
3064 </context-group>
3065 </trans-unit>
2495 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 3066 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2496 <source>Publish will be available when upload is finished</source> 3067 <source>Publish will be available when upload is finished</source>
2497 <target>Eldono eblos post fino de alŝuto</target> 3068 <target>Eldono eblos post fino de alŝuto</target>
@@ -2594,6 +3165,17 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2594 <context context-type="linenumber">24</context> 3165 <context context-type="linenumber">24</context>
2595 </context-group> 3166 </context-group>
2596 </trans-unit> 3167 </trans-unit>
3168 <trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3">
3169 <source>
3170 This will replace an existing caption!
3171 </source>
3172 <target>
3173 Tio anstataŭigos jaman transskribon!
3174 </target>
3175 <context-group name="null">
3176 <context context-type="linenumber">29</context>
3177 </context-group>
3178 </trans-unit>
2597 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c"> 3179 <trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c">
2598 <source>Add this caption</source> 3180 <source>Add this caption</source>
2599 <target>Aldoni ĉi tiun transskribon</target> 3181 <target>Aldoni ĉi tiun transskribon</target>
@@ -2612,7 +3194,28 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2612 <source>Tags</source> 3194 <source>Tags</source>
2613 <target>Etikedoj</target> 3195 <target>Etikedoj</target>
2614 <context-group name="null"> 3196 <context-group name="null">
2615 <context context-type="linenumber">197</context> 3197 <context context-type="linenumber">242</context>
3198 </context-group>
3199 </trans-unit>
3200 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
3201 <source>Tags could be used to suggest relevant recommendations.&lt;/br&gt;Press Enter to add a new tag.</source>
3202 <target>Etikedojn eblas uzi por proponi rilatajn rekomendojn.&lt;/br&gt;Premu la enigan klavon por aldoni novan etikedon.</target>
3203 <context-group name="null">
3204 <context context-type="linenumber">18</context>
3205 </context-group>
3206 </trans-unit>
3207 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
3208 <source>+ Tag</source>
3209 <target>+ Etikedo</target>
3210 <context-group name="null">
3211 <context context-type="linenumber">21</context>
3212 </context-group>
3213 </trans-unit>
3214 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
3215 <source>Enter a new tag</source>
3216 <target>Enigu novan etikedon</target>
3217 <context-group name="null">
3218 <context context-type="linenumber">21</context>
2616 </context-group> 3219 </context-group>
2617 </trans-unit> 3220 </trans-unit>
2618 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e"> 3221 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
@@ -2678,6 +3281,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2678 <context context-type="linenumber">151</context> 3281 <context context-type="linenumber">151</context>
2679 </context-group> 3282 </context-group>
2680 </trans-unit> 3283 </trans-unit>
3284 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
3285 <source>Already uploaded ✔</source>
3286 <target>Jam alŝutita ✔</target>
3287 <context-group name="null">
3288 <context context-type="linenumber">155</context>
3289 </context-group>
3290 </trans-unit>
3291 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
3292 <source>Will be created on update</source>
3293 <target>Kreiĝos je ĝisdatigo</target>
3294 <context-group name="null">
3295 <context context-type="linenumber">163</context>
3296 </context-group>
3297 </trans-unit>
2681 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9"> 3298 <trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9">
2682 <source>Cancel create</source> 3299 <source>Cancel create</source>
2683 <target>Nuligi kreon</target> 3300 <target>Nuligi kreon</target>
@@ -2685,6 +3302,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2685 <context context-type="linenumber">165</context> 3302 <context context-type="linenumber">165</context>
2686 </context-group> 3303 </context-group>
2687 </trans-unit> 3304 </trans-unit>
3305 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
3306 <source>Will be deleted on update</source>
3307 <target>Foriĝos je ĝisdatigo</target>
3308 <context-group name="null">
3309 <context context-type="linenumber">171</context>
3310 </context-group>
3311 </trans-unit>
2688 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c"> 3312 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
2689 <source>Cancel deletion</source> 3313 <source>Cancel deletion</source>
2690 <target>Nuligi forigon</target> 3314 <target>Nuligi forigon</target>
@@ -2692,6 +3316,17 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2692 <context context-type="linenumber">173</context> 3316 <context context-type="linenumber">173</context>
2693 </context-group> 3317 </context-group>
2694 </trans-unit> 3318 </trans-unit>
3319 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
3320 <source>
3321 No captions for now.
3322 </source>
3323 <target>
3324 Ankoraŭ neniuj transkriboj.
3325 </target>
3326 <context-group name="null">
3327 <context context-type="linenumber">178</context>
3328 </context-group>
3329 </trans-unit>
2695 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93"> 3330 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2696 <source>Captions</source> 3331 <source>Captions</source>
2697 <target>Transskriboj</target> 3332 <target>Transskriboj</target>
@@ -2699,13 +3334,6 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2699 <context context-type="linenumber">135</context> 3334 <context context-type="linenumber">135</context>
2700 </context-group> 3335 </context-group>
2701 </trans-unit> 3336 </trans-unit>
2702 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2703 <source>Upload thumbnail</source>
2704 <target>Alŝuti miniaturon</target>
2705 <context-group name="null">
2706 <context context-type="linenumber">192</context>
2707 </context-group>
2708 </trans-unit>
2709 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3337 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2710 <source>Upload preview</source> 3338 <source>Upload preview</source>
2711 <target>Alŝuti antaŭrigardon</target> 3339 <target>Alŝuti antaŭrigardon</target>
@@ -2717,7 +3345,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2717 <source>Support</source> 3345 <source>Support</source>
2718 <target>Subteno</target> 3346 <target>Subteno</target>
2719 <context-group name="null"> 3347 <context-group name="null">
2720 <context context-type="linenumber">70</context> 3348 <context context-type="linenumber">101</context>
2721 </context-group> 3349 </context-group>
2722 </trans-unit> 3350 </trans-unit>
2723 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3351 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -2727,6 +3355,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2727 <context context-type="linenumber">206</context> 3355 <context context-type="linenumber">206</context>
2728 </context-group> 3356 </context-group>
2729 </trans-unit> 3357 </trans-unit>
3358 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3359 <source>Original publication date</source>
3360 <target>Originala dato de publikigo</target>
3361 <context-group name="null">
3362 <context context-type="linenumber">219</context>
3363 </context-group>
3364 </trans-unit>
3365 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3366 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3367 <target>Ĉi tio estas la dato kiam la aŭdvidaĵo originale publikiĝis (ekz. dato de eldono de kinofilmo)</target>
3368 <context-group name="null">
3369 <context context-type="linenumber">220</context>
3370 </context-group>
3371 </trans-unit>
2730 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 3372 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2731 <source>Enable video comments</source> 3373 <source>Enable video comments</source>
2732 <target>Ŝalti komentojn al filmo</target> 3374 <target>Ŝalti komentojn al filmo</target>
@@ -2734,6 +3376,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2734 <context context-type="linenumber">234</context> 3376 <context context-type="linenumber">234</context>
2735 </context-group> 3377 </context-group>
2736 </trans-unit> 3378 </trans-unit>
3379 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3380 <source>Enable download</source>
3381 <target>Ŝalti elŝuton</target>
3382 <context-group name="null">
3383 <context context-type="linenumber">239</context>
3384 </context-group>
3385 </trans-unit>
2737 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3386 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2738 <source>Advanced settings</source> 3387 <source>Advanced settings</source>
2739 <target>Specialaj agordoj</target> 3388 <target>Specialaj agordoj</target>
@@ -2795,7 +3444,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2795 <source>Download</source> 3444 <source>Download</source>
2796 <target>Elŝuto</target> 3445 <target>Elŝuto</target>
2797 <context-group name="null"> 3446 <context-group name="null">
2798 <context context-type="linenumber">85</context> 3447 <context context-type="linenumber">130</context>
2799 </context-group> 3448 </context-group>
2800 </trans-unit> 3449 </trans-unit>
2801 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3450 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -2805,32 +3454,70 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2805 <context context-type="linenumber">3</context> 3454 <context context-type="linenumber">3</context>
2806 </context-group> 3455 </context-group>
2807 </trans-unit> 3456 </trans-unit>
3457 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
3458 <source>
3459 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
3460 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
3461 </source>
3462 <target>
3463 Via raporto sendiĝos al reguligantoj de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
3464 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Ĝi plusendiĝos al la originala nodo <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> ankaŭ.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
3465 </target>
3466 <context-group name="null">
3467 <context context-type="linenumber">9</context>
3468 </context-group>
3469 </trans-unit>
2808 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3470 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2809 <source>Share</source> 3471 <source>Share</source>
2810 <target>Kunhavigi</target> 3472 <target>Kunhavigi</target>
2811 <context-group name="null"> 3473 <context-group name="null">
2812 <context context-type="linenumber">75</context> 3474 <context context-type="linenumber">106</context>
2813 </context-group> 3475 </context-group>
2814 </trans-unit> 3476 </trans-unit>
2815 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3477 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2816 <source>QR-Code</source> 3478 <source>QR-Code</source>
2817 <target>Rapidresponda kodo</target> 3479 <target>Rapidresponda kodo</target>
2818 <context-group name="null"> 3480 <context-group name="null">
2819 <context context-type="linenumber">29</context> 3481 <context context-type="linenumber">37</context>
2820 </context-group> 3482 </context-group>
2821 </trans-unit> 3483 </trans-unit>
2822 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3484 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2823 <source>Embed</source> 3485 <source>Embed</source>
2824 <target>Enkorpigi</target> 3486 <target>Enkorpigi</target>
2825 <context-group name="null"> 3487 <context-group name="null">
2826 <context context-type="linenumber">34</context> 3488 <context context-type="linenumber">42</context>
3489 </context-group>
3490 </trans-unit>
3491 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
3492 <source>
3493 The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
3494 </source>
3495 <target>
3496 La URL ne estas sekurigita (per HTTPS), do la enkorpigita filma ne funkcios en retpaĝaroj kun HTTPS (foliumiloj haltigas nesekurigitajn HTTP-petojn por retpaĝaroj kun HTTPS).
3497 </target>
3498 <context-group name="null">
3499 <context context-type="linenumber">53</context>
2827 </context-group> 3500 </context-group>
2828 </trans-unit> 3501 </trans-unit>
2829 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3502 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
2830 <source>Close</source> 3503 <source>Close</source>
2831 <target>Fermi</target> 3504 <target>Fermi</target>
2832 <context-group name="null"> 3505 <context-group name="null">
2833 <context context-type="linenumber">51</context> 3506 <context context-type="linenumber">59</context>
3507 </context-group>
3508 </trans-unit>
3509 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
3510 <source>Blacklist video</source>
3511 <target>Forteni filmon</target>
3512 <context-group name="null">
3513 <context context-type="linenumber">3</context>
3514 </context-group>
3515 </trans-unit>
3516 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
3517 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
3518 <target>Malfederi la filmon (peti ĝian forigon de foraj nodoj)</target>
3519 <context-group name="null">
3520 <context context-type="linenumber">21</context>
2834 </context-group> 3521 </context-group>
2835 </trans-unit> 3522 </trans-unit>
2836 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d"> 3523 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d">
@@ -2841,7 +3528,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2841 La filmo estas enportata, kaj disponeblos post kiam la enporto finiĝos. 3528 La filmo estas enportata, kaj disponeblos post kiam la enporto finiĝos.
2842 </target> 3529 </target>
2843 <context-group name="null"> 3530 <context-group name="null">
2844 <context context-type="linenumber">11</context> 3531 <context context-type="linenumber">39</context>
2845 </context-group> 3532 </context-group>
2846 </trans-unit> 3533 </trans-unit>
2847 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3534 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -2852,112 +3539,173 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2852 La filmo estas transkodata; eble ĝi ne funkcios bone. 3539 La filmo estas transkodata; eble ĝi ne funkcios bone.
2853 </target> 3540 </target>
2854 <context-group name="null"> 3541 <context-group name="null">
2855 <context context-type="linenumber">15</context> 3542 <context context-type="linenumber">43</context>
3543 </context-group>
3544 </trans-unit>
3545 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
3546 <source>
3547 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3548 </source>
3549 <target>
3550 Ĉi tiu filmo publikiĝos je <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3551 </target>
3552 <context-group name="null">
3553 <context context-type="linenumber">47</context>
3554 </context-group>
3555 </trans-unit>
3556 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3557 <source>This video is blacklisted.</source>
3558 <target>Ĉi tiu filmo estas fortenata.</target>
3559 <context-group name="null">
3560 <context context-type="linenumber">56</context>
3561 </context-group>
3562 </trans-unit>
3563 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
3564 <source>
3565 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3566 </source>
3567 <target>
3568 Publikigita <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> – <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj
3569 </target>
3570 <context-group name="null">
3571 <context context-type="linenumber">76</context>
2856 </context-group> 3572 </context-group>
2857 </trans-unit> 3573 </trans-unit>
2858 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3574 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
2859 <source>Like this video</source> 3575 <source>Like this video</source>
2860 <target>Ŝati ĉi tiun filmon</target> 3576 <target>Ŝati ĉi tiun filmon</target>
2861 <context-group name="null"> 3577 <context-group name="null">
2862 <context context-type="linenumber">55</context> 3578 <context context-type="linenumber">86</context>
2863 </context-group> 3579 </context-group>
2864 </trans-unit> 3580 </trans-unit>
2865 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3581 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
2866 <source>Dislike this video</source> 3582 <source>Dislike this video</source>
2867 <target>Malŝati tiun ĉi filmon</target> 3583 <target>Malŝati tiun ĉi filmon</target>
2868 <context-group name="null"> 3584 <context-group name="null">
2869 <context context-type="linenumber">63</context> 3585 <context context-type="linenumber">94</context>
2870 </context-group> 3586 </context-group>
2871 </trans-unit> 3587 </trans-unit>
2872 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3588 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
2873 <source>Download the video</source> 3589 <source>Download the video</source>
2874 <target>Elŝuti la videon</target> 3590 <target>Elŝuti la videon</target>
2875 <context-group name="null"> 3591 <context-group name="null">
2876 <context context-type="linenumber">84</context> 3592 <context context-type="linenumber">129</context>
2877 </context-group> 3593 </context-group>
2878 </trans-unit> 3594 </trans-unit>
2879 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3595 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
2880 <source>Report</source> 3596 <source>Report</source>
2881 <target>Raporti</target> 3597 <target>Raporti</target>
2882 <context-group name="null"> 3598 <context-group name="null">
2883 <context context-type="linenumber">89</context> 3599 <context context-type="linenumber">134</context>
2884 </context-group> 3600 </context-group>
2885 </trans-unit> 3601 </trans-unit>
2886 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3602 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
2887 <source>Report this video</source> 3603 <source>Report this video</source>
2888 <target>Raporti tiun ĉi videon</target> 3604 <target>Raporti tiun ĉi videon</target>
2889 <context-group name="null"> 3605 <context-group name="null">
2890 <context context-type="linenumber">88</context> 3606 <context context-type="linenumber">133</context>
2891 </context-group> 3607 </context-group>
2892 </trans-unit> 3608 </trans-unit>
2893 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3609 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
2894 <source>Update this video</source> 3610 <source>Update this video</source>
2895 <target>Ĝisdatigi tiun ĉi videon</target> 3611 <target>Ĝisdatigi tiun ĉi videon</target>
2896 <context-group name="null"> 3612 <context-group name="null">
2897 <context context-type="linenumber">92</context> 3613 <context context-type="linenumber">137</context>
2898 </context-group> 3614 </context-group>
2899 </trans-unit> 3615 </trans-unit>
2900 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3616 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
2901 <source>Blacklist</source> 3617 <source>Blacklist</source>
2902 <target>Forteni</target> 3618 <target>Forteni</target>
2903 <context-group name="null"> 3619 <context-group name="null">
2904 <context context-type="linenumber">97</context> 3620 <context context-type="linenumber">142</context>
2905 </context-group> 3621 </context-group>
2906 </trans-unit> 3622 </trans-unit>
2907 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3623 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
2908 <source>Blacklist this video</source> 3624 <source>Blacklist this video</source>
2909 <target>Forteni ĉi tiun filmon</target> 3625 <target>Forteni ĉi tiun filmon</target>
2910 <context-group name="null"> 3626 <context-group name="null">
2911 <context context-type="linenumber">96</context> 3627 <context context-type="linenumber">141</context>
2912 </context-group> 3628 </context-group>
2913 </trans-unit> 3629 </trans-unit>
2914 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff"> 3630 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
2915 <source>Unblacklist</source> 3631 <source>Unblacklist this video</source>
2916 <target>Reteni</target> 3632 <target>Reteni ĉi tiun filmon</target>
2917 <context-group name="null"> 3633 <context-group name="null">
2918 <context context-type="linenumber">101</context> 3634 <context context-type="linenumber">145</context>
2919 </context-group> 3635 </context-group>
2920 </trans-unit> 3636 </trans-unit>
2921 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3637 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
2922 <source>Delete this video</source> 3638 <source>Delete this video</source>
2923 <target>Forigi ĉi tiun videon</target> 3639 <target>Forigi ĉi tiun videon</target>
2924 <context-group name="null"> 3640 <context-group name="null">
2925 <context context-type="linenumber">104</context> 3641 <context context-type="linenumber">149</context>
2926 </context-group> 3642 </context-group>
2927 </trans-unit> 3643 </trans-unit>
2928 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3644 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
2929 <source>Go the channel page</source> 3645 <source>Go the channel page</source>
2930 <target>Iri al paĝo de la kanalo</target> 3646 <target>Iri al paĝo de la kanalo</target>
2931 <context-group name="null"> 3647 <context-group name="null">
2932 <context context-type="linenumber">124</context> 3648 <context context-type="linenumber">169</context>
3649 </context-group>
3650 </trans-unit>
3651 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3652 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3653 <target>De <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3654 <context-group name="null">
3655 <context context-type="linenumber">180</context>
2933 </context-group> 3656 </context-group>
2934 </trans-unit> 3657 </trans-unit>
2935 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3658 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
2936 <source>Show more</source> 3659 <source>Show more</source>
2937 <target>Montri pli</target> 3660 <target>Montri pli</target>
2938 <context-group name="null"> 3661 <context-group name="null">
2939 <context context-type="linenumber">147</context> 3662 <context context-type="linenumber">192</context>
2940 </context-group> 3663 </context-group>
2941 </trans-unit> 3664 </trans-unit>
2942 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3665 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
2943 <source>Show less</source> 3666 <source>Show less</source>
2944 <target>Montri malpli</target> 3667 <target>Montri malpli</target>
2945 <context-group name="null"> 3668 <context-group name="null">
2946 <context context-type="linenumber">153</context> 3669 <context context-type="linenumber">198</context>
3670 </context-group>
3671 </trans-unit>
3672 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3673 <source>Originally published</source>
3674 <target>Originale publikigita</target>
3675 <context-group name="null">
3676 <context context-type="linenumber">210</context>
3677 </context-group>
3678 </trans-unit>
3679 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3680 <source>Friendly Reminder: </source>
3681 <target>Afabla rememorigo: </target>
3682 <context-group name="null">
3683 <context context-type="linenumber">258</context>
3684 </context-group>
3685 </trans-unit>
3686 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
3687 <source>
3688 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
3689 </source>
3690 <target>
3691 la kunhaviga sistemo por ĉi tiu filmo implicas, ke certaj teĥnikaj informoj pri via sistemo (ekzemple via IP-adreso) povas sendiĝi al aliaj samtavolanoj.
3692 </target>
3693 <context-group name="null">
3694 <context context-type="linenumber">259</context>
2947 </context-group> 3695 </context-group>
2948 </trans-unit> 3696 </trans-unit>
2949 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3697 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2950 <source>More information</source> 3698 <source>More information</source>
2951 <target>Pliaj informoj</target> 3699 <target>Pliaj informoj</target>
2952 <context-group name="null"> 3700 <context-group name="null">
2953 <context context-type="linenumber">218</context> 3701 <context context-type="linenumber">262</context>
2954 </context-group> 3702 </context-group>
2955 </trans-unit> 3703 </trans-unit>
2956 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3704 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2957 <source>Get more information</source> 3705 <source>Get more information</source>
2958 <target>Akiri pliajn informojn</target> 3706 <target>Akiri pliajn informojn</target>
2959 <context-group name="null"> 3707 <context-group name="null">
2960 <context context-type="linenumber">218</context> 3708 <context context-type="linenumber">262</context>
2961 </context-group> 3709 </context-group>
2962 </trans-unit> 3710 </trans-unit>
2963 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3711 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -2968,7 +3716,18 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
2968 Bone 3716 Bone
2969 </target> 3717 </target>
2970 <context-group name="null"> 3718 <context-group name="null">
2971 <context context-type="linenumber">221</context> 3719 <context context-type="linenumber">265</context>
3720 </context-group>
3721 </trans-unit>
3722 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
3723 <source>
3724 Other videos
3725 </source>
3726 <target>
3727 Aliaj filmoj
3728 </target>
3729 <context-group name="null">
3730 <context context-type="linenumber">2</context>
2972 </context-group> 3731 </context-group>
2973 </trans-unit> 3732 </trans-unit>
2974 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7"> 3733 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
@@ -3025,6 +3784,57 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3025 <context context-type="linenumber">20</context> 3784 <context context-type="linenumber">20</context>
3026 </context-group> 3785 </context-group>
3027 </trans-unit> 3786 </trans-unit>
3787 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
3788 <source>You are one step away from commenting</source>
3789 <target>Nur unu paŝon vi foras de komentado</target>
3790 <context-group name="null">
3791 <context context-type="linenumber">28</context>
3792 </context-group>
3793 </trans-unit>
3794 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
3795 <source>
3796 If you have an account on this instance, you can login:
3797 </source>
3798 <target>
3799 Se vi havas konton ĉe tiu ĉi nodo, vi povas saluti:
3800 </target>
3801 <context-group name="null">
3802 <context context-type="linenumber">32</context>
3803 </context-group>
3804 </trans-unit>
3805 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
3806 <source>login to comment</source>
3807 <target>salutu por komenti</target>
3808 <context-group name="null">
3809 <context context-type="linenumber">35</context>
3810 </context-group>
3811 </trans-unit>
3812 <trans-unit id="a5a3f17c9b4876952d78363834d57280c8684e7c">
3813 <source>
3814 Otherwise you can comment using an account on any ActivityPub-compatible instance.
3815 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3816 from within the software's interface.
3817 </source>
3818 <target>
3819 Alie vi povas komenti per konto de ajna nodo kongrua kun ActivityPub.
3820 En plej multaj sistemoj vi povas trovi la filmon per entajpo de ĝia URL en la serĉujon, kaj poste
3821 ĝin komenti de la fasado
3822 </target>
3823 <context-group name="null">
3824 <context context-type="linenumber">36</context>
3825 </context-group>
3826 </trans-unit>
3827 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
3828 <source>
3829 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
3830 </source>
3831 <target>
3832 Se vi havas konton ĉe Mastodon aŭ Pleroma, vi povas malfermi ĝin rekte en iliaj fasadoj:
3833 </target>
3834 <context-group name="null">
3835 <context context-type="linenumber">41</context>
3836 </context-group>
3837 </trans-unit>
3028 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285"> 3838 <trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285">
3029 <source>Highlighted comment</source> 3839 <source>Highlighted comment</source>
3030 <target>Markita komento</target> 3840 <target>Markita komento</target>
@@ -3039,6 +3849,27 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3039 <context context-type="linenumber">14</context> 3849 <context context-type="linenumber">14</context>
3040 </context-group> 3850 </context-group>
3041 </trans-unit> 3851 </trans-unit>
3852 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3853 <source>Cannot get about information from server</source>
3854 <target>Ne povas ricevi informojn de la servilo</target>
3855 <context-group name="null">
3856 <context context-type="linenumber">1</context>
3857 </context-group>
3858 </trans-unit>
3859 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3860 <source>Your message has been sent.</source>
3861 <target>Via mesaĝo sendiĝis.</target>
3862 <context-group name="null">
3863 <context context-type="linenumber">1</context>
3864 </context-group>
3865 </trans-unit>
3866 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3867 <source>You already sent this form recently</source>
3868 <target>Vi jam sendis ĉi tiun respondilon freŝdate</target>
3869 <context-group name="null">
3870 <context context-type="linenumber">1</context>
3871 </context-group>
3872 </trans-unit>
3042 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968"> 3873 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3043 <source>No description</source> 3874 <source>No description</source>
3044 <target>Neniu priskribo</target> 3875 <target>Neniu priskribo</target>
@@ -3095,6 +3926,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3095 <context context-type="linenumber">1</context> 3926 <context context-type="linenumber">1</context>
3096 </context-group> 3927 </context-group>
3097 </trans-unit> 3928 </trans-unit>
3929 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
3930 <source>Auto (via ffmpeg)</source>
3931 <target>Memfare (per ffmpeg)</target>
3932 <context-group name="null">
3933 <context context-type="linenumber">1</context>
3934 </context-group>
3935 </trans-unit>
3098 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048"> 3936 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048">
3099 <source>Configuration updated.</source> 3937 <source>Configuration updated.</source>
3100 <target>Agordo ĝisdatigita</target> 3938 <target>Agordo ĝisdatigita</target>
@@ -3235,6 +4073,111 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3235 <context context-type="linenumber">1</context> 4073 <context context-type="linenumber">1</context>
3236 </context-group> 4074 </context-group>
3237 </trans-unit> 4075 </trans-unit>
4076 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246">
4077 <source>enabled</source>
4078 <target>ŝaltita</target>
4079 <context-group name="null">
4080 <context context-type="linenumber">1</context>
4081 </context-group>
4082 </trans-unit>
4083 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad">
4084 <source>disabled</source>
4085 <target>malŝaltita</target>
4086 <context-group name="null">
4087 <context context-type="linenumber">1</context>
4088 </context-group>
4089 </trans-unit>
4090 <trans-unit id="1123807fc813c816404598147173403d00117557">
4091 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
4092 <target>Plurobleco por <x id="INTERPOLATION" equiv-text="{{host}}"/> estas <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target>
4093 <context-group name="null">
4094 <context context-type="linenumber">1</context>
4095 </context-group>
4096 </trans-unit>
4097 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
4098 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
4099 <target>Konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> malsilentigita de via nodo.</target>
4100 <context-group name="null">
4101 <context context-type="linenumber">1</context>
4102 </context-group>
4103 </trans-unit>
4104 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
4105 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
4106 <target>Nodo <x id="INTERPOLATION" equiv-text="{{host}}"/> malsilentigita de via nodo.</target>
4107 <context-group name="null">
4108 <context context-type="linenumber">1</context>
4109 </context-group>
4110 </trans-unit>
4111 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6">
4112 <source>Comment updated.</source>
4113 <target>Komento ĝisdatigita.</target>
4114 <context-group name="null">
4115 <context context-type="linenumber">1</context>
4116 </context-group>
4117 </trans-unit>
4118 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978">
4119 <source>Delete this report</source>
4120 <target>Forigi ĉi tiun raporton</target>
4121 <context-group name="null">
4122 <context context-type="linenumber">1</context>
4123 </context-group>
4124 </trans-unit>
4125 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321">
4126 <source>Update moderation comment</source>
4127 <target>Ĝisdatigi reguligan komenton</target>
4128 <context-group name="null">
4129 <context context-type="linenumber">1</context>
4130 </context-group>
4131 </trans-unit>
4132 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
4133 <source>Mark as accepted</source>
4134 <target>Marki kiel akceptitan</target>
4135 <context-group name="null">
4136 <context context-type="linenumber">1</context>
4137 </context-group>
4138 </trans-unit>
4139 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3">
4140 <source>Mark as rejected</source>
4141 <target>Marki kiel rifuzitan</target>
4142 <context-group name="null">
4143 <context context-type="linenumber">1</context>
4144 </context-group>
4145 </trans-unit>
4146 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
4147 <source>Do you really want to delete this abuse report?</source>
4148 <target>Ĉu vi certe volas forigi ĉi tiun raporton pri misuzo?</target>
4149 <context-group name="null">
4150 <context context-type="linenumber">1</context>
4151 </context-group>
4152 </trans-unit>
4153 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9">
4154 <source>Abuse deleted.</source>
4155 <target>Misuzo foriĝis.</target>
4156 <context-group name="null">
4157 <context context-type="linenumber">1</context>
4158 </context-group>
4159 </trans-unit>
4160 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
4161 <source>yes</source>
4162 <target>jes</target>
4163 <context-group name="null">
4164 <context context-type="linenumber">1</context>
4165 </context-group>
4166 </trans-unit>
4167 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
4168 <source>no</source>
4169 <target>ne</target>
4170 <context-group name="null">
4171 <context context-type="linenumber">1</context>
4172 </context-group>
4173 </trans-unit>
4174 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
4175 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
4176 <target>Ĉu vi certe volas reteni ĉi tiun filmon? Ĝi estos ree atingebla per la listo de filmoj.</target>
4177 <context-group name="null">
4178 <context context-type="linenumber">1</context>
4179 </context-group>
4180 </trans-unit>
3238 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f"> 4181 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
3239 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source> 4182 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
3240 <target>Filmo <x id="INTERPOLATION" equiv-text="{{name}}"/> forigita de la fortenlisto.</target> 4183 <target>Filmo <x id="INTERPOLATION" equiv-text="{{name}}"/> forigita de la fortenlisto.</target>
@@ -3249,6 +4192,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3249 <context context-type="linenumber">1</context> 4192 <context context-type="linenumber">1</context>
3250 </context-group> 4193 </context-group>
3251 </trans-unit> 4194 </trans-unit>
4195 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4196 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4197 <target>Pasvorto ŝanĝiĝis por uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4198 <context-group name="null">
4199 <context context-type="linenumber">1</context>
4200 </context-group>
4201 </trans-unit>
4202 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4203 <source>Update user password</source>
4204 <target>Ĝisdatigi pasvorton de uzanto</target>
4205 <context-group name="null">
4206 <context context-type="linenumber">1</context>
4207 </context-group>
4208 </trans-unit>
3252 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4209 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3253 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4210 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
3254 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> ĝisdatigita.</target> 4211 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> ĝisdatigita.</target>
@@ -3263,6 +4220,27 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3263 <context context-type="linenumber">1</context> 4220 <context context-type="linenumber">1</context>
3264 </context-group> 4221 </context-group>
3265 </trans-unit> 4222 </trans-unit>
4223 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4224 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4225 <target>Retletero petanta restarigon de pasvorto sendiĝis al <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4226 <context-group name="null">
4227 <context context-type="linenumber">1</context>
4228 </context-group>
4229 </trans-unit>
4230 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
4231 <source>Unban</source>
4232 <target>Malforbari</target>
4233 <context-group name="null">
4234 <context context-type="linenumber">1</context>
4235 </context-group>
4236 </trans-unit>
4237 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f">
4238 <source>Set Email as Verified</source>
4239 <target>Agordi retpoŝtadreson kiel konfirmitan</target>
4240 <context-group name="null">
4241 <context context-type="linenumber">1</context>
4242 </context-group>
4243 </trans-unit>
3266 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf"> 4244 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
3267 <source>You cannot ban root.</source> 4245 <source>You cannot ban root.</source>
3268 <target>Vi ne povas forbari ĉefuzanton.</target> 4246 <target>Vi ne povas forbari ĉefuzanton.</target>
@@ -3270,6 +4248,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3270 <context context-type="linenumber">1</context> 4248 <context context-type="linenumber">1</context>
3271 </context-group> 4249 </context-group>
3272 </trans-unit> 4250 </trans-unit>
4251 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
4252 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
4253 <target>Ĉu vi certe volas malforbari <x id="INTERPOLATION" equiv-text="{{num}}"/> uzantojn?</target>
4254 <context-group name="null">
4255 <context context-type="linenumber">1</context>
4256 </context-group>
4257 </trans-unit>
3273 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd"> 4258 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
3274 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source> 4259 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
3275 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> malforbaritaj uzantoj.</target> 4260 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> malforbaritaj uzantoj.</target>
@@ -3284,6 +4269,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3284 <context context-type="linenumber">1</context> 4269 <context context-type="linenumber">1</context>
3285 </context-group> 4270 </context-group>
3286 </trans-unit> 4271 </trans-unit>
4272 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
4273 <source>If you remove these users, you will not be able to create others with the same username!</source>
4274 <target>Se vi forigos ĉi tiujn uzantojn, vi ne povos krei aliajn kun la samaj salutnomoj!</target>
4275 <context-group name="null">
4276 <context context-type="linenumber">1</context>
4277 </context-group>
4278 </trans-unit>
3287 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329"> 4279 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
3288 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source> 4280 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
3289 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> forigitaj uzantoj.</target> 4281 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> forigitaj uzantoj.</target>
@@ -3291,6 +4283,76 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3291 <context context-type="linenumber">1</context> 4283 <context context-type="linenumber">1</context>
3292 </context-group> 4284 </context-group>
3293 </trans-unit> 4285 </trans-unit>
4286 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
4287 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
4288 <target>Retpoŝtadresoj de <x id="INTERPOLATION" equiv-text="{{num}}"/> uzantoj agordiĝis kiel konfirmitaj.</target>
4289 <context-group name="null">
4290 <context context-type="linenumber">1</context>
4291 </context-group>
4292 </trans-unit>
4293 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
4294 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
4295 <target>Konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> malsilentigita.</target>
4296 <context-group name="null">
4297 <context context-type="linenumber">1</context>
4298 </context-group>
4299 </trans-unit>
4300 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
4301 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
4302 <target>Nodo <x id="INTERPOLATION" equiv-text="{{host}}"/> malsilentigita.</target>
4303 <context-group name="null">
4304 <context context-type="linenumber">1</context>
4305 </context-group>
4306 </trans-unit>
4307 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
4308 <source>My videos history</source>
4309 <target>Historio de miaj filmoj</target>
4310 <context-group name="null">
4311 <context context-type="linenumber">1</context>
4312 </context-group>
4313 </trans-unit>
4314 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
4315 <source>Videos history is enabled</source>
4316 <target>Historio de filmoj estas ŝaltita</target>
4317 <context-group name="null">
4318 <context context-type="linenumber">1</context>
4319 </context-group>
4320 </trans-unit>
4321 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
4322 <source>Videos history is disabled</source>
4323 <target>Historo de filmoj estas malŝaltita</target>
4324 <context-group name="null">
4325 <context context-type="linenumber">1</context>
4326 </context-group>
4327 </trans-unit>
4328 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
4329 <source>Delete videos history</source>
4330 <target>Forigi historion de filmoj</target>
4331 <context-group name="null">
4332 <context context-type="linenumber">1</context>
4333 </context-group>
4334 </trans-unit>
4335 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
4336 <source>Are you sure you want to delete all your videos history?</source>
4337 <target>Ĉu vi certe volas forigi ĉiom da historio de viaj filmoj?</target>
4338 <context-group name="null">
4339 <context context-type="linenumber">1</context>
4340 </context-group>
4341 </trans-unit>
4342 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
4343 <source>Videos history deleted</source>
4344 <target>Historio de filmoj foriĝis</target>
4345 <context-group name="null">
4346 <context context-type="linenumber">1</context>
4347 </context-group>
4348 </trans-unit>
4349 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
4350 <source>Ownership accepted</source>
4351 <target>Posedo akceptiĝis</target>
4352 <context-group name="null">
4353 <context context-type="linenumber">1</context>
4354 </context-group>
4355 </trans-unit>
3294 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc"> 4356 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
3295 <source>Password updated.</source> 4357 <source>Password updated.</source>
3296 <target>Pasvorto ĝisdatigita.</target> 4358 <target>Pasvorto ĝisdatigita.</target>
@@ -3298,6 +4360,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3298 <context context-type="linenumber">1</context> 4360 <context context-type="linenumber">1</context>
3299 </context-group> 4361 </context-group>
3300 </trans-unit> 4362 </trans-unit>
4363 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c">
4364 <source>You current password is invalid.</source>
4365 <target>Via nuna pasvorto estas nevalida.</target>
4366 <context-group name="null">
4367 <context context-type="linenumber">1</context>
4368 </context-group>
4369 </trans-unit>
3301 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047"> 4370 <trans-unit id="ca8e8cf0f1686604db3b6a2ebadab7f7b426a047">
3302 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source> 4371 <source>Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.</source>
3303 <target>Ĉu vi certe volas forigi vian konton? Tio forigos ĉiujn viajn datumojn, inkluzive kanalojn, filmojn, ktp.</target> 4372 <target>Ĉu vi certe volas forigi vian konton? Tio forigos ĉiujn viajn datumojn, inkluzive kanalojn, filmojn, ktp.</target>
@@ -3326,6 +4395,69 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3326 <context context-type="linenumber">1</context> 4395 <context context-type="linenumber">1</context>
3327 </context-group> 4396 </context-group>
3328 </trans-unit> 4397 </trans-unit>
4398 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4399 <source>New video from your subscriptions</source>
4400 <target>Nova filmo de viaj abonatoj</target>
4401 <context-group name="null">
4402 <context context-type="linenumber">1</context>
4403 </context-group>
4404 </trans-unit>
4405 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4406 <source>New comment on your video</source>
4407 <target>Nova komento ĉe via filmo</target>
4408 <context-group name="null">
4409 <context context-type="linenumber">1</context>
4410 </context-group>
4411 </trans-unit>
4412 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4413 <source>One of your video is blacklisted/unblacklisted</source>
4414 <target>Unu el viaj filmoj estas fortenita/retenita</target>
4415 <context-group name="null">
4416 <context context-type="linenumber">1</context>
4417 </context-group>
4418 </trans-unit>
4419 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4420 <source>Video published (after transcoding/scheduled update)</source>
4421 <target>Filmo publikigita (post transkodo / planita ĝisdatigo)</target>
4422 <context-group name="null">
4423 <context context-type="linenumber">1</context>
4424 </context-group>
4425 </trans-unit>
4426 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4427 <source>Video import finished</source>
4428 <target>Filma enporto finiĝis</target>
4429 <context-group name="null">
4430 <context context-type="linenumber">1</context>
4431 </context-group>
4432 </trans-unit>
4433 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4434 <source>A new user registered on your instance</source>
4435 <target>Nova uzanto registriĝis ĉe via nodo</target>
4436 <context-group name="null">
4437 <context context-type="linenumber">1</context>
4438 </context-group>
4439 </trans-unit>
4440 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4441 <source>You or your channel(s) has a new follower</source>
4442 <target>Vi aŭ via(j) kanalo(j) havas novan abonanton</target>
4443 <context-group name="null">
4444 <context context-type="linenumber">1</context>
4445 </context-group>
4446 </trans-unit>
4447 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4448 <source>Someone mentioned you in video comments</source>
4449 <target>Iu vin menciis en komento ĉe filmo</target>
4450 <context-group name="null">
4451 <context context-type="linenumber">1</context>
4452 </context-group>
4453 </trans-unit>
4454 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4455 <source>Preferences saved</source>
4456 <target>Agordoj konserviĝis</target>
4457 <context-group name="null">
4458 <context context-type="linenumber">1</context>
4459 </context-group>
4460 </trans-unit>
3329 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b"> 4461 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
3330 <source>Profile updated.</source> 4462 <source>Profile updated.</source>
3331 <target>Profilo ĝisdatigita.</target> 4463 <target>Profilo ĝisdatigita.</target>
@@ -3361,16 +4493,16 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3361 <context context-type="linenumber">1</context> 4493 <context context-type="linenumber">1</context>
3362 </context-group> 4494 </context-group>
3363 </trans-unit> 4495 </trans-unit>
3364 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 4496 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3365 <source>Create</source> 4497 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3366 <target>Krei</target> 4498 <target>Filma kanalo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> ĝisdatigita.</target>
3367 <context-group name="null"> 4499 <context-group name="null">
3368 <context context-type="linenumber">1</context> 4500 <context context-type="linenumber">1</context>
3369 </context-group> 4501 </context-group>
3370 </trans-unit> 4502 </trans-unit>
3371 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4503 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
3372 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4504 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
3373 <target>Filma kanalo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> ĝisdatigita.</target> 4505 <target>Bonvolu entajpi la vidigan nomon de la filma kanalo (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) por konfirmi</target>
3374 <context-group name="null"> 4506 <context-group name="null">
3375 <context context-type="linenumber">1</context> 4507 <context context-type="linenumber">1</context>
3376 </context-group> 4508 </context-group>
@@ -3445,9 +4577,16 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3445 <context context-type="linenumber">1</context> 4577 <context context-type="linenumber">1</context>
3446 </context-group> 4578 </context-group>
3447 </trans-unit> 4579 </trans-unit>
3448 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 4580 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
3449 <source>My library</source> 4581 <source>To import</source>
3450 <target>Mia biblioteko</target> 4582 <target>Enportotaj</target>
4583 <context-group name="null">
4584 <context context-type="linenumber">1</context>
4585 </context-group>
4586 </trans-unit>
4587 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd">
4588 <source>Ownership change request sent.</source>
4589 <target>Peto de poseda ŝanĝo sendiĝis.</target>
3451 <context-group name="null"> 4590 <context-group name="null">
3452 <context context-type="linenumber">1</context> 4591 <context context-type="linenumber">1</context>
3453 </context-group> 4592 </context-group>
@@ -3473,6 +4612,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3473 <context context-type="linenumber">1</context> 4612 <context context-type="linenumber">1</context>
3474 </context-group> 4613 </context-group>
3475 </trans-unit> 4614 </trans-unit>
4615 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
4616 <source>Misc</source>
4617 <target>Diversaj</target>
4618 <context-group name="null">
4619 <context context-type="linenumber">1</context>
4620 </context-group>
4621 </trans-unit>
4622 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7">
4623 <source>Ownership changes</source>
4624 <target>Posedaj ŝanĝoj</target>
4625 <context-group name="null">
4626 <context context-type="linenumber">1</context>
4627 </context-group>
4628 </trans-unit>
3476 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6"> 4629 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
3477 <source>My settings</source> 4630 <source>My settings</source>
3478 <target>Miaj agordoj</target> 4631 <target>Miaj agordoj</target>
@@ -3487,9 +4640,16 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3487 <context context-type="linenumber">1</context> 4640 <context context-type="linenumber">1</context>
3488 </context-group> 4641 </context-group>
3489 </trans-unit> 4642 </trans-unit>
4643 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
4644 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
4645 <target>Retletero kun konfirma ligilo sendiĝos al <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
4646 <context-group name="null">
4647 <context context-type="linenumber">1</context>
4648 </context-group>
4649 </trans-unit>
3490 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752"> 4650 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752">
3491 <source>Unable to find user id or verification string.</source> 4651 <source>Unable to find user id or verification string.</source>
3492 <target>Ne povas trovi identigilon aŭ kontrolan ĉenon de uzanto</target> 4652 <target>Ne povas trovi identigilon aŭ konfirman ĉenon de uzanto</target>
3493 <context-group name="null"> 4653 <context-group name="null">
3494 <context context-type="linenumber">1</context> 4654 <context context-type="linenumber">1</context>
3495 </context-group> 4655 </context-group>
@@ -3501,6 +4661,90 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3501 <context context-type="linenumber">1</context> 4661 <context context-type="linenumber">1</context>
3502 </context-group> 4662 </context-group>
3503 </trans-unit> 4663 </trans-unit>
4664 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
4665 <source>Focus the search bar</source>
4666 <target>Fokusi la serĉujon</target>
4667 <context-group name="null">
4668 <context context-type="linenumber">1</context>
4669 </context-group>
4670 </trans-unit>
4671 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
4672 <source>Toggle the left menu</source>
4673 <target>Baskuligi la maldekstran menuon</target>
4674 <context-group name="null">
4675 <context context-type="linenumber">1</context>
4676 </context-group>
4677 </trans-unit>
4678 <trans-unit id="b54759e30f7c1983940cdacb8eb03f102a869084">
4679 <source>Go to the videos overview page</source>
4680 <target>Iri al la paĝo de filma superrigardo</target>
4681 <context-group name="null">
4682 <context context-type="linenumber">1</context>
4683 </context-group>
4684 </trans-unit>
4685 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
4686 <source>Go to the trending videos page</source>
4687 <target>Iri al la paĝo de furoraj filmoj</target>
4688 <context-group name="null">
4689 <context context-type="linenumber">1</context>
4690 </context-group>
4691 </trans-unit>
4692 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
4693 <source>Go to the recently added videos page</source>
4694 <target>Iri al la paĝo de freŝe aldonitaj filmoj</target>
4695 <context-group name="null">
4696 <context context-type="linenumber">1</context>
4697 </context-group>
4698 </trans-unit>
4699 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
4700 <source>Go to the local videos page</source>
4701 <target>Iri al la paĝo de lokaj filmoj</target>
4702 <context-group name="null">
4703 <context context-type="linenumber">1</context>
4704 </context-group>
4705 </trans-unit>
4706 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
4707 <source>Go to the videos upload page</source>
4708 <target>Iri al la paĝo de filmaj alŝutoj</target>
4709 <context-group name="null">
4710 <context context-type="linenumber">1</context>
4711 </context-group>
4712 </trans-unit>
4713 <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
4714 <source>Toggle Dark theme</source>
4715 <target>Baskuligi malhelan haŭton</target>
4716 <context-group name="null">
4717 <context context-type="linenumber">1</context>
4718 </context-group>
4719 </trans-unit>
4720 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
4721 <source>Go to my subscriptions</source>
4722 <target>Iri al miaj abonoj</target>
4723 <context-group name="null">
4724 <context context-type="linenumber">1</context>
4725 </context-group>
4726 </trans-unit>
4727 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
4728 <source>Go to my videos</source>
4729 <target>Iri al miaj filmoj</target>
4730 <context-group name="null">
4731 <context context-type="linenumber">1</context>
4732 </context-group>
4733 </trans-unit>
4734 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
4735 <source>Go to my imports</source>
4736 <target>Iri al miaj enportoj</target>
4737 <context-group name="null">
4738 <context context-type="linenumber">1</context>
4739 </context-group>
4740 </trans-unit>
4741 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
4742 <source>Go to my channels</source>
4743 <target>Iri al miaj kanaloj</target>
4744 <context-group name="null">
4745 <context context-type="linenumber">1</context>
4746 </context-group>
4747 </trans-unit>
3504 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7"> 4748 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
3505 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 4749 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
3506</source> 4750</source>
@@ -3531,6 +4775,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3531 <context context-type="linenumber">1</context> 4775 <context context-type="linenumber">1</context>
3532 </context-group> 4776 </context-group>
3533 </trans-unit> 4777 </trans-unit>
4778 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
4779 <source>Keyboard Shortcuts:</source>
4780 <target>Fulmoklavoj:</target>
4781 <context-group name="null">
4782 <context context-type="linenumber">1</context>
4783 </context-group>
4784 </trans-unit>
3534 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5"> 4785 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
3535 <source>Info</source> 4786 <source>Info</source>
3536 <target>Informoj</target> 4787 <target>Informoj</target>
@@ -3545,6 +4796,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3545 <context context-type="linenumber">1</context> 4796 <context context-type="linenumber">1</context>
3546 </context-group> 4797 </context-group>
3547 </trans-unit> 4798 </trans-unit>
4799 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe">
4800 <source>Incorrect username or password.</source>
4801 <target>Malĝusta salutnomo aŭ pasvorto.</target>
4802 <context-group name="null">
4803 <context context-type="linenumber">1</context>
4804 </context-group>
4805 </trans-unit>
3548 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338"> 4806 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338">
3549 <source>You account is blocked.</source> 4807 <source>You account is blocked.</source>
3550 <target>Via konto estas blokita.</target> 4808 <target>Via konto estas blokita.</target>
@@ -3755,6 +5013,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3755 <context context-type="linenumber">1</context> 5013 <context context-type="linenumber">1</context>
3756 </context-group> 5014 </context-group>
3757 </trans-unit> 5015 </trans-unit>
5016 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd">
5017 <source>Transcoding threads must be greater or equal to 0.</source>
5018 <target>Transkodaj fadenoj devas pligrandi aŭ egali 0.</target>
5019 <context-group name="null">
5020 <context context-type="linenumber">1</context>
5021 </context-group>
5022 </trans-unit>
3758 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0"> 5023 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0">
3759 <source>Email is required.</source> 5024 <source>Email is required.</source>
3760 <target>Necesas retpoŝtadreso.</target> 5025 <target>Necesas retpoŝtadreso.</target>
@@ -3769,6 +5034,48 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3769 <context context-type="linenumber">1</context> 5034 <context context-type="linenumber">1</context>
3770 </context-group> 5035 </context-group>
3771 </trans-unit> 5036 </trans-unit>
5037 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
5038 <source>Your name is required.</source>
5039 <target>Necesas via nomo.</target>
5040 <context-group name="null">
5041 <context context-type="linenumber">1</context>
5042 </context-group>
5043 </trans-unit>
5044 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
5045 <source>Your name must be at least 1 character long.</source>
5046 <target>Via nomo devas havi almenaŭ 1 signon.</target>
5047 <context-group name="null">
5048 <context context-type="linenumber">1</context>
5049 </context-group>
5050 </trans-unit>
5051 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
5052 <source>Your name cannot be more than 120 characters long.</source>
5053 <target>Via nomo ne povas havi pli ol 120 signojn.</target>
5054 <context-group name="null">
5055 <context context-type="linenumber">1</context>
5056 </context-group>
5057 </trans-unit>
5058 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
5059 <source>A message is required.</source>
5060 <target>Necesas mesaĝo.</target>
5061 <context-group name="null">
5062 <context context-type="linenumber">1</context>
5063 </context-group>
5064 </trans-unit>
5065 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
5066 <source>The message must be at least 3 characters long.</source>
5067 <target>La mesaĝo devas havi almenaŭ 3 signojn.</target>
5068 <context-group name="null">
5069 <context context-type="linenumber">1</context>
5070 </context-group>
5071 </trans-unit>
5072 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
5073 <source>The message cannot be more than 5000 characters long.</source>
5074 <target>La mesaĝo ne povas havi pli ol 5000 signojn.</target>
5075 <context-group name="null">
5076 <context context-type="linenumber">1</context>
5077 </context-group>
5078 </trans-unit>
3772 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149"> 5079 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
3773 <source>Username is required.</source> 5080 <source>Username is required.</source>
3774 <target>Necesas salutnomo.</target> 5081 <target>Necesas salutnomo.</target>
@@ -3790,6 +5097,27 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3790 <context context-type="linenumber">1</context> 5097 <context context-type="linenumber">1</context>
3791 </context-group> 5098 </context-group>
3792 </trans-unit> 5099 </trans-unit>
5100 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
5101 <source>Username must be at least 1 character long.</source>
5102 <target>Salutnomo devas havi almenaŭ 1 signon.</target>
5103 <context-group name="null">
5104 <context context-type="linenumber">1</context>
5105 </context-group>
5106 </trans-unit>
5107 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
5108 <source>Username cannot be more than 50 characters long.</source>
5109 <target>Salutnomo ne povas havi pli ol 50 signojn.</target>
5110 <context-group name="null">
5111 <context context-type="linenumber">1</context>
5112 </context-group>
5113 </trans-unit>
5114 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
5115 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
5116 <target>Salutnomo estu minuskla kaj litercifera; punktoj kaj substrekoj estas permesitaj.</target>
5117 <context-group name="null">
5118 <context context-type="linenumber">1</context>
5119 </context-group>
5120 </trans-unit>
3793 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 5121 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
3794 <source>Password must be at least 6 characters long.</source> 5122 <source>Password must be at least 6 characters long.</source>
3795 <target>Pasvorto devas havi almenaŭ 6 signojn.</target> 5123 <target>Pasvorto devas havi almenaŭ 6 signojn.</target>
@@ -3825,6 +5153,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3825 <context context-type="linenumber">1</context> 5153 <context context-type="linenumber">1</context>
3826 </context-group> 5154 </context-group>
3827 </trans-unit> 5155 </trans-unit>
5156 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb">
5157 <source>Daily upload limit is required.</source>
5158 <target>Necesas datumlimo por samtagaj elŝutoj.</target>
5159 <context-group name="null">
5160 <context context-type="linenumber">1</context>
5161 </context-group>
5162 </trans-unit>
5163 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e">
5164 <source>Daily upload limit must be greater than -1.</source>
5165 <target>Datumlimo por samtagaj elŝutoj devas esti pli granda ol −1.</target>
5166 <context-group name="null">
5167 <context context-type="linenumber">1</context>
5168 </context-group>
5169 </trans-unit>
3828 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85"> 5170 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85">
3829 <source>User role is required.</source> 5171 <source>User role is required.</source>
3830 <target>Necesas rolo de uzanto.</target> 5172 <target>Necesas rolo de uzanto.</target>
@@ -3839,6 +5181,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3839 <context context-type="linenumber">1</context> 5181 <context context-type="linenumber">1</context>
3840 </context-group> 5182 </context-group>
3841 </trans-unit> 5183 </trans-unit>
5184 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
5185 <source>Display name must be at least 1 character long.</source>
5186 <target>Vidiga nomo devas havi almenaŭ 1 signon.</target>
5187 <context-group name="null">
5188 <context context-type="linenumber">1</context>
5189 </context-group>
5190 </trans-unit>
5191 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
5192 <source>Display name cannot be more than 50 characters long.</source>
5193 <target>Vidiga nomo ne povas havi pli ol 50 signojn.</target>
5194 <context-group name="null">
5195 <context context-type="linenumber">1</context>
5196 </context-group>
5197 </trans-unit>
3842 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae"> 5198 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
3843 <source>Description must be at least 3 characters long.</source> 5199 <source>Description must be at least 3 characters long.</source>
3844 <target>Priskribo havu almenaŭ 3 signojn.</target> 5200 <target>Priskribo havu almenaŭ 3 signojn.</target>
@@ -3846,6 +5202,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3846 <context context-type="linenumber">1</context> 5202 <context context-type="linenumber">1</context>
3847 </context-group> 5203 </context-group>
3848 </trans-unit> 5204 </trans-unit>
5205 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
5206 <source>Description cannot be more than 1000 characters long.</source>
5207 <target>Priskribo ne povas havi pli ol 1000 signojn.</target>
5208 <context-group name="null">
5209 <context context-type="linenumber">1</context>
5210 </context-group>
5211 </trans-unit>
3849 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561"> 5212 <trans-unit id="4a3ebc6ddb6b6677aed7b04eb503f9ddd0cfe561">
3850 <source>You must to agree with the instance terms in order to registering on it.</source> 5213 <source>You must to agree with the instance terms in order to registering on it.</source>
3851 <target>Vi devas konsenti kun la kondiĉoj de la nodo por registriĝi ĉe ĝi.</target> 5214 <target>Vi devas konsenti kun la kondiĉoj de la nodo por registriĝi ĉe ĝi.</target>
@@ -3853,6 +5216,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3853 <context context-type="linenumber">1</context> 5216 <context context-type="linenumber">1</context>
3854 </context-group> 5217 </context-group>
3855 </trans-unit> 5218 </trans-unit>
5219 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00">
5220 <source>Ban reason must be at least 3 characters long.</source>
5221 <target>Kialo de forbaro devas havi almenaŭ 3 signojn.</target>
5222 <context-group name="null">
5223 <context context-type="linenumber">1</context>
5224 </context-group>
5225 </trans-unit>
5226 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd">
5227 <source>Ban reason cannot be more than 250 characters long.</source>
5228 <target>Kialo de forbaro ne povas havi pli ol 250 signojn.</target>
5229 <context-group name="null">
5230 <context context-type="linenumber">1</context>
5231 </context-group>
5232 </trans-unit>
3856 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6"> 5233 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
3857 <source>Report reason is required.</source> 5234 <source>Report reason is required.</source>
3858 <target>Necesas kialo de raporto.</target> 5235 <target>Necesas kialo de raporto.</target>
@@ -3867,6 +5244,55 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3867 <context context-type="linenumber">1</context> 5244 <context context-type="linenumber">1</context>
3868 </context-group> 5245 </context-group>
3869 </trans-unit> 5246 </trans-unit>
5247 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
5248 <source>Report reason cannot be more than 3000 characters long.</source>
5249 <target>Kialo de forbaro ne povas havi pli ol 3000 signojn.</target>
5250 <context-group name="null">
5251 <context context-type="linenumber">1</context>
5252 </context-group>
5253 </trans-unit>
5254 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
5255 <source>Moderation comment is required.</source>
5256 <target>Necesas reguliga komento.</target>
5257 <context-group name="null">
5258 <context context-type="linenumber">1</context>
5259 </context-group>
5260 </trans-unit>
5261 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2">
5262 <source>Moderation comment must be at least 2 characters long.</source>
5263 <target>Reguliga komento devas havi almenaŭ 2 signojn.</target>
5264 <context-group name="null">
5265 <context context-type="linenumber">1</context>
5266 </context-group>
5267 </trans-unit>
5268 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
5269 <source>Moderation comment cannot be more than 3000 characters long.</source>
5270 <target>Reguliga komento ne povas havi pli ol 3000 signojn.</target>
5271 <context-group name="null">
5272 <context context-type="linenumber">1</context>
5273 </context-group>
5274 </trans-unit>
5275 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
5276 <source>The channel is required.</source>
5277 <target>Tiu ĉi kanalo necesas.</target>
5278 <context-group name="null">
5279 <context context-type="linenumber">1</context>
5280 </context-group>
5281 </trans-unit>
5282 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca">
5283 <source>Blacklist reason must be at least 2 characters long.</source>
5284 <target>Kialo de forbaro devas havi almenaŭ 2 signojn.</target>
5285 <context-group name="null">
5286 <context context-type="linenumber">1</context>
5287 </context-group>
5288 </trans-unit>
5289 <trans-unit id="5009443905b0b152915247799492bf5e164e7626">
5290 <source>Blacklist reason cannot be more than 300 characters long.</source>
5291 <target>Kialo de forteno ne povas havi pli ol 300 signojn.</target>
5292 <context-group name="null">
5293 <context context-type="linenumber">1</context>
5294 </context-group>
5295 </trans-unit>
3870 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e"> 5296 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e">
3871 <source>Video caption language is required.</source> 5297 <source>Video caption language is required.</source>
3872 <target>Necesas lingvo de filma transskribo.</target> 5298 <target>Necesas lingvo de filma transskribo.</target>
@@ -3881,6 +5307,48 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3881 <context context-type="linenumber">1</context> 5307 <context context-type="linenumber">1</context>
3882 </context-group> 5308 </context-group>
3883 </trans-unit> 5309 </trans-unit>
5310 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294">
5311 <source>The username is required.</source>
5312 <target>La salutonmo necesas.</target>
5313 <context-group name="null">
5314 <context context-type="linenumber">1</context>
5315 </context-group>
5316 </trans-unit>
5317 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803">
5318 <source>You can only transfer ownership to a local account</source>
5319 <target>Vi povas transdoni posedon nur al loka konto.</target>
5320 <context-group name="null">
5321 <context context-type="linenumber">1</context>
5322 </context-group>
5323 </trans-unit>
5324 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33">
5325 <source>Name is required.</source>
5326 <target>Necesas nomo.</target>
5327 <context-group name="null">
5328 <context context-type="linenumber">1</context>
5329 </context-group>
5330 </trans-unit>
5331 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
5332 <source>Name must be at least 1 character long.</source>
5333 <target>Nomo devas havi almenaŭ 1 signon.</target>
5334 <context-group name="null">
5335 <context context-type="linenumber">1</context>
5336 </context-group>
5337 </trans-unit>
5338 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
5339 <source>Name cannot be more than 50 characters long.</source>
5340 <target>Nomo ne povas havi pli ol 50 signojn.</target>
5341 <context-group name="null">
5342 <context context-type="linenumber">1</context>
5343 </context-group>
5344 </trans-unit>
5345 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
5346 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
5347 <target>Nomo estu minuskle litercifera; punktoj kaj substrekoj estas permesitaj.</target>
5348 <context-group name="null">
5349 <context context-type="linenumber">1</context>
5350 </context-group>
5351 </trans-unit>
3884 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b"> 5352 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
3885 <source>Support text must be at least 3 characters long.</source> 5353 <source>Support text must be at least 3 characters long.</source>
3886 <target>Teksto pri subteno devas havi almenaŭ 3 signojn.</target> 5354 <target>Teksto pri subteno devas havi almenaŭ 3 signojn.</target>
@@ -3888,6 +5356,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3888 <context context-type="linenumber">1</context> 5356 <context context-type="linenumber">1</context>
3889 </context-group> 5357 </context-group>
3890 </trans-unit> 5358 </trans-unit>
5359 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
5360 <source>Support text cannot be more than 1000 characters long.</source>
5361 <target>Teksto pri subteno ne povas havi pli ol 1000 signojn.</target>
5362 <context-group name="null">
5363 <context context-type="linenumber">1</context>
5364 </context-group>
5365 </trans-unit>
3891 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79"> 5366 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79">
3892 <source>Comment is required.</source> 5367 <source>Comment is required.</source>
3893 <target>Necesas komento.</target> 5368 <target>Necesas komento.</target>
@@ -3909,6 +5384,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3909 <context context-type="linenumber">1</context> 5384 <context context-type="linenumber">1</context>
3910 </context-group> 5385 </context-group>
3911 </trans-unit> 5386 </trans-unit>
5387 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5388 <source>Display name cannot be more than 120 characters long.</source>
5389 <target>Prezenta nomo ne povas havi pli ol 120 signojn.</target>
5390 <context-group name="null">
5391 <context context-type="linenumber">1</context>
5392 </context-group>
5393 </trans-unit>
3912 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5394 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
3913 <source>Video name is required.</source> 5395 <source>Video name is required.</source>
3914 <target>Necesas nomo de filmo.</target> 5396 <target>Necesas nomo de filmo.</target>
@@ -3979,6 +5461,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3979 <context context-type="linenumber">1</context> 5461 <context context-type="linenumber">1</context>
3980 </context-group> 5462 </context-group>
3981 </trans-unit> 5463 </trans-unit>
5464 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
5465 <source>Video support cannot be more than 1000 characters long.</source>
5466 <target>Loka teksto pri subteno ne povas havi pli ol 1000 signojn.</target>
5467 <context-group name="null">
5468 <context context-type="linenumber">1</context>
5469 </context-group>
5470 </trans-unit>
3982 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0"> 5471 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0">
3983 <source>A date is required to schedule video update.</source> 5472 <source>A date is required to schedule video update.</source>
3984 <target>Necesas dato por plani ĝisdatigon de filmo.</target> 5473 <target>Necesas dato por plani ĝisdatigon de filmo.</target>
@@ -3993,6 +5482,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
3993 <context context-type="linenumber">1</context> 5482 <context context-type="linenumber">1</context>
3994 </context-group> 5483 </context-group>
3995 </trans-unit> 5484 </trans-unit>
5485 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
5486 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
5487 <target>PeerTube ne povas trakti tian dosieron. Akceptataj dosiersufiksoj estas <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
5488 <context-group name="null">
5489 <context context-type="linenumber">1</context>
5490 </context-group>
5491 </trans-unit>
3996 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4"> 5492 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
3997 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 5493 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
3998 <target>Ĉiuj nekonservitaj datumoj perdiĝos; ĉu vi certe volas forlasi ĉi tiun paĝon?</target> 5494 <target>Ĉiuj nekonservitaj datumoj perdiĝos; ĉu vi certe volas forlasi ĉi tiun paĝon?</target>
@@ -4329,6 +5825,27 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4329 <context context-type="linenumber">1</context> 5825 <context context-type="linenumber">1</context>
4330 </context-group> 5826 </context-group>
4331 </trans-unit> 5827 </trans-unit>
5828 <trans-unit id="a0fdb831d4557925dbaa4f8aff7e5035f7506411">
5829 <source>Transcode your videos in multiple resolutions</source>
5830 <target>Transkodi viajn filmojn en plurajn distingojn</target>
5831 <context-group name="null">
5832 <context context-type="linenumber">1</context>
5833 </context-group>
5834 </trans-unit>
5835 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
5836 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
5837 <target>Enporto per HTTP (YouTube, Vimeo, rekta URL…)</target>
5838 <context-group name="null">
5839 <context context-type="linenumber">1</context>
5840 </context-group>
5841 </trans-unit>
5842 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
5843 <source>Torrent import</source>
5844 <target>Torenta enporto</target>
5845 <context-group name="null">
5846 <context context-type="linenumber">1</context>
5847 </context-group>
5848 </trans-unit>
4332 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba"> 5849 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
4333 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source> 5850 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
4334 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target> 5851 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
@@ -4483,6 +6000,34 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4483 <context context-type="linenumber">1</context> 6000 <context context-type="linenumber">1</context>
4484 </context-group> 6001 </context-group>
4485 </trans-unit> 6002 </trans-unit>
6003 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
6004 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
6005 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> uzantoj forbaritaj.</target>
6006 <context-group name="null">
6007 <context context-type="linenumber">1</context>
6008 </context-group>
6009 </trans-unit>
6010 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
6011 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
6012 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> forbarita.</target>
6013 <context-group name="null">
6014 <context context-type="linenumber">1</context>
6015 </context-group>
6016 </trans-unit>
6017 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
6018 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
6019 <target>Ĉu vi certe volas malforbari uzanton <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target>
6020 <context-group name="null">
6021 <context context-type="linenumber">1</context>
6022 </context-group>
6023 </trans-unit>
6024 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
6025 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
6026 <target>Uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> malforbarita.</target>
6027 <context-group name="null">
6028 <context context-type="linenumber">1</context>
6029 </context-group>
6030 </trans-unit>
4486 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603"> 6031 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603">
4487 <source>If you remove this user, you will not be able to create another with the same username!</source> 6032 <source>If you remove this user, you will not be able to create another with the same username!</source>
4488 <target>Se vi forigi ĉi tiun uzanton, vi ne povos krei alian kun la sama uzantnomo!</target> 6033 <target>Se vi forigi ĉi tiun uzanton, vi ne povos krei alian kun la sama uzantnomo!</target>
@@ -4497,6 +6042,55 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4497 <context context-type="linenumber">1</context> 6042 <context context-type="linenumber">1</context>
4498 </context-group> 6043 </context-group>
4499 </trans-unit> 6044 </trans-unit>
6045 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
6046 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
6047 <target>Retpoŝtadreso de uzanto <x id="INTERPOLATION" equiv-text="{{username}}"/> agordiĝis kiel konfirmita</target>
6048 <context-group name="null">
6049 <context context-type="linenumber">1</context>
6050 </context-group>
6051 </trans-unit>
6052 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
6053 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
6054 <target>Konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> silentigita.</target>
6055 <context-group name="null">
6056 <context context-type="linenumber">1</context>
6057 </context-group>
6058 </trans-unit>
6059 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
6060 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
6061 <target>Nodo <x id="INTERPOLATION" equiv-text="{{host}}"/> silentigita.</target>
6062 <context-group name="null">
6063 <context context-type="linenumber">1</context>
6064 </context-group>
6065 </trans-unit>
6066 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
6067 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
6068 <target>Konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> silentigita de la nodo.</target>
6069 <context-group name="null">
6070 <context context-type="linenumber">1</context>
6071 </context-group>
6072 </trans-unit>
6073 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
6074 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
6075 <target>Konto <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> malsilentigita de la nodo.</target>
6076 <context-group name="null">
6077 <context context-type="linenumber">1</context>
6078 </context-group>
6079 </trans-unit>
6080 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
6081 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
6082 <target>Nodo <x id="INTERPOLATION" equiv-text="{{host}}"/> silentigita de la nodo.</target>
6083 <context-group name="null">
6084 <context context-type="linenumber">1</context>
6085 </context-group>
6086 </trans-unit>
6087 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
6088 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
6089 <target>Nodo <x id="INTERPOLATION" equiv-text="{{host}}"/> malsilentigita de ĉi tiu nodo.</target>
6090 <context-group name="null">
6091 <context context-type="linenumber">1</context>
6092 </context-group>
6093 </trans-unit>
4500 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc"> 6094 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc">
4501 <source>Mute this account</source> 6095 <source>Mute this account</source>
4502 <target>Silentigi ĉi tiun konton</target> 6096 <target>Silentigi ĉi tiun konton</target>
@@ -4525,6 +6119,34 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4525 <context context-type="linenumber">1</context> 6119 <context context-type="linenumber">1</context>
4526 </context-group> 6120 </context-group>
4527 </trans-unit> 6121 </trans-unit>
6122 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
6123 <source>Mute this account by your instance</source>
6124 <target>Silentigi ĉi tiun konton de via nodo</target>
6125 <context-group name="null">
6126 <context context-type="linenumber">1</context>
6127 </context-group>
6128 </trans-unit>
6129 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
6130 <source>Unmute this account by your instance</source>
6131 <target>Malsilentigi ĉi tiun konton de via nodo</target>
6132 <context-group name="null">
6133 <context context-type="linenumber">1</context>
6134 </context-group>
6135 </trans-unit>
6136 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
6137 <source>Mute the instance by your instance</source>
6138 <target>Silentigi la nodon de via nodo</target>
6139 <context-group name="null">
6140 <context context-type="linenumber">1</context>
6141 </context-group>
6142 </trans-unit>
6143 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
6144 <source>Unmute the instance by your instance</source>
6145 <target>Malsilentigi la nodon de via nodo</target>
6146 <context-group name="null">
6147 <context context-type="linenumber">1</context>
6148 </context-group>
6149 </trans-unit>
4528 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 6150 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
4529 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 6151 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
4530 <target>Peto estas tro granda por la servilo. Bonvolu kontakti vian administranton se vi volas pligrandigi la limon.</target> 6152 <target>Peto estas tro granda por la servilo. Bonvolu kontakti vian administranton se vi volas pligrandigi la limon.</target>
@@ -4574,9 +6196,16 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4574 <context context-type="linenumber">1</context> 6196 <context context-type="linenumber">1</context>
4575 </context-group> 6197 </context-group>
4576 </trans-unit> 6198 </trans-unit>
6199 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471">
6200 <source>Unsubscribed</source>
6201 <target>Malabonita</target>
6202 <context-group name="null">
6203 <context context-type="linenumber">1</context>
6204 </context-group>
6205 </trans-unit>
4577 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf"> 6206 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
4578 <source>Moderator</source> 6207 <source>Moderator</source>
4579 <target>Kontrolanto</target> 6208 <target>Reguliganto</target>
4580 <context-group name="null"> 6209 <context-group name="null">
4581 <context context-type="linenumber">1</context> 6210 <context context-type="linenumber">1</context>
4582 </context-group> 6211 </context-group>
@@ -4588,6 +6217,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4588 <context context-type="linenumber">1</context> 6217 <context context-type="linenumber">1</context>
4589 </context-group> 6218 </context-group>
4590 </trans-unit> 6219 </trans-unit>
6220 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70">
6221 <source>Only people with the private link can see this video</source>
6222 <target>Nur homoj kun la privata ligilo povas vidi ĉi tiun filmon</target>
6223 <context-group name="null">
6224 <context context-type="linenumber">1</context>
6225 </context-group>
6226 </trans-unit>
4591 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b"> 6227 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b">
4592 <source>Anyone can see this video</source> 6228 <source>Anyone can see this video</source>
4593 <target>Iu ajn povas vidi ĉi tiun filmon</target> 6229 <target>Iu ajn povas vidi ĉi tiun filmon</target>
@@ -4597,7 +6233,21 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4597 </trans-unit> 6233 </trans-unit>
4598 <trans-unit id="21565881ad1dff3c98738b9535b3515cec140609"> 6234 <trans-unit id="21565881ad1dff3c98738b9535b3515cec140609">
4599 <source>Welcome! Now please check your emails to verify your account and complete signup.</source> 6235 <source>Welcome! Now please check your emails to verify your account and complete signup.</source>
4600 <target>Bonvenon! Nun bonvolu kontroli viajn retmesaĝojn por kontroli vian konton kaj fini registro.</target> 6236 <target>Bonvenon! Nun bonvolu kontroli viajn retleterojn por konfirmi vian konton kaj fini la registriĝo.</target>
6237 <context-group name="null">
6238 <context context-type="linenumber">1</context>
6239 </context-group>
6240 </trans-unit>
6241 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
6242 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
6243 <target>Vi nun estas salutinta kiel <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target>
6244 <context-group name="null">
6245 <context context-type="linenumber">1</context>
6246 </context-group>
6247 </trans-unit>
6248 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb">
6249 <source>Video to import updated.</source>
6250 <target>Enportota filmo ĝisdatigita.</target>
4601 <context-group name="null"> 6251 <context-group name="null">
4602 <context context-type="linenumber">1</context> 6252 <context context-type="linenumber">1</context>
4603 </context-group> 6253 </context-group>
@@ -4630,6 +6280,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4630 <context context-type="linenumber">1</context> 6280 <context context-type="linenumber">1</context>
4631 </context-group> 6281 </context-group>
4632 </trans-unit> 6282 </trans-unit>
6283 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
6284 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source>
6285 <target>Via datumlimo por filmoj estas superita per ĉi tiu filmo (ties grando: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, eluzitaj: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, datumlimo: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
6286 <context-group name="null">
6287 <context context-type="linenumber">1</context>
6288 </context-group>
6289 </trans-unit>
6290 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
6291 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source>
6292 <target>Via samtaga datumlimo por filmoj estas superita per ĉi tiu filmo (ties grando: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, eluzitaj: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, datumlimo: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
6293 <context-group name="null">
6294 <context context-type="linenumber">1</context>
6295 </context-group>
6296 </trans-unit>
4633 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce"> 6297 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
4634 <source>Video published.</source> 6298 <source>Video published.</source>
4635 <target>Filmo publikigita.</target> 6299 <target>Filmo publikigita.</target>
@@ -4637,6 +6301,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4637 <context context-type="linenumber">1</context> 6301 <context context-type="linenumber">1</context>
4638 </context-group> 6302 </context-group>
4639 </trans-unit> 6303 </trans-unit>
6304 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
6305 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
6306 <target>Vi havas nekonservitajn ŝanĝojn! Se vi foriros, viaj ŝanĝoj perdiĝos.</target>
6307 <context-group name="null">
6308 <context context-type="linenumber">1</context>
6309 </context-group>
6310 </trans-unit>
4640 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 6311 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
4641 <source>Video updated.</source> 6312 <source>Video updated.</source>
4642 <target>Filmo ĝisdatigita.</target> 6313 <target>Filmo ĝisdatigita.</target>
@@ -4651,6 +6322,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4651 <context context-type="linenumber">1</context> 6322 <context context-type="linenumber">1</context>
4652 </context-group> 6323 </context-group>
4653 </trans-unit> 6324 </trans-unit>
6325 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
6326 <source>Video blacklisted.</source>
6327 <target>Filmo fortenita.</target>
6328 <context-group name="null">
6329 <context context-type="linenumber">1</context>
6330 </context-group>
6331 </trans-unit>
4654 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5"> 6332 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
4655 <source>Copied</source> 6333 <source>Copied</source>
4656 <target>Kopiita</target> 6334 <target>Kopiita</target>
@@ -4665,6 +6343,20 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4665 <context context-type="linenumber">1</context> 6343 <context context-type="linenumber">1</context>
4666 </context-group> 6344 </context-group>
4667 </trans-unit> 6345 </trans-unit>
6346 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
6347 <source>Like the video</source>
6348 <target>Ŝati la filmon</target>
6349 <context-group name="null">
6350 <context context-type="linenumber">1</context>
6351 </context-group>
6352 </trans-unit>
6353 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
6354 <source>Dislike the video</source>
6355 <target>Malŝati la filmon</target>
6356 <context-group name="null">
6357 <context context-type="linenumber">1</context>
6358 </context-group>
6359 </trans-unit>
4668 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95"> 6360 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
4669 <source>Do you really want to delete this video?</source> 6361 <source>Do you really want to delete this video?</source>
4670 <target>Ĉu vi vere volas elŝuti tiun ĉi filmon?</target> 6362 <target>Ĉu vi vere volas elŝuti tiun ĉi filmon?</target>
@@ -4693,5 +6385,26 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
4693 <context context-type="linenumber">1</context> 6385 <context context-type="linenumber">1</context>
4694 </context-group> 6386 </context-group>
4695 </trans-unit> 6387 </trans-unit>
6388 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6389 <source>Trending for the last 24 hours</source>
6390 <target>Furora je la pasintaj 24 horoj</target>
6391 <context-group name="null">
6392 <context context-type="linenumber">1</context>
6393 </context-group>
6394 </trans-unit>
6395 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6396 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6397 <target>Furora dum la <x id="INTERPOLATION" equiv-text="{{days}}"/> pasintaj tagoj</target>
6398 <context-group name="null">
6399 <context context-type="linenumber">1</context>
6400 </context-group>
6401 </trans-unit>
6402 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
6403 <source>Videos from your subscriptions</source>
6404 <target>Filmoj de viaj abonatoj</target>
6405 <context-group name="null">
6406 <context context-type="linenumber">1</context>
6407 </context-group>
6408 </trans-unit>
4696 </body> 6409 </body>
4697 </file></xliff> \ No newline at end of file 6410 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_es_ES.xml b/client/src/locale/target/angular_es_ES.xml
index f442dd611..7d9355727 100644
--- a/client/src/locale/target/angular_es_ES.xml
+++ b/client/src/locale/target/angular_es_ES.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Primero</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Primero</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Anterior</target> 92 <target>Anterior</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Siguiente</target> 99 <target>Siguiente</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Último</target> 106 <target>Último</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Disminuir horas</target> 141 <target>Disminuir horas</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Aumentar minutos</target> 148 <target>Aumentar minutos</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>m</target> 155 <target>m</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>minutos</target> 162 <target>minutos</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>minutos</target> 169 <target>minutos</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>aumentar segundos</target> 176 <target>aumentar segundos</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>s</target> 183 <target>s</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>segundos</target> 190 <target>segundos</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>disminuir segundos</target> 197 <target>disminuir segundos</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>pm</target> 204 <target>pm</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>am</target> 211 <target>am</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -231,14 +231,14 @@
231 <source>Unlisted</source> 231 <source>Unlisted</source>
232 <target>No listado</target> 232 <target>No listado</target>
233 <context-group name="null"> 233 <context-group name="null">
234 <context context-type="linenumber">10</context> 234 <context context-type="linenumber">17</context>
235 </context-group> 235 </context-group>
236 </trans-unit> 236 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 238 <source>Private</source>
239 <target>Privado</target> 239 <target>Privado</target>
240 <context-group name="null"> 240 <context-group name="null">
241 <context context-type="linenumber">11</context> 241 <context context-type="linenumber">18</context>
242 </context-group> 242 </context-group>
243 </trans-unit> 243 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -248,6 +248,27 @@
248 <context context-type="linenumber">16</context> 248 <context context-type="linenumber">16</context>
249 </context-group> 249 </context-group>
250 </trans-unit> 250 </trans-unit>
251 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
252 <source>Display name</source>
253 <target>Nombre a mostrar</target>
254 <context-group name="null">
255 <context context-type="linenumber">6</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
259 <source>Create</source>
260 <target>Crear</target>
261 <context-group name="null">
262 <context context-type="linenumber">73</context>
263 </context-group>
264 </trans-unit>
265 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
266 <source>Save</source>
267 <target>Guardar</target>
268 <context-group name="null">
269 <context context-type="linenumber">115</context>
270 </context-group>
271 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 272 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
252 <source>Delete</source> 273 <source>Delete</source>
253 <target>Eliminar</target> 274 <target>Eliminar</target>
@@ -398,7 +419,7 @@ Cancelar la subscripción</target>
398 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;"/> 419 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;"/>
399 </target> 420 </target>
400 <context-group name="null"> 421 <context-group name="null">
401 <context context-type="linenumber">14</context> 422 <context context-type="linenumber">28</context>
402 </context-group> 423 </context-group>
403 </trans-unit> 424 </trans-unit>
404 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 425 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -525,7 +546,7 @@ Iniciar sesión</target>
525 <source>Login</source> 546 <source>Login</source>
526 <target>Identificarse</target> 547 <target>Identificarse</target>
527 <context-group name="null"> 548 <context-group name="null">
528 <context context-type="linenumber">36</context> 549 <context context-type="linenumber">32</context>
529 </context-group> 550 </context-group>
530 </trans-unit> 551 </trans-unit>
531 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 552 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -633,7 +654,7 @@ Iniciar sesión</target>
633 <source>Signup</source> 654 <source>Signup</source>
634 <target>Registro</target> 655 <target>Registro</target>
635 <context-group name="null"> 656 <context-group name="null">
636 <context context-type="linenumber">78</context> 657 <context context-type="linenumber">87</context>
637 </context-group> 658 </context-group>
638 </trans-unit> 659 </trans-unit>
639 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 660 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -703,7 +724,7 @@ Iniciar sesión</target>
703 <source>Change the language</source> 724 <source>Change the language</source>
704 <target>Cambiar el idioma</target> 725 <target>Cambiar el idioma</target>
705 <context-group name="null"> 726 <context-group name="null">
706 <context context-type="linenumber">86</context> 727 <context context-type="linenumber">102</context>
707 </context-group> 728 </context-group>
708 </trans-unit> 729 </trans-unit>
709 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 730 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -717,54 +738,17 @@ Iniciar sesión</target>
717 <context context-type="linenumber">8</context> 738 <context context-type="linenumber">8</context>
718 </context-group> 739 </context-group>
719 </trans-unit> 740 </trans-unit>
720 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
721 <source>
722 My public profile
723 </source>
724 <target>
725 Mi perfil público
726 </target>
727 <context-group name="null">
728 <context context-type="linenumber">16</context>
729 </context-group>
730 </trans-unit>
731 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
732 <source>
733 My account
734 </source>
735 <target>
736 Mi cuenta
737 </target>
738 <context-group name="null">
739 <context context-type="linenumber">20</context>
740 </context-group>
741 </trans-unit>
742 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
743 <source>
744 My videos
745 </source>
746 <target>
747 Mis vídeos
748 </target>
749 <context-group name="null">
750 <context context-type="linenumber">24</context>
751 </context-group>
752 </trans-unit>
753 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
754 <source>
755 Log out
756 </source>
757 <target>
758 Desconectarse
759 </target>
760 <context-group name="null">
761 <context context-type="linenumber">28</context>
762 </context-group>
763 </trans-unit>
764 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 741 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
765 <source>Create an account</source> 742 <source>Create an account</source>
766 <target>Crear una cuenta</target> 743 <target>Crear una cuenta</target>
767 <context-group name="null"> 744 <context-group name="null">
745 <context context-type="linenumber">33</context>
746 </context-group>
747 </trans-unit>
748 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
749 <source>My library</source>
750 <target>Mi biblioteca</target>
751 <context-group name="null">
768 <context context-type="linenumber">37</context> 752 <context context-type="linenumber">37</context>
769 </context-group> 753 </context-group>
770 </trans-unit> 754 </trans-unit>
@@ -779,70 +763,70 @@ Iniciar sesión</target>
779 <source>Subscriptions</source> 763 <source>Subscriptions</source>
780 <target>Suscripciones</target> 764 <target>Suscripciones</target>
781 <context-group name="null"> 765 <context-group name="null">
782 <context context-type="linenumber">45</context> 766 <context context-type="linenumber">51</context>
783 </context-group> 767 </context-group>
784 </trans-unit> 768 </trans-unit>
785 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 769 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
786 <source>Overview</source> 770 <source>Overview</source>
787 <target>Vista general</target> 771 <target>Vista general</target>
788 <context-group name="null"> 772 <context-group name="null">
789 <context context-type="linenumber">50</context> 773 <context context-type="linenumber">66</context>
790 </context-group> 774 </context-group>
791 </trans-unit> 775 </trans-unit>
792 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 776 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
793 <source>Trending</source> 777 <source>Trending</source>
794 <target>Tendencias</target> 778 <target>Tendencias</target>
795 <context-group name="null"> 779 <context-group name="null">
796 <context context-type="linenumber">55</context> 780 <context context-type="linenumber">71</context>
797 </context-group> 781 </context-group>
798 </trans-unit> 782 </trans-unit>
799 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 783 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
800 <source>Recently added</source> 784 <source>Recently added</source>
801 <target>Añadidos recientemente</target> 785 <target>Añadidos recientemente</target>
802 <context-group name="null"> 786 <context-group name="null">
803 <context context-type="linenumber">60</context> 787 <context context-type="linenumber">76</context>
804 </context-group> 788 </context-group>
805 </trans-unit> 789 </trans-unit>
806 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 790 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
807 <source>Local</source> 791 <source>Local</source>
808 <target>Local</target> 792 <target>Local</target>
809 <context-group name="null"> 793 <context-group name="null">
810 <context context-type="linenumber">65</context> 794 <context context-type="linenumber">81</context>
811 </context-group> 795 </context-group>
812 </trans-unit> 796 </trans-unit>
813 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 797 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
814 <source>More</source> 798 <source>More</source>
815 <target>Más</target> 799 <target>Más</target>
816 <context-group name="null"> 800 <context-group name="null">
817 <context context-type="linenumber">70</context> 801 <context context-type="linenumber">86</context>
818 </context-group> 802 </context-group>
819 </trans-unit> 803 </trans-unit>
820 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 804 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
821 <source>Administration</source> 805 <source>Administration</source>
822 <target>Administración</target> 806 <target>Administración</target>
823 <context-group name="null"> 807 <context-group name="null">
824 <context context-type="linenumber">74</context> 808 <context context-type="linenumber">90</context>
825 </context-group> 809 </context-group>
826 </trans-unit> 810 </trans-unit>
827 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 811 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
828 <source>About</source> 812 <source>About</source>
829 <target>Acerca de</target> 813 <target>Acerca de</target>
830 <context-group name="null"> 814 <context-group name="null">
831 <context context-type="linenumber">25</context> 815 <context context-type="linenumber">26</context>
832 </context-group> 816 </context-group>
833 </trans-unit> 817 </trans-unit>
834 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 818 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
835 <source>Show keyboard shortcuts</source> 819 <source>Show keyboard shortcuts</source>
836 <target>Mostrar los atajos de teclado</target> 820 <target>Mostrar los atajos de teclado</target>
837 <context-group name="null"> 821 <context-group name="null">
838 <context context-type="linenumber">89</context> 822 <context context-type="linenumber">105</context>
839 </context-group> 823 </context-group>
840 </trans-unit> 824 </trans-unit>
841 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 825 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
842 <source>Toggle dark interface</source> 826 <source>Toggle dark interface</source>
843 <target>Alternar con la interfaz oscura</target> 827 <target>Alternar con la interfaz oscura</target>
844 <context-group name="null"> 828 <context-group name="null">
845 <context context-type="linenumber">92</context> 829 <context context-type="linenumber">108</context>
846 </context-group> 830 </context-group>
847 </trans-unit> 831 </trans-unit>
848 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 832 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -863,14 +847,14 @@ Iniciar sesión</target>
863 <source>Update your notification preferences</source> 847 <source>Update your notification preferences</source>
864 <target>Actualizar sus preferencias de notificación</target> 848 <target>Actualizar sus preferencias de notificación</target>
865 <context-group name="null"> 849 <context-group name="null">
866 <context context-type="linenumber">15</context> 850 <context context-type="linenumber">16</context>
867 </context-group> 851 </context-group>
868 </trans-unit> 852 </trans-unit>
869 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 853 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
870 <source>See all your notifications</source> 854 <source>See all your notifications</source>
871 <target>Ver todas sus notificaciones</target> 855 <target>Ver todas sus notificaciones</target>
872 <context-group name="null"> 856 <context-group name="null">
873 <context context-type="linenumber">22</context> 857 <context context-type="linenumber">30</context>
874 </context-group> 858 </context-group>
875 </trans-unit> 859 </trans-unit>
876 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 860 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -933,21 +917,21 @@ Iniciar sesión</target>
933 <source>Category</source> 917 <source>Category</source>
934 <target>Categoría</target> 918 <target>Categoría</target>
935 <context-group name="null"> 919 <context-group name="null">
936 <context context-type="linenumber">170</context> 920 <context context-type="linenumber">215</context>
937 </context-group> 921 </context-group>
938 </trans-unit> 922 </trans-unit>
939 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 923 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
940 <source>Licence</source> 924 <source>Licence</source>
941 <target>Licencia</target> 925 <target>Licencia</target>
942 <context-group name="null"> 926 <context-group name="null">
943 <context context-type="linenumber">179</context> 927 <context context-type="linenumber">224</context>
944 </context-group> 928 </context-group>
945 </trans-unit> 929 </trans-unit>
946 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 930 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
947 <source>Language</source> 931 <source>Language</source>
948 <target>Idioma</target> 932 <target>Idioma</target>
949 <context-group name="null"> 933 <context-group name="null">
950 <context context-type="linenumber">188</context> 934 <context context-type="linenumber">233</context>
951 </context-group> 935 </context-group>
952 </trans-unit> 936 </trans-unit>
953 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 937 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1114,46 +1098,6 @@ Iniciar sesión</target>
1114 <context context-type="linenumber">39</context> 1098 <context context-type="linenumber">39</context>
1115 </context-group> 1099 </context-group>
1116 </trans-unit> 1100 </trans-unit>
1117 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1118 <source>User registration is allowed and</source>
1119 <target>El registro de usuarios está permitido y</target>
1120 <context-group name="null">
1121 <context context-type="linenumber">29</context>
1122 </context-group>
1123 </trans-unit>
1124 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1125 <source>
1126 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1127 </source>
1128 <target>
1129 esta instancia provee un espacio máximo de <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> para los vídeos de sus usuarios.
1130 </target>
1131 <context-group name="null">
1132 <context context-type="linenumber">31</context>
1133 </context-group>
1134 </trans-unit>
1135 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1136 <source>
1137 this instance provides unlimited space for the videos of its users.
1138 </source>
1139 <target>
1140 esta instancia provee un espacio ilimitado para los vídeos de sus usuarios.
1141 </target>
1142 <context-group name="null">
1143 <context context-type="linenumber">35</context>
1144 </context-group>
1145 </trans-unit>
1146 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1147 <source>
1148 User registration is currently not allowed.
1149 </source>
1150 <target>
1151 El registro de usuarios no está abierto actualmente.
1152 </target>
1153 <context-group name="null">
1154 <context context-type="linenumber">40</context>
1155 </context-group>
1156 </trans-unit>
1157 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1101 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1158 <source> 1102 <source>
1159 About PeerTube 1103 About PeerTube
@@ -1515,42 +1459,42 @@ Iniciar sesión</target>
1515 <source>Default client route</source> 1459 <source>Default client route</source>
1516 <target>Routa de cliente por defecto</target> 1460 <target>Routa de cliente por defecto</target>
1517 <context-group name="null"> 1461 <context-group name="null">
1518 <context context-type="linenumber">48</context> 1462 <context context-type="linenumber">57</context>
1519 </context-group> 1463 </context-group>
1520 </trans-unit> 1464 </trans-unit>
1521 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1465 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1522 <source>Videos Overview</source> 1466 <source>Videos Overview</source>
1523 <target>Vista general de los vídeos</target> 1467 <target>Vista general de los vídeos</target>
1524 <context-group name="null"> 1468 <context-group name="null">
1525 <context context-type="linenumber">51</context> 1469 <context context-type="linenumber">60</context>
1526 </context-group> 1470 </context-group>
1527 </trans-unit> 1471 </trans-unit>
1528 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1472 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1529 <source>Videos Trending</source> 1473 <source>Videos Trending</source>
1530 <target>Vídeos en Tendencia</target> 1474 <target>Vídeos en Tendencia</target>
1531 <context-group name="null"> 1475 <context-group name="null">
1532 <context context-type="linenumber">52</context> 1476 <context context-type="linenumber">61</context>
1533 </context-group> 1477 </context-group>
1534 </trans-unit> 1478 </trans-unit>
1535 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1479 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1536 <source>Videos Recently Added</source> 1480 <source>Videos Recently Added</source>
1537 <target>Vídeos Recientemente Añadidos</target> 1481 <target>Vídeos Recientemente Añadidos</target>
1538 <context-group name="null"> 1482 <context-group name="null">
1539 <context context-type="linenumber">53</context> 1483 <context context-type="linenumber">62</context>
1540 </context-group> 1484 </context-group>
1541 </trans-unit> 1485 </trans-unit>
1542 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1486 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1543 <source>Local videos</source> 1487 <source>Local videos</source>
1544 <target>Vídeos locales</target> 1488 <target>Vídeos locales</target>
1545 <context-group name="null"> 1489 <context-group name="null">
1546 <context context-type="linenumber">54</context> 1490 <context context-type="linenumber">63</context>
1547 </context-group> 1491 </context-group>
1548 </trans-unit> 1492 </trans-unit>
1549 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1493 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1550 <source>Policy on videos containing sensitive content</source> 1494 <source>Policy on videos containing sensitive content</source>
1551 <target>Política para los vídeos que contengan material sensible</target> 1495 <target>Política para los vídeos que contengan material sensible</target>
1552 <context-group name="null"> 1496 <context-group name="null">
1553 <context context-type="linenumber">61</context> 1497 <context context-type="linenumber">70</context>
1554 </context-group> 1498 </context-group>
1555 </trans-unit> 1499 </trans-unit>
1556 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1500 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1585,42 +1529,42 @@ Iniciar sesión</target>
1585 <source>Signup enabled</source> 1529 <source>Signup enabled</source>
1586 <target>Registro habilitado</target> 1530 <target>Registro habilitado</target>
1587 <context-group name="null"> 1531 <context-group name="null">
1588 <context context-type="linenumber">84</context> 1532 <context context-type="linenumber">93</context>
1589 </context-group> 1533 </context-group>
1590 </trans-unit> 1534 </trans-unit>
1591 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1535 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1592 <source>Signup requires email verification</source> 1536 <source>Signup requires email verification</source>
1593 <target>La suscripción requiere una verificación mediante correo electrónico</target> 1537 <target>La suscripción requiere una verificación mediante correo electrónico</target>
1594 <context-group name="null"> 1538 <context-group name="null">
1595 <context context-type="linenumber">91</context> 1539 <context context-type="linenumber">100</context>
1596 </context-group> 1540 </context-group>
1597 </trans-unit> 1541 </trans-unit>
1598 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1542 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1599 <source>Signup limit</source> 1543 <source>Signup limit</source>
1600 <target>Límite de registro</target> 1544 <target>Límite de registro</target>
1601 <context-group name="null"> 1545 <context-group name="null">
1602 <context context-type="linenumber">96</context> 1546 <context context-type="linenumber">105</context>
1603 </context-group> 1547 </context-group>
1604 </trans-unit> 1548 </trans-unit>
1605 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1549 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1606 <source>Users</source> 1550 <source>Users</source>
1607 <target>Usuarios</target> 1551 <target>Usuarios</target>
1608 <context-group name="null"> 1552 <context-group name="null">
1609 <context context-type="linenumber">105</context> 1553 <context context-type="linenumber">114</context>
1610 </context-group> 1554 </context-group>
1611 </trans-unit> 1555 </trans-unit>
1612 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1556 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1613 <source>User default video quota</source> 1557 <source>User default video quota</source>
1614 <target>Cuota de vídeo por defecto del usuario</target> 1558 <target>Cuota de vídeo por defecto del usuario</target>
1615 <context-group name="null"> 1559 <context-group name="null">
1616 <context context-type="linenumber">109</context> 1560 <context context-type="linenumber">118</context>
1617 </context-group> 1561 </context-group>
1618 </trans-unit> 1562 </trans-unit>
1619 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1563 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1620 <source>User default daily upload limit</source> 1564 <source>User default daily upload limit</source>
1621 <target>Límite diario de subida por día por usuario</target> 1565 <target>Límite diario de subida por día por usuario</target>
1622 <context-group name="null"> 1566 <context-group name="null">
1623 <context context-type="linenumber">121</context> 1567 <context context-type="linenumber">130</context>
1624 </context-group> 1568 </context-group>
1625 </trans-unit> 1569 </trans-unit>
1626 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1570 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1634,35 +1578,35 @@ Iniciar sesión</target>
1634 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1578 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1635 <target>La importación de vídeos mediante URL HTTP (por ejemplo YouTube) está activada</target> 1579 <target>La importación de vídeos mediante URL HTTP (por ejemplo YouTube) está activada</target>
1636 <context-group name="null"> 1580 <context-group name="null">
1637 <context context-type="linenumber">141</context> 1581 <context context-type="linenumber">150</context>
1638 </context-group> 1582 </context-group>
1639 </trans-unit> 1583 </trans-unit>
1640 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1584 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1641 <source>Video import with a torrent file or a magnet URI enabled</source> 1585 <source>Video import with a torrent file or a magnet URI enabled</source>
1642 <target>Importar video con un archivo torrent o un enlace magnet activado</target> 1586 <target>Importar video con un archivo torrent o un enlace magnet activado</target>
1643 <context-group name="null"> 1587 <context-group name="null">
1644 <context context-type="linenumber">148</context> 1588 <context context-type="linenumber">157</context>
1645 </context-group> 1589 </context-group>
1646 </trans-unit> 1590 </trans-unit>
1647 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1591 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1648 <source>Administrator</source> 1592 <source>Administrator</source>
1649 <target>Administrador</target> 1593 <target>Administrador</target>
1650 <context-group name="null"> 1594 <context-group name="null">
1651 <context context-type="linenumber">155</context> 1595 <context context-type="linenumber">181</context>
1652 </context-group> 1596 </context-group>
1653 </trans-unit> 1597 </trans-unit>
1654 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1598 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1655 <source>Admin email</source> 1599 <source>Admin email</source>
1656 <target>Correo del administrador</target> 1600 <target>Correo del administrador</target>
1657 <context-group name="null"> 1601 <context-group name="null">
1658 <context context-type="linenumber">158</context> 1602 <context context-type="linenumber">184</context>
1659 </context-group> 1603 </context-group>
1660 </trans-unit> 1604 </trans-unit>
1661 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1605 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1662 <source>Enable contact form</source> 1606 <source>Enable contact form</source>
1663 <target>Habilitar el formulario de contacto</target> 1607 <target>Habilitar el formulario de contacto</target>
1664 <context-group name="null"> 1608 <context-group name="null">
1665 <context context-type="linenumber">169</context> 1609 <context context-type="linenumber">195</context>
1666 </context-group> 1610 </context-group>
1667 </trans-unit> 1611 </trans-unit>
1668 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1612 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1676,28 +1620,28 @@ Iniciar sesión</target>
1676 <source>Twitter</source> 1620 <source>Twitter</source>
1677 <target>Twitter</target> 1621 <target>Twitter</target>
1678 <context-group name="null"> 1622 <context-group name="null">
1679 <context context-type="linenumber">178</context> 1623 <context context-type="linenumber">204</context>
1680 </context-group> 1624 </context-group>
1681 </trans-unit> 1625 </trans-unit>
1682 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1626 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1683 <source>Your Twitter username</source> 1627 <source>Your Twitter username</source>
1684 <target>Tu usuario de Twitter</target> 1628 <target>Tu usuario de Twitter</target>
1685 <context-group name="null"> 1629 <context-group name="null">
1686 <context context-type="linenumber">184</context> 1630 <context context-type="linenumber">210</context>
1687 </context-group> 1631 </context-group>
1688 </trans-unit> 1632 </trans-unit>
1689 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1633 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1690 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1634 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1691 <target>Indica la cuenta de Twitter del sitio web o de la plataforma en la que el contenido fue publicado</target> 1635 <target>Indica la cuenta de Twitter del sitio web o de la plataforma en la que el contenido fue publicado</target>
1692 <context-group name="null"> 1636 <context-group name="null">
1693 <context context-type="linenumber">187</context> 1637 <context context-type="linenumber">213</context>
1694 </context-group> 1638 </context-group>
1695 </trans-unit> 1639 </trans-unit>
1696 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1640 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1697 <source>Instance whitelisted by Twitter</source> 1641 <source>Instance whitelisted by Twitter</source>
1698 <target>Nodo en lista blanca de Twitter</target> 1642 <target>Nodo en lista blanca de Twitter</target>
1699 <context-group name="null"> 1643 <context-group name="null">
1700 <context context-type="linenumber">199</context> 1644 <context context-type="linenumber">225</context>
1701 </context-group> 1645 </context-group>
1702 </trans-unit> 1646 </trans-unit>
1703 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1647 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1708,63 +1652,63 @@ Iniciar sesión</target>
1708 Si la instancia no está autorizada, usamos una tarjeta con una imagen con vínculo que redireccionará hacia su instancia PeerTube.&lt;br /&gt;&lt;br /&gt; 1652 Si la instancia no está autorizada, usamos una tarjeta con una imagen con vínculo que redireccionará hacia su instancia PeerTube.&lt;br /&gt;&lt;br /&gt;
1709 Seleccione esta casilla, guarde la configuración y pruebe colocando el URL de un vídeo de su instancia (https://example.com/videos/watch/blabla) en &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; para verificar si su instancia está autorizada por Twitter.</target> 1653 Seleccione esta casilla, guarde la configuración y pruebe colocando el URL de un vídeo de su instancia (https://example.com/videos/watch/blabla) en &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; para verificar si su instancia está autorizada por Twitter.</target>
1710 <context-group name="null"> 1654 <context-group name="null">
1711 <context context-type="linenumber">200</context> 1655 <context context-type="linenumber">226</context>
1712 </context-group> 1656 </context-group>
1713 </trans-unit> 1657 </trans-unit>
1714 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1658 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1715 <source>Services</source> 1659 <source>Services</source>
1716 <target>Servicios</target> 1660 <target>Servicios</target>
1717 <context-group name="null"> 1661 <context-group name="null">
1718 <context context-type="linenumber">176</context> 1662 <context context-type="linenumber">202</context>
1719 </context-group> 1663 </context-group>
1720 </trans-unit> 1664 </trans-unit>
1721 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1665 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1722 <source>Transcoding</source> 1666 <source>Transcoding</source>
1723 <target>Transcodificar</target> 1667 <target>Transcodificar</target>
1724 <context-group name="null"> 1668 <context-group name="null">
1725 <context context-type="linenumber">215</context> 1669 <context context-type="linenumber">241</context>
1726 </context-group> 1670 </context-group>
1727 </trans-unit> 1671 </trans-unit>
1728 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1672 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1729 <source>Transcoding enabled</source> 1673 <source>Transcoding enabled</source>
1730 <target>Transcodificación activada</target> 1674 <target>Transcodificación activada</target>
1731 <context-group name="null"> 1675 <context-group name="null">
1732 <context context-type="linenumber">221</context> 1676 <context context-type="linenumber">247</context>
1733 </context-group> 1677 </context-group>
1734 </trans-unit> 1678 </trans-unit>
1735 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1679 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1736 <source>If you disable transcoding, many videos from your users will not work!</source> 1680 <source>If you disable transcoding, many videos from your users will not work!</source>
1737 <target>¡Si desactivas la transcodificación, muchos vídeos de tus usuarios no funcionarán!</target> 1681 <target>¡Si desactivas la transcodificación, muchos vídeos de tus usuarios no funcionarán!</target>
1738 <context-group name="null"> 1682 <context-group name="null">
1739 <context context-type="linenumber">222</context> 1683 <context context-type="linenumber">248</context>
1740 </context-group> 1684 </context-group>
1741 </trans-unit> 1685 </trans-unit>
1742 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 1686 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1743 <source>Allow additional extensions</source> 1687 <source>Allow additional extensions</source>
1744 <target>Autorizar extensiones adicionales</target> 1688 <target>Autorizar extensiones adicionales</target>
1745 <context-group name="null"> 1689 <context-group name="null">
1746 <context context-type="linenumber">231</context> 1690 <context context-type="linenumber">257</context>
1747 </context-group> 1691 </context-group>
1748 </trans-unit> 1692 </trans-unit>
1749 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 1693 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1750 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 1694 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1751 <target>Autorizar sus usuarios a subir vídeos .mkv, .mov, .avi y .flv</target> 1695 <target>Autorizar sus usuarios a subir vídeos .mkv, .mov, .avi y .flv</target>
1752 <context-group name="null"> 1696 <context-group name="null">
1753 <context context-type="linenumber">232</context> 1697 <context context-type="linenumber">258</context>
1754 </context-group> 1698 </context-group>
1755 </trans-unit> 1699 </trans-unit>
1756 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1700 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1757 <source>Transcoding threads</source> 1701 <source>Transcoding threads</source>
1758 <target>Hilos de transcodificaciones</target> 1702 <target>Hilos de transcodificaciones</target>
1759 <context-group name="null"> 1703 <context-group name="null">
1760 <context context-type="linenumber">237</context> 1704 <context context-type="linenumber">263</context>
1761 </context-group> 1705 </context-group>
1762 </trans-unit> 1706 </trans-unit>
1763 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1707 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1764 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1708 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1765 <target>Resolución <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target> 1709 <target>Resolución <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target>
1766 <context-group name="null"> 1710 <context-group name="null">
1767 <context context-type="linenumber">252</context> 1711 <context context-type="linenumber">278</context>
1768 </context-group> 1712 </context-group>
1769 </trans-unit> 1713 </trans-unit>
1770 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1714 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1779,105 +1723,70 @@ Iniciar sesión</target>
1779 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1723 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1780 </target> 1724 </target>
1781 <context-group name="null"> 1725 <context-group name="null">
1782 <context context-type="linenumber">260</context> 1726 <context context-type="linenumber">286</context>
1783 </context-group> 1727 </context-group>
1784 </trans-unit> 1728 </trans-unit>
1785 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1729 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1786 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1730 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1787 <target>Algunos archivos (previsualizaciones, subtítulos) no están federados. Los obtenemos directamente del nodo de origen y las ponemos en caché.</target> 1731 <target>Algunos archivos (previsualizaciones, subtítulos) no están federados. Los obtenemos directamente del nodo de origen y las ponemos en caché.</target>
1788 <context-group name="null"> 1732 <context-group name="null">
1789 <context context-type="linenumber">265</context> 1733 <context context-type="linenumber">291</context>
1790 </context-group> 1734 </context-group>
1791 </trans-unit> 1735 </trans-unit>
1792 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1736 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1793 <source>Previews cache size</source> 1737 <source>Previews cache size</source>
1794 <target>Tamaño de caché de las previsualizaciones</target> 1738 <target>Tamaño de caché de las previsualizaciones</target>
1795 <context-group name="null"> 1739 <context-group name="null">
1796 <context context-type="linenumber">271</context> 1740 <context context-type="linenumber">297</context>
1797 </context-group> 1741 </context-group>
1798 </trans-unit> 1742 </trans-unit>
1799 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1743 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1800 <source>Video captions cache size</source> 1744 <source>Video captions cache size</source>
1801 <target>Tamaño de caché de los subtítulos</target> 1745 <target>Tamaño de caché de los subtítulos</target>
1802 <context-group name="null"> 1746 <context-group name="null">
1803 <context context-type="linenumber">280</context> 1747 <context context-type="linenumber">306</context>
1804 </context-group> 1748 </context-group>
1805 </trans-unit> 1749 </trans-unit>
1806 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1750 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1807 <source>Customizations</source> 1751 <source>Customizations</source>
1808 <target>Personalizaciones</target> 1752 <target>Personalizaciones</target>
1809 <context-group name="null"> 1753 <context-group name="null">
1810 <context context-type="linenumber">289</context> 1754 <context context-type="linenumber">315</context>
1811 </context-group> 1755 </context-group>
1812 </trans-unit> 1756 </trans-unit>
1813 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1757 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1814 <source>JavaScript</source> 1758 <source>JavaScript</source>
1815 <target>JavaScript</target> 1759 <target>JavaScript</target>
1816 <context-group name="null"> 1760 <context-group name="null">
1817 <context context-type="linenumber">294</context> 1761 <context context-type="linenumber">320</context>
1818 </context-group> 1762 </context-group>
1819 </trans-unit> 1763 </trans-unit>
1820 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1764 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1821 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1765 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1822 <target>Escribir código Javascript directamente.&lt;br /&gt;Ejemplo: &lt;pre&gt;console.log('mi nodo es maravilloso');&lt;/pre&gt;</target> 1766 <target>Escribir código Javascript directamente.&lt;br /&gt;Ejemplo: &lt;pre&gt;console.log('mi nodo es maravilloso');&lt;/pre&gt;</target>
1823 <context-group name="null"> 1767 <context-group name="null">
1824 <context context-type="linenumber">297</context> 1768 <context context-type="linenumber">323</context>
1825 </context-group>
1826 </trans-unit>
1827 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde">
1828 <source>
1829 Write directly CSS code. Example:&lt;br /&gt;
1830 &lt;pre&gt;
1831 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1832 background-color: red;
1833 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1834 &lt;/pre&gt;
1835
1836 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1837 &lt;pre&gt;
1838 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1839 color: red;
1840 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1841 &lt;/pre&gt;
1842 </source>
1843 <target>
1844 Escriba directamente código CSS. Por ejemplo:&lt;br /&gt;
1845 &lt;pre&gt;
1846 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1847 background-color: red;
1848 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1849 &lt;/pre&gt;
1850
1851 Prefijar con &lt;em&gt;#custom-css&lt;/em&gt; para sobrecargar estilos. Por ejemplo:
1852 &lt;pre&gt;
1853 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1854 color: red;
1855 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1856 &lt;/pre&gt;
1857 </target>
1858 <context-group name="null">
1859 <context context-type="linenumber">311</context>
1860 </context-group> 1769 </context-group>
1861 </trans-unit> 1770 </trans-unit>
1862 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1771 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1863 <source>Advanced configuration</source> 1772 <source>Advanced configuration</source>
1864 <target>Configuración avanzada</target> 1773 <target>Configuración avanzada</target>
1865 <context-group name="null"> 1774 <context-group name="null">
1866 <context context-type="linenumber">212</context> 1775 <context context-type="linenumber">238</context>
1867 </context-group> 1776 </context-group>
1868 </trans-unit> 1777 </trans-unit>
1869 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1778 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1870 <source>Update configuration</source> 1779 <source>Update configuration</source>
1871 <target>Actualizar configuración</target> 1780 <target>Actualizar configuración</target>
1872 <context-group name="null"> 1781 <context-group name="null">
1873 <context context-type="linenumber">340</context> 1782 <context context-type="linenumber">366</context>
1874 </context-group> 1783 </context-group>
1875 </trans-unit> 1784 </trans-unit>
1876 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1785 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1877 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1786 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1878 <target>Parece que la configuración no es válida. Por favor, busque errores potenciales en las diferentes pestañas.</target> 1787 <target>Parece que la configuración no es válida. Por favor, busque errores potenciales en las diferentes pestañas.</target>
1879 <context-group name="null"> 1788 <context-group name="null">
1880 <context context-type="linenumber">341</context> 1789 <context context-type="linenumber">367</context>
1881 </context-group> 1790 </context-group>
1882 </trans-unit> 1791 </trans-unit>
1883 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1792 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -2166,7 +2075,7 @@ Iniciar sesión</target>
2166 <source>Go to the account page</source> 2075 <source>Go to the account page</source>
2167 <target>Ir a la página de la cuenta</target> 2076 <target>Ir a la página de la cuenta</target>
2168 <context-group name="null"> 2077 <context-group name="null">
2169 <context context-type="linenumber">134</context> 2078 <context context-type="linenumber">179</context>
2170 </context-group> 2079 </context-group>
2171 </trans-unit> 2080 </trans-unit>
2172 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2081 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2299,6 +2208,13 @@ Iniciar sesión</target>
2299 <context context-type="linenumber">43</context> 2208 <context context-type="linenumber">43</context>
2300 </context-group> 2209 </context-group>
2301 </trans-unit> 2210 </trans-unit>
2211 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2212 <source>Unblacklist</source>
2213 <target>Sacar de lista negra</target>
2214 <context-group name="null">
2215 <context context-type="linenumber">146</context>
2216 </context-group>
2217 </trans-unit>
2302 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2218 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2303 <source>Moderation</source> 2219 <source>Moderation</source>
2304 <target>Moderación</target> 2220 <target>Moderación</target>
@@ -2313,13 +2229,6 @@ Iniciar sesión</target>
2313 <context context-type="linenumber">5</context> 2229 <context context-type="linenumber">5</context>
2314 </context-group> 2230 </context-group>
2315 </trans-unit> 2231 </trans-unit>
2316 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2317 <source>Blacklisted videos</source>
2318 <target>Vídeos en lista negra</target>
2319 <context-group name="null">
2320 <context context-type="linenumber">7</context>
2321 </context-group>
2322 </trans-unit>
2323 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2232 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2324 <source>Muted accounts</source> 2233 <source>Muted accounts</source>
2325 <target>Cuentas silenciadas</target> 2234 <target>Cuentas silenciadas</target>
@@ -2331,7 +2240,7 @@ Iniciar sesión</target>
2331 <source>Muted servers</source> 2240 <source>Muted servers</source>
2332 <target>Servidores silenciados</target> 2241 <target>Servidores silenciados</target>
2333 <context-group name="null"> 2242 <context-group name="null">
2334 <context context-type="linenumber">11</context> 2243 <context context-type="linenumber">13</context>
2335 </context-group> 2244 </context-group>
2336 </trans-unit> 2245 </trans-unit>
2337 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2246 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2387,7 +2296,7 @@ Iniciar sesión</target>
2387 <source>Change ownership</source> 2296 <source>Change ownership</source>
2388 <target>Cambiar el titular</target> 2297 <target>Cambiar el titular</target>
2389 <context-group name="null"> 2298 <context-group name="null">
2390 <context context-type="linenumber">46</context> 2299 <context context-type="linenumber">40</context>
2391 </context-group> 2300 </context-group>
2392 </trans-unit> 2301 </trans-unit>
2393 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2302 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2412,31 +2321,14 @@ Iniciar sesión</target>
2412 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2321 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2413 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizaciones</target> 2322 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizaciones</target>
2414 <context-group name="null"> 2323 <context-group name="null">
2415 <context context-type="linenumber">19</context> 2324 <context context-type="linenumber">13</context>
2416 </context-group> 2325 </context-group>
2417 </trans-unit> 2326 </trans-unit>
2418 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2327 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2419 <source>Blacklisted</source> 2328 <source>Blacklisted</source>
2420 <target>Bloqueado</target> 2329 <target>Bloqueado</target>
2421 <context-group name="null"> 2330 <context-group name="null">
2422 <context context-type="linenumber">22</context> 2331 <context context-type="linenumber">16</context>
2423 </context-group>
2424 </trans-unit>
2425 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2426 <source>
2427 Cancel
2428 </source>
2429 <target>
2430Cancelar</target>
2431 <context-group name="null">
2432 <context context-type="linenumber">30</context>
2433 </context-group>
2434 </trans-unit>
2435 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2436 <source>Create another video channel</source>
2437 <target>Crear otro canal de vídeo</target>
2438 <context-group name="null">
2439 <context context-type="linenumber">4</context>
2440 </context-group> 2332 </context-group>
2441 </trans-unit> 2333 </trans-unit>
2442 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2334 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2460,13 +2352,6 @@ Cancelar</target>
2460 <context context-type="linenumber">15</context> 2352 <context context-type="linenumber">15</context>
2461 </context-group> 2353 </context-group>
2462 </trans-unit> 2354 </trans-unit>
2463 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2464 <source>Display name</source>
2465 <target>Nombre a mostrar</target>
2466 <context-group name="null">
2467 <context context-type="linenumber">6</context>
2468 </context-group>
2469 </trans-unit>
2470 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2355 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2471 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2356 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2472When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2357When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2580,18 +2465,11 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
2580 <context context-type="linenumber">4</context> 2465 <context context-type="linenumber">4</context>
2581 </context-group> 2466 </context-group>
2582 </trans-unit> 2467 </trans-unit>
2583 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123">
2584 <source>Delete history</source>
2585 <target>Borrar el historial</target>
2586 <context-group name="null">
2587 <context context-type="linenumber">8</context>
2588 </context-group>
2589 </trans-unit>
2590 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 2468 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2591 <source>You don't have videos history yet.</source> 2469 <source>You don't have videos history yet.</source>
2592 <target>No tiene historial de vídeos todavía</target> 2470 <target>No tiene historial de vídeos todavía</target>
2593 <context-group name="null"> 2471 <context-group name="null">
2594 <context context-type="linenumber">13</context> 2472 <context context-type="linenumber">14</context>
2595 </context-group> 2473 </context-group>
2596 </trans-unit> 2474 </trans-unit>
2597 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 2475 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
@@ -2601,6 +2479,27 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
2601 <context context-type="linenumber">22</context> 2479 <context context-type="linenumber">22</context>
2602 </context-group> 2480 </context-group>
2603 </trans-unit> 2481 </trans-unit>
2482 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2483 <source>Privacy</source>
2484 <target>Privacidad</target>
2485 <context-group name="null">
2486 <context context-type="linenumber">205</context>
2487 </context-group>
2488 </trans-unit>
2489 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2490 <source>Channel</source>
2491 <target>Canal</target>
2492 <context-group name="null">
2493 <context context-type="linenumber">39</context>
2494 </context-group>
2495 </trans-unit>
2496 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2497 <source>Upload thumbnail</source>
2498 <target>Subir miniatura</target>
2499 <context-group name="null">
2500 <context context-type="linenumber">192</context>
2501 </context-group>
2502 </trans-unit>
2604 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2503 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2605 <source>Change password</source> 2504 <source>Change password</source>
2606 <target>Cambiar contraseña</target> 2505 <target>Cambiar contraseña</target>
@@ -2650,13 +2549,6 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
2650 <context context-type="linenumber">28</context> 2549 <context context-type="linenumber">28</context>
2651 </context-group> 2550 </context-group>
2652 </trans-unit> 2551 </trans-unit>
2653 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2654 <source>Save</source>
2655 <target>Guardar</target>
2656 <context-group name="null">
2657 <context context-type="linenumber">32</context>
2658 </context-group>
2659 </trans-unit>
2660 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2552 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2661 <source>Update my profile</source> 2553 <source>Update my profile</source>
2662 <target>Actualizar mi perfil</target> 2554 <target>Actualizar mi perfil</target>
@@ -2796,7 +2688,7 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
2796 <source>URL</source> 2688 <source>URL</source>
2797 <target>URL</target> 2689 <target>URL</target>
2798 <context-group name="null"> 2690 <context-group name="null">
2799 <context context-type="linenumber">17</context> 2691 <context context-type="linenumber">25</context>
2800 </context-group> 2692 </context-group>
2801 </trans-unit> 2693 </trans-unit>
2802 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2694 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2806,20 +2698,6 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
2806 <context context-type="linenumber">9</context> 2698 <context context-type="linenumber">9</context>
2807 </context-group> 2699 </context-group>
2808 </trans-unit> 2700 </trans-unit>
2809 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2810 <source>Channel</source>
2811 <target>Canal</target>
2812 <context-group name="null">
2813 <context context-type="linenumber">39</context>
2814 </context-group>
2815 </trans-unit>
2816 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2817 <source>Privacy</source>
2818 <target>Privacidad</target>
2819 <context-group name="null">
2820 <context context-type="linenumber">160</context>
2821 </context-group>
2822 </trans-unit>
2823 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 2701 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2824 <source>Sorry, but something went wrong</source> 2702 <source>Sorry, but something went wrong</source>
2825 <target>Disculpas, algo salió mal</target> 2703 <target>Disculpas, algo salió mal</target>
@@ -2842,7 +2720,7 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
2842 <source>Update</source> 2720 <source>Update</source>
2843 <target>Actualizar</target> 2721 <target>Actualizar</target>
2844 <context-group name="null"> 2722 <context-group name="null">
2845 <context context-type="linenumber">93</context> 2723 <context context-type="linenumber">138</context>
2846 </context-group> 2724 </context-group>
2847 </trans-unit> 2725 </trans-unit>
2848 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2726 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2990,7 +2868,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2990 <source>Tags</source> 2868 <source>Tags</source>
2991 <target>Etiquetas</target> 2869 <target>Etiquetas</target>
2992 <context-group name="null"> 2870 <context-group name="null">
2993 <context context-type="linenumber">197</context> 2871 <context context-type="linenumber">242</context>
2994 </context-group> 2872 </context-group>
2995 </trans-unit> 2873 </trans-unit>
2996 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2874 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -3130,13 +3008,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3130 <context context-type="linenumber">135</context> 3008 <context context-type="linenumber">135</context>
3131 </context-group> 3009 </context-group>
3132 </trans-unit> 3010 </trans-unit>
3133 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3134 <source>Upload thumbnail</source>
3135 <target>Subir miniatura</target>
3136 <context-group name="null">
3137 <context context-type="linenumber">192</context>
3138 </context-group>
3139 </trans-unit>
3140 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3011 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3141 <source>Upload preview</source> 3012 <source>Upload preview</source>
3142 <target>Subir previsualización</target> 3013 <target>Subir previsualización</target>
@@ -3148,7 +3019,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3148 <source>Support</source> 3019 <source>Support</source>
3149 <target>Apoyar</target> 3020 <target>Apoyar</target>
3150 <context-group name="null"> 3021 <context-group name="null">
3151 <context context-type="linenumber">70</context> 3022 <context context-type="linenumber">101</context>
3152 </context-group> 3023 </context-group>
3153 </trans-unit> 3024 </trans-unit>
3154 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3025 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -3226,7 +3097,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3226 <source>Download</source> 3097 <source>Download</source>
3227 <target>Descargar</target> 3098 <target>Descargar</target>
3228 <context-group name="null"> 3099 <context-group name="null">
3229 <context context-type="linenumber">85</context> 3100 <context context-type="linenumber">130</context>
3230 </context-group> 3101 </context-group>
3231 </trans-unit> 3102 </trans-unit>
3232 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3103 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -3253,21 +3124,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3253 <source>Share</source> 3124 <source>Share</source>
3254 <target>Compartir</target> 3125 <target>Compartir</target>
3255 <context-group name="null"> 3126 <context-group name="null">
3256 <context context-type="linenumber">75</context> 3127 <context context-type="linenumber">106</context>
3257 </context-group> 3128 </context-group>
3258 </trans-unit> 3129 </trans-unit>
3259 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3130 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3260 <source>QR-Code</source> 3131 <source>QR-Code</source>
3261 <target>Código QR</target> 3132 <target>Código QR</target>
3262 <context-group name="null"> 3133 <context-group name="null">
3263 <context context-type="linenumber">29</context> 3134 <context context-type="linenumber">37</context>
3264 </context-group> 3135 </context-group>
3265 </trans-unit> 3136 </trans-unit>
3266 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3137 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3267 <source>Embed</source> 3138 <source>Embed</source>
3268 <target>Incrustar</target> 3139 <target>Incrustar</target>
3269 <context-group name="null"> 3140 <context-group name="null">
3270 <context context-type="linenumber">34</context> 3141 <context context-type="linenumber">42</context>
3271 </context-group> 3142 </context-group>
3272 </trans-unit> 3143 </trans-unit>
3273 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3144 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3278,14 +3149,14 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3278 El URL no es seguro (no utiliza HTTPS), por lo que el vídeo embebido no funcionará en los sitios web HTTPS (los navegadores web bloquean las consultas HTTP inseguras en los sitios web HTTPS). 3149 El URL no es seguro (no utiliza HTTPS), por lo que el vídeo embebido no funcionará en los sitios web HTTPS (los navegadores web bloquean las consultas HTTP inseguras en los sitios web HTTPS).
3279 </target> 3150 </target>
3280 <context-group name="null"> 3151 <context-group name="null">
3281 <context context-type="linenumber">45</context> 3152 <context context-type="linenumber">53</context>
3282 </context-group> 3153 </context-group>
3283 </trans-unit> 3154 </trans-unit>
3284 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3155 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3285 <source>Close</source> 3156 <source>Close</source>
3286 <target>Cerrar</target> 3157 <target>Cerrar</target>
3287 <context-group name="null"> 3158 <context-group name="null">
3288 <context context-type="linenumber">51</context> 3159 <context context-type="linenumber">59</context>
3289 </context-group> 3160 </context-group>
3290 </trans-unit> 3161 </trans-unit>
3291 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3162 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3303,7 +3174,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3303 El vídeo está siendo importado, estará disponible cuando la importación finalice. 3174 El vídeo está siendo importado, estará disponible cuando la importación finalice.
3304 </target> 3175 </target>
3305 <context-group name="null"> 3176 <context-group name="null">
3306 <context context-type="linenumber">11</context> 3177 <context context-type="linenumber">39</context>
3307 </context-group> 3178 </context-group>
3308 </trans-unit> 3179 </trans-unit>
3309 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3180 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3314,7 +3185,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3314 El vídeo está siendo transcodificado, puede no funcionar correctamente. 3185 El vídeo está siendo transcodificado, puede no funcionar correctamente.
3315 </target> 3186 </target>
3316 <context-group name="null"> 3187 <context-group name="null">
3317 <context context-type="linenumber">15</context> 3188 <context context-type="linenumber">43</context>
3318 </context-group> 3189 </context-group>
3319 </trans-unit> 3190 </trans-unit>
3320 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3191 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3325,14 +3196,14 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3325 Este vídeo será publicado el <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3196 Este vídeo será publicado el <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3326 </target> 3197 </target>
3327 <context-group name="null"> 3198 <context-group name="null">
3328 <context context-type="linenumber">19</context> 3199 <context context-type="linenumber">47</context>
3329 </context-group> 3200 </context-group>
3330 </trans-unit> 3201 </trans-unit>
3331 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3202 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3332 <source>This video is blacklisted.</source> 3203 <source>This video is blacklisted.</source>
3333 <target>Este vídeo está bloqueado</target> 3204 <target>Este vídeo está bloqueado</target>
3334 <context-group name="null"> 3205 <context-group name="null">
3335 <context context-type="linenumber">24</context> 3206 <context context-type="linenumber">56</context>
3336 </context-group> 3207 </context-group>
3337 </trans-unit> 3208 </trans-unit>
3338 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3209 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3343,130 +3214,112 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3343 Publicado <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas 3214 Publicado <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas
3344 </target> 3215 </target>
3345 <context-group name="null"> 3216 <context-group name="null">
3346 <context context-type="linenumber">36</context> 3217 <context context-type="linenumber">76</context>
3347 </context-group>
3348 </trans-unit>
3349 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3350 <source>
3351 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3352 </source>
3353 <target>
3354 Publicado <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas
3355 </target>
3356 <context-group name="null">
3357 <context context-type="linenumber">45</context>
3358 </context-group> 3218 </context-group>
3359 </trans-unit> 3219 </trans-unit>
3360 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3220 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3361 <source>Like this video</source> 3221 <source>Like this video</source>
3362 <target>Me gusta este vídeo</target> 3222 <target>Me gusta este vídeo</target>
3363 <context-group name="null"> 3223 <context-group name="null">
3364 <context context-type="linenumber">55</context> 3224 <context context-type="linenumber">86</context>
3365 </context-group> 3225 </context-group>
3366 </trans-unit> 3226 </trans-unit>
3367 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3227 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3368 <source>Dislike this video</source> 3228 <source>Dislike this video</source>
3369 <target>No me gusta este vídeo</target> 3229 <target>No me gusta este vídeo</target>
3370 <context-group name="null"> 3230 <context-group name="null">
3371 <context context-type="linenumber">63</context> 3231 <context context-type="linenumber">94</context>
3372 </context-group> 3232 </context-group>
3373 </trans-unit> 3233 </trans-unit>
3374 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3234 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3375 <source>Download the video</source> 3235 <source>Download the video</source>
3376 <target>Descargar el vídeo</target> 3236 <target>Descargar el vídeo</target>
3377 <context-group name="null"> 3237 <context-group name="null">
3378 <context context-type="linenumber">84</context> 3238 <context context-type="linenumber">129</context>
3379 </context-group> 3239 </context-group>
3380 </trans-unit> 3240 </trans-unit>
3381 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3241 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3382 <source>Report</source> 3242 <source>Report</source>
3383 <target>Reportar</target> 3243 <target>Reportar</target>
3384 <context-group name="null"> 3244 <context-group name="null">
3385 <context context-type="linenumber">89</context> 3245 <context context-type="linenumber">134</context>
3386 </context-group> 3246 </context-group>
3387 </trans-unit> 3247 </trans-unit>
3388 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3248 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3389 <source>Report this video</source> 3249 <source>Report this video</source>
3390 <target>Reportar este vídeo</target> 3250 <target>Reportar este vídeo</target>
3391 <context-group name="null"> 3251 <context-group name="null">
3392 <context context-type="linenumber">88</context> 3252 <context context-type="linenumber">133</context>
3393 </context-group> 3253 </context-group>
3394 </trans-unit> 3254 </trans-unit>
3395 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3255 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3396 <source>Update this video</source> 3256 <source>Update this video</source>
3397 <target>Actualizar este vídeo</target> 3257 <target>Actualizar este vídeo</target>
3398 <context-group name="null"> 3258 <context-group name="null">
3399 <context context-type="linenumber">92</context> 3259 <context context-type="linenumber">137</context>
3400 </context-group> 3260 </context-group>
3401 </trans-unit> 3261 </trans-unit>
3402 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3262 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3403 <source>Blacklist</source> 3263 <source>Blacklist</source>
3404 <target>Lista negra</target> 3264 <target>Lista negra</target>
3405 <context-group name="null"> 3265 <context-group name="null">
3406 <context context-type="linenumber">97</context> 3266 <context context-type="linenumber">142</context>
3407 </context-group> 3267 </context-group>
3408 </trans-unit> 3268 </trans-unit>
3409 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3269 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3410 <source>Blacklist this video</source> 3270 <source>Blacklist this video</source>
3411 <target>Poner este vídeo en lista negra</target> 3271 <target>Poner este vídeo en lista negra</target>
3412 <context-group name="null"> 3272 <context-group name="null">
3413 <context context-type="linenumber">96</context> 3273 <context context-type="linenumber">141</context>
3414 </context-group>
3415 </trans-unit>
3416 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3417 <source>Unblacklist</source>
3418 <target>Sacar de lista negra</target>
3419 <context-group name="null">
3420 <context context-type="linenumber">101</context>
3421 </context-group> 3274 </context-group>
3422 </trans-unit> 3275 </trans-unit>
3423 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3276 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3424 <source>Unblacklist this video</source> 3277 <source>Unblacklist this video</source>
3425 <target>Desbloquear este vídeo</target> 3278 <target>Desbloquear este vídeo</target>
3426 <context-group name="null"> 3279 <context-group name="null">
3427 <context context-type="linenumber">100</context> 3280 <context context-type="linenumber">145</context>
3428 </context-group> 3281 </context-group>
3429 </trans-unit> 3282 </trans-unit>
3430 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3283 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3431 <source>Delete this video</source> 3284 <source>Delete this video</source>
3432 <target>Eliminar este vídeo</target> 3285 <target>Eliminar este vídeo</target>
3433 <context-group name="null"> 3286 <context-group name="null">
3434 <context context-type="linenumber">104</context> 3287 <context context-type="linenumber">149</context>
3435 </context-group> 3288 </context-group>
3436 </trans-unit> 3289 </trans-unit>
3437 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3290 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3438 <source>Go the channel page</source> 3291 <source>Go the channel page</source>
3439 <target>Ir a la página del canal</target> 3292 <target>Ir a la página del canal</target>
3440 <context-group name="null"> 3293 <context-group name="null">
3441 <context context-type="linenumber">124</context> 3294 <context context-type="linenumber">169</context>
3442 </context-group> 3295 </context-group>
3443 </trans-unit> 3296 </trans-unit>
3444 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3297 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3445 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3298 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3446 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3299 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3447 <context-group name="null"> 3300 <context-group name="null">
3448 <context context-type="linenumber">135</context> 3301 <context context-type="linenumber">180</context>
3449 </context-group> 3302 </context-group>
3450 </trans-unit> 3303 </trans-unit>
3451 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3304 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3452 <source>Show more</source> 3305 <source>Show more</source>
3453 <target>Mostrar más</target> 3306 <target>Mostrar más</target>
3454 <context-group name="null"> 3307 <context-group name="null">
3455 <context context-type="linenumber">147</context> 3308 <context context-type="linenumber">192</context>
3456 </context-group> 3309 </context-group>
3457 </trans-unit> 3310 </trans-unit>
3458 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3311 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3459 <source>Show less</source> 3312 <source>Show less</source>
3460 <target>Mostrar menos</target> 3313 <target>Mostrar menos</target>
3461 <context-group name="null"> 3314 <context-group name="null">
3462 <context context-type="linenumber">153</context> 3315 <context context-type="linenumber">198</context>
3463 </context-group> 3316 </context-group>
3464 </trans-unit> 3317 </trans-unit>
3465 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3318 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3466 <source>Friendly Reminder: </source> 3319 <source>Friendly Reminder: </source>
3467 <target>Recuerdo amistoso:</target> 3320 <target>Recuerdo amistoso:</target>
3468 <context-group name="null"> 3321 <context-group name="null">
3469 <context context-type="linenumber">214</context> 3322 <context context-type="linenumber">258</context>
3470 </context-group> 3323 </context-group>
3471 </trans-unit> 3324 </trans-unit>
3472 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3325 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3477,21 +3330,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3477 el sistema utilizado para compartir este vídeo implica que algunas informaciones técnicas acerca de su sistema (como la dirección IP pública) pueden estar enviadas a otros pares. 3330 el sistema utilizado para compartir este vídeo implica que algunas informaciones técnicas acerca de su sistema (como la dirección IP pública) pueden estar enviadas a otros pares.
3478 </target> 3331 </target>
3479 <context-group name="null"> 3332 <context-group name="null">
3480 <context context-type="linenumber">215</context> 3333 <context context-type="linenumber">259</context>
3481 </context-group> 3334 </context-group>
3482 </trans-unit> 3335 </trans-unit>
3483 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3336 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3484 <source>More information</source> 3337 <source>More information</source>
3485 <target>Más información</target> 3338 <target>Más información</target>
3486 <context-group name="null"> 3339 <context-group name="null">
3487 <context context-type="linenumber">218</context> 3340 <context context-type="linenumber">262</context>
3488 </context-group> 3341 </context-group>
3489 </trans-unit> 3342 </trans-unit>
3490 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3343 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3491 <source>Get more information</source> 3344 <source>Get more information</source>
3492 <target>Ver más información</target> 3345 <target>Ver más información</target>
3493 <context-group name="null"> 3346 <context-group name="null">
3494 <context context-type="linenumber">218</context> 3347 <context context-type="linenumber">262</context>
3495 </context-group> 3348 </context-group>
3496 </trans-unit> 3349 </trans-unit>
3497 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3350 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3502,7 +3355,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3502 De acuerdo 3355 De acuerdo
3503 </target> 3356 </target>
3504 <context-group name="null"> 3357 <context-group name="null">
3505 <context context-type="linenumber">221</context> 3358 <context context-type="linenumber">265</context>
3506 </context-group> 3359 </context-group>
3507 </trans-unit> 3360 </trans-unit>
3508 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3361 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -4160,13 +4013,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4160 <context context-type="linenumber">1</context> 4013 <context context-type="linenumber">1</context>
4161 </context-group> 4014 </context-group>
4162 </trans-unit> 4015 </trans-unit>
4163 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e">
4164 <source>New video abuse on local video</source>
4165 <target>Nueva denuncia de abuso sobre un vídeo local</target>
4166 <context-group name="null">
4167 <context context-type="linenumber">1</context>
4168 </context-group>
4169 </trans-unit>
4170 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 4016 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4171 <source>One of your video is blacklisted/unblacklisted</source> 4017 <source>One of your video is blacklisted/unblacklisted</source>
4172 <target>Uno de sus vídeos ha sido bloqueado/desbloqueado</target> 4018 <target>Uno de sus vídeos ha sido bloqueado/desbloqueado</target>
@@ -4251,13 +4097,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4251 <context context-type="linenumber">1</context> 4097 <context context-type="linenumber">1</context>
4252 </context-group> 4098 </context-group>
4253 </trans-unit> 4099 </trans-unit>
4254 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
4255 <source>Create</source>
4256 <target>Crear</target>
4257 <context-group name="null">
4258 <context context-type="linenumber">1</context>
4259 </context-group>
4260 </trans-unit>
4261 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4100 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4262 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4101 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4263 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualizado.</target> 4102 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualizado.</target>
@@ -4349,13 +4188,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4349 <context context-type="linenumber">1</context> 4188 <context context-type="linenumber">1</context>
4350 </context-group> 4189 </context-group>
4351 </trans-unit> 4190 </trans-unit>
4352 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
4353 <source>My library</source>
4354 <target>Mi biblioteca</target>
4355 <context-group name="null">
4356 <context context-type="linenumber">1</context>
4357 </context-group>
4358 </trans-unit>
4359 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4191 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4360 <source>My channels</source> 4192 <source>My channels</source>
4361 <target>Mis canales</target> 4193 <target>Mis canales</target>
@@ -5135,6 +4967,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5135 <context context-type="linenumber">1</context> 4967 <context context-type="linenumber">1</context>
5136 </context-group> 4968 </context-group>
5137 </trans-unit> 4969 </trans-unit>
4970 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
4971 <source>Display name cannot be more than 120 characters long.</source>
4972 <target>El nombre a mostrar no puede ocupar más de 120 caracteres.</target>
4973 <context-group name="null">
4974 <context context-type="linenumber">1</context>
4975 </context-group>
4976 </trans-unit>
5138 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 4977 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
5139 <source>Video name is required.</source> 4978 <source>Video name is required.</source>
5140 <target>Se requiere un nombre de vídeo.</target> 4979 <target>Se requiere un nombre de vídeo.</target>
@@ -6073,13 +5912,6 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6073 <context context-type="linenumber">1</context> 5912 <context context-type="linenumber">1</context>
6074 </context-group> 5913 </context-group>
6075 </trans-unit> 5914 </trans-unit>
6076 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
6077 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
6078 <target>Iniciar a <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
6079 <context-group name="null">
6080 <context context-type="linenumber">1</context>
6081 </context-group>
6082 </trans-unit>
6083 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 5915 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
6084 <source>Like the video</source> 5916 <source>Like the video</source>
6085 <target>Colocar Me gusta a este vídeo</target> 5917 <target>Colocar Me gusta a este vídeo</target>
diff --git a/client/src/locale/target/angular_eu_ES.xml b/client/src/locale/target/angular_eu_ES.xml
index 37df9dc76..ad77b30d0 100644
--- a/client/src/locale/target/angular_eu_ES.xml
+++ b/client/src/locale/target/angular_eu_ES.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Lehena</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Lehena</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Aurrekoa</target> 92 <target>Aurrekoa</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Hurrengoa</target> 99 <target>Hurrengoa</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Azkena</target> 106 <target>Azkena</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target> Ordu gutxiago</target> 141 <target> Ordu gutxiago</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Minutu gehiago</target> 148 <target>Minutu gehiago</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minutuak</target> 162 <target>Minutuak</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Minutu gutxiago</target> 169 <target>Minutu gutxiago</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Segundo gehiago</target> 176 <target>Segundo gehiago</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Segundoak</target> 190 <target>Segundoak</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Segundo gutxiago</target> 197 <target>Segundo gutxiago</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -224,14 +224,14 @@
224 <source>Unlisted</source> 224 <source>Unlisted</source>
225 <target>Zerrendatu gabea</target> 225 <target>Zerrendatu gabea</target>
226 <context-group name="null"> 226 <context-group name="null">
227 <context context-type="linenumber">10</context> 227 <context context-type="linenumber">17</context>
228 </context-group> 228 </context-group>
229 </trans-unit> 229 </trans-unit>
230 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 230 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
231 <source>Private</source> 231 <source>Private</source>
232 <target>Pribatua</target> 232 <target>Pribatua</target>
233 <context-group name="null"> 233 <context-group name="null">
234 <context context-type="linenumber">11</context> 234 <context context-type="linenumber">18</context>
235 </context-group> 235 </context-group>
236 </trans-unit> 236 </trans-unit>
237 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 237 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -241,6 +241,27 @@
241 <context context-type="linenumber">16</context> 241 <context context-type="linenumber">16</context>
242 </context-group> 242 </context-group>
243 </trans-unit> 243 </trans-unit>
244 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
245 <source>Display name</source>
246 <target>Pantaila-izena</target>
247 <context-group name="null">
248 <context context-type="linenumber">6</context>
249 </context-group>
250 </trans-unit>
251 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
252 <source>Create</source>
253 <target>Sortu</target>
254 <context-group name="null">
255 <context context-type="linenumber">73</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
259 <source>Save</source>
260 <target>Gorde</target>
261 <context-group name="null">
262 <context context-type="linenumber">115</context>
263 </context-group>
264 </trans-unit>
244 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 265 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
245 <source>Delete</source> 266 <source>Delete</source>
246 <target>Ezabatu</target> 267 <target>Ezabatu</target>
@@ -392,7 +413,7 @@
392 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 }}"/> eguneko)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 413 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 }}"/> eguneko)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
393 </target> 414 </target>
394 <context-group name="null"> 415 <context-group name="null">
395 <context context-type="linenumber">14</context> 416 <context context-type="linenumber">28</context>
396 </context-group> 417 </context-group>
397 </trans-unit> 418 </trans-unit>
398 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 419 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -513,7 +534,7 @@
513 <source>Login</source> 534 <source>Login</source>
514 <target>Hasi saioa</target> 535 <target>Hasi saioa</target>
515 <context-group name="null"> 536 <context-group name="null">
516 <context context-type="linenumber">36</context> 537 <context context-type="linenumber">32</context>
517 </context-group> 538 </context-group>
518 </trans-unit> 539 </trans-unit>
519 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 540 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -612,7 +633,7 @@
612 <source>Signup</source> 633 <source>Signup</source>
613 <target>Eman izena</target> 634 <target>Eman izena</target>
614 <context-group name="null"> 635 <context-group name="null">
615 <context context-type="linenumber">78</context> 636 <context context-type="linenumber">87</context>
616 </context-group> 637 </context-group>
617 </trans-unit> 638 </trans-unit>
618 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 639 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -682,57 +703,20 @@
682 <source>Change the language</source> 703 <source>Change the language</source>
683 <target>Aldatu hizkuntza</target> 704 <target>Aldatu hizkuntza</target>
684 <context-group name="null"> 705 <context-group name="null">
685 <context context-type="linenumber">86</context> 706 <context context-type="linenumber">102</context>
686 </context-group>
687 </trans-unit>
688 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
689 <source>
690 My public profile
691 </source>
692 <target>
693 Nire profil publikoa
694 </target>
695 <context-group name="null">
696 <context context-type="linenumber">16</context>
697 </context-group>
698 </trans-unit>
699 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
700 <source>
701 My account
702 </source>
703 <target>
704 Nire kontua
705 </target>
706 <context-group name="null">
707 <context context-type="linenumber">20</context>
708 </context-group>
709 </trans-unit>
710 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
711 <source>
712 My videos
713 </source>
714 <target>
715 Nire bideoak
716 </target>
717 <context-group name="null">
718 <context context-type="linenumber">24</context>
719 </context-group>
720 </trans-unit>
721 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
722 <source>
723 Log out
724 </source>
725 <target>
726 Amaitu saioa
727 </target>
728 <context-group name="null">
729 <context context-type="linenumber">28</context>
730 </context-group> 707 </context-group>
731 </trans-unit> 708 </trans-unit>
732 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 709 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
733 <source>Create an account</source> 710 <source>Create an account</source>
734 <target>Sortu kontu bat</target> 711 <target>Sortu kontu bat</target>
735 <context-group name="null"> 712 <context-group name="null">
713 <context context-type="linenumber">33</context>
714 </context-group>
715 </trans-unit>
716 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
717 <source>My library</source>
718 <target>Nire liburutegia</target>
719 <context-group name="null">
736 <context context-type="linenumber">37</context> 720 <context context-type="linenumber">37</context>
737 </context-group> 721 </context-group>
738 </trans-unit> 722 </trans-unit>
@@ -747,70 +731,70 @@
747 <source>Subscriptions</source> 731 <source>Subscriptions</source>
748 <target>Harpidetzak</target> 732 <target>Harpidetzak</target>
749 <context-group name="null"> 733 <context-group name="null">
750 <context context-type="linenumber">45</context> 734 <context context-type="linenumber">51</context>
751 </context-group> 735 </context-group>
752 </trans-unit> 736 </trans-unit>
753 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 737 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
754 <source>Overview</source> 738 <source>Overview</source>
755 <target>Gainbegirada</target> 739 <target>Gainbegirada</target>
756 <context-group name="null"> 740 <context-group name="null">
757 <context context-type="linenumber">50</context> 741 <context context-type="linenumber">66</context>
758 </context-group> 742 </context-group>
759 </trans-unit> 743 </trans-unit>
760 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 744 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
761 <source>Trending</source> 745 <source>Trending</source>
762 <target>Joerak</target> 746 <target>Joerak</target>
763 <context-group name="null"> 747 <context-group name="null">
764 <context context-type="linenumber">55</context> 748 <context context-type="linenumber">71</context>
765 </context-group> 749 </context-group>
766 </trans-unit> 750 </trans-unit>
767 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 751 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
768 <source>Recently added</source> 752 <source>Recently added</source>
769 <target>Gehitutako azkenak</target> 753 <target>Gehitutako azkenak</target>
770 <context-group name="null"> 754 <context-group name="null">
771 <context context-type="linenumber">60</context> 755 <context context-type="linenumber">76</context>
772 </context-group> 756 </context-group>
773 </trans-unit> 757 </trans-unit>
774 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 758 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
775 <source>Local</source> 759 <source>Local</source>
776 <target>Tokikoa</target> 760 <target>Tokikoa</target>
777 <context-group name="null"> 761 <context-group name="null">
778 <context context-type="linenumber">65</context> 762 <context context-type="linenumber">81</context>
779 </context-group> 763 </context-group>
780 </trans-unit> 764 </trans-unit>
781 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 765 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
782 <source>More</source> 766 <source>More</source>
783 <target>Gehiago</target> 767 <target>Gehiago</target>
784 <context-group name="null"> 768 <context-group name="null">
785 <context context-type="linenumber">70</context> 769 <context context-type="linenumber">86</context>
786 </context-group> 770 </context-group>
787 </trans-unit> 771 </trans-unit>
788 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 772 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
789 <source>Administration</source> 773 <source>Administration</source>
790 <target>Administrazioa</target> 774 <target>Administrazioa</target>
791 <context-group name="null"> 775 <context-group name="null">
792 <context context-type="linenumber">74</context> 776 <context context-type="linenumber">90</context>
793 </context-group> 777 </context-group>
794 </trans-unit> 778 </trans-unit>
795 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 779 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
796 <source>About</source> 780 <source>About</source>
797 <target>Honi buruz</target> 781 <target>Honi buruz</target>
798 <context-group name="null"> 782 <context-group name="null">
799 <context context-type="linenumber">25</context> 783 <context context-type="linenumber">26</context>
800 </context-group> 784 </context-group>
801 </trans-unit> 785 </trans-unit>
802 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 786 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
803 <source>Show keyboard shortcuts</source> 787 <source>Show keyboard shortcuts</source>
804 <target>Erakutsi teklatu-lasterbideak</target> 788 <target>Erakutsi teklatu-lasterbideak</target>
805 <context-group name="null"> 789 <context-group name="null">
806 <context context-type="linenumber">89</context> 790 <context context-type="linenumber">105</context>
807 </context-group> 791 </context-group>
808 </trans-unit> 792 </trans-unit>
809 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 793 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
810 <source>Toggle dark interface</source> 794 <source>Toggle dark interface</source>
811 <target>Txandakatu interfaze iluna</target> 795 <target>Txandakatu interfaze iluna</target>
812 <context-group name="null"> 796 <context-group name="null">
813 <context context-type="linenumber">92</context> 797 <context context-type="linenumber">108</context>
814 </context-group> 798 </context-group>
815 </trans-unit> 799 </trans-unit>
816 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 800 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -873,21 +857,21 @@
873 <source>Category</source> 857 <source>Category</source>
874 <target>Kategoria</target> 858 <target>Kategoria</target>
875 <context-group name="null"> 859 <context-group name="null">
876 <context context-type="linenumber">170</context> 860 <context context-type="linenumber">215</context>
877 </context-group> 861 </context-group>
878 </trans-unit> 862 </trans-unit>
879 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 863 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
880 <source>Licence</source> 864 <source>Licence</source>
881 <target>Lizentzia</target> 865 <target>Lizentzia</target>
882 <context-group name="null"> 866 <context-group name="null">
883 <context context-type="linenumber">179</context> 867 <context context-type="linenumber">224</context>
884 </context-group> 868 </context-group>
885 </trans-unit> 869 </trans-unit>
886 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 870 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
887 <source>Language</source> 871 <source>Language</source>
888 <target>Hizkuntza</target> 872 <target>Hizkuntza</target>
889 <context-group name="null"> 873 <context-group name="null">
890 <context context-type="linenumber">188</context> 874 <context context-type="linenumber">233</context>
891 </context-group> 875 </context-group>
892 </trans-unit> 876 </trans-unit>
893 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 877 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1012,13 +996,6 @@
1012 <context context-type="linenumber">39</context> 996 <context context-type="linenumber">39</context>
1013 </context-group> 997 </context-group>
1014 </trans-unit> 998 </trans-unit>
1015 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1016 <source>User registration is allowed and</source>
1017 <target>Erabiltzaile berriek izena ematea onartzen da eta</target>
1018 <context-group name="null">
1019 <context context-type="linenumber">29</context>
1020 </context-group>
1021 </trans-unit>
1022 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 999 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1023 <source> 1000 <source>
1024 About PeerTube 1001 About PeerTube
@@ -1378,42 +1355,42 @@
1378 <source>Default client route</source> 1355 <source>Default client route</source>
1379 <target>Lehenetsitako bezeroaren ibilbidea</target> 1356 <target>Lehenetsitako bezeroaren ibilbidea</target>
1380 <context-group name="null"> 1357 <context-group name="null">
1381 <context context-type="linenumber">48</context> 1358 <context context-type="linenumber">57</context>
1382 </context-group> 1359 </context-group>
1383 </trans-unit> 1360 </trans-unit>
1384 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1361 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1385 <source>Videos Overview</source> 1362 <source>Videos Overview</source>
1386 <target>Bideoen gainbegirada</target> 1363 <target>Bideoen gainbegirada</target>
1387 <context-group name="null"> 1364 <context-group name="null">
1388 <context context-type="linenumber">51</context> 1365 <context context-type="linenumber">60</context>
1389 </context-group> 1366 </context-group>
1390 </trans-unit> 1367 </trans-unit>
1391 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1368 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1392 <source>Videos Trending</source> 1369 <source>Videos Trending</source>
1393 <target>Joera diren bideoak</target> 1370 <target>Joera diren bideoak</target>
1394 <context-group name="null"> 1371 <context-group name="null">
1395 <context context-type="linenumber">52</context> 1372 <context context-type="linenumber">61</context>
1396 </context-group> 1373 </context-group>
1397 </trans-unit> 1374 </trans-unit>
1398 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1375 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1399 <source>Videos Recently Added</source> 1376 <source>Videos Recently Added</source>
1400 <target>Azkenaldian gehitutako bidoeak</target> 1377 <target>Azkenaldian gehitutako bidoeak</target>
1401 <context-group name="null"> 1378 <context-group name="null">
1402 <context context-type="linenumber">53</context> 1379 <context context-type="linenumber">62</context>
1403 </context-group> 1380 </context-group>
1404 </trans-unit> 1381 </trans-unit>
1405 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1382 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1406 <source>Local videos</source> 1383 <source>Local videos</source>
1407 <target>Tokiko bideoak</target> 1384 <target>Tokiko bideoak</target>
1408 <context-group name="null"> 1385 <context-group name="null">
1409 <context context-type="linenumber">54</context> 1386 <context context-type="linenumber">63</context>
1410 </context-group> 1387 </context-group>
1411 </trans-unit> 1388 </trans-unit>
1412 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1389 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1413 <source>Policy on videos containing sensitive content</source> 1390 <source>Policy on videos containing sensitive content</source>
1414 <target>Eduki hunkigarria duten bideoen politika</target> 1391 <target>Eduki hunkigarria duten bideoen politika</target>
1415 <context-group name="null"> 1392 <context-group name="null">
1416 <context context-type="linenumber">61</context> 1393 <context context-type="linenumber">70</context>
1417 </context-group> 1394 </context-group>
1418 </trans-unit> 1395 </trans-unit>
1419 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1396 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1448,42 +1425,42 @@
1448 <source>Signup enabled</source> 1425 <source>Signup enabled</source>
1449 <target>Izena ematea gaituta</target> 1426 <target>Izena ematea gaituta</target>
1450 <context-group name="null"> 1427 <context-group name="null">
1451 <context context-type="linenumber">84</context> 1428 <context context-type="linenumber">93</context>
1452 </context-group> 1429 </context-group>
1453 </trans-unit> 1430 </trans-unit>
1454 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1431 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1455 <source>Signup requires email verification</source> 1432 <source>Signup requires email verification</source>
1456 <target>Izena emateko e-mail helbidea baieztatu behar da</target> 1433 <target>Izena emateko e-mail helbidea baieztatu behar da</target>
1457 <context-group name="null"> 1434 <context-group name="null">
1458 <context context-type="linenumber">91</context> 1435 <context context-type="linenumber">100</context>
1459 </context-group> 1436 </context-group>
1460 </trans-unit> 1437 </trans-unit>
1461 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1438 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1462 <source>Signup limit</source> 1439 <source>Signup limit</source>
1463 <target>Izena emateko muga</target> 1440 <target>Izena emateko muga</target>
1464 <context-group name="null"> 1441 <context-group name="null">
1465 <context context-type="linenumber">96</context> 1442 <context context-type="linenumber">105</context>
1466 </context-group> 1443 </context-group>
1467 </trans-unit> 1444 </trans-unit>
1468 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1445 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1469 <source>Users</source> 1446 <source>Users</source>
1470 <target>Erabiltzaileak</target> 1447 <target>Erabiltzaileak</target>
1471 <context-group name="null"> 1448 <context-group name="null">
1472 <context context-type="linenumber">105</context> 1449 <context context-type="linenumber">114</context>
1473 </context-group> 1450 </context-group>
1474 </trans-unit> 1451 </trans-unit>
1475 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1452 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1476 <source>User default video quota</source> 1453 <source>User default video quota</source>
1477 <target>Erabiltzailearen lehenetsitako bideo-kuota</target> 1454 <target>Erabiltzailearen lehenetsitako bideo-kuota</target>
1478 <context-group name="null"> 1455 <context-group name="null">
1479 <context context-type="linenumber">109</context> 1456 <context context-type="linenumber">118</context>
1480 </context-group> 1457 </context-group>
1481 </trans-unit> 1458 </trans-unit>
1482 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1459 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1483 <source>User default daily upload limit</source> 1460 <source>User default daily upload limit</source>
1484 <target>Erabiltzailearentzat lehenetsitako eguneko igoera muga</target> 1461 <target>Erabiltzailearentzat lehenetsitako eguneko igoera muga</target>
1485 <context-group name="null"> 1462 <context-group name="null">
1486 <context context-type="linenumber">121</context> 1463 <context context-type="linenumber">130</context>
1487 </context-group> 1464 </context-group>
1488 </trans-unit> 1465 </trans-unit>
1489 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1466 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1497,28 +1474,28 @@
1497 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1474 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1498 <target>HTTP URL bidezko bideoen inportazioa gaituta (adibidez YouTube)</target> 1475 <target>HTTP URL bidezko bideoen inportazioa gaituta (adibidez YouTube)</target>
1499 <context-group name="null"> 1476 <context-group name="null">
1500 <context context-type="linenumber">141</context> 1477 <context context-type="linenumber">150</context>
1501 </context-group> 1478 </context-group>
1502 </trans-unit> 1479 </trans-unit>
1503 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1480 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1504 <source>Video import with a torrent file or a magnet URI enabled</source> 1481 <source>Video import with a torrent file or a magnet URI enabled</source>
1505 <target>Bideoa torrent fitxategia edo magnet URL bidez inportatzea gaituta</target> 1482 <target>Bideoa torrent fitxategia edo magnet URL bidez inportatzea gaituta</target>
1506 <context-group name="null"> 1483 <context-group name="null">
1507 <context context-type="linenumber">148</context> 1484 <context context-type="linenumber">157</context>
1508 </context-group> 1485 </context-group>
1509 </trans-unit> 1486 </trans-unit>
1510 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1487 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1511 <source>Administrator</source> 1488 <source>Administrator</source>
1512 <target>Administratzailea</target> 1489 <target>Administratzailea</target>
1513 <context-group name="null"> 1490 <context-group name="null">
1514 <context context-type="linenumber">155</context> 1491 <context context-type="linenumber">181</context>
1515 </context-group> 1492 </context-group>
1516 </trans-unit> 1493 </trans-unit>
1517 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1494 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1518 <source>Admin email</source> 1495 <source>Admin email</source>
1519 <target>Administratzailearen e-maila</target> 1496 <target>Administratzailearen e-maila</target>
1520 <context-group name="null"> 1497 <context-group name="null">
1521 <context context-type="linenumber">158</context> 1498 <context context-type="linenumber">184</context>
1522 </context-group> 1499 </context-group>
1523 </trans-unit> 1500 </trans-unit>
1524 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1501 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1532,70 +1509,70 @@
1532 <source>Twitter</source> 1509 <source>Twitter</source>
1533 <target>Twitter</target> 1510 <target>Twitter</target>
1534 <context-group name="null"> 1511 <context-group name="null">
1535 <context context-type="linenumber">178</context> 1512 <context context-type="linenumber">204</context>
1536 </context-group> 1513 </context-group>
1537 </trans-unit> 1514 </trans-unit>
1538 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1515 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1539 <source>Your Twitter username</source> 1516 <source>Your Twitter username</source>
1540 <target>Zure Twitter erabiltzaile-izena</target> 1517 <target>Zure Twitter erabiltzaile-izena</target>
1541 <context-group name="null"> 1518 <context-group name="null">
1542 <context context-type="linenumber">184</context> 1519 <context context-type="linenumber">210</context>
1543 </context-group> 1520 </context-group>
1544 </trans-unit> 1521 </trans-unit>
1545 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1522 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1546 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1523 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1547 <target>Edukia argitaratuko den webgune edo plataformarentzat Twitter kontua adierazten du.</target> 1524 <target>Edukia argitaratuko den webgune edo plataformarentzat Twitter kontua adierazten du.</target>
1548 <context-group name="null"> 1525 <context-group name="null">
1549 <context context-type="linenumber">187</context> 1526 <context context-type="linenumber">213</context>
1550 </context-group> 1527 </context-group>
1551 </trans-unit> 1528 </trans-unit>
1552 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1529 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1553 <source>Instance whitelisted by Twitter</source> 1530 <source>Instance whitelisted by Twitter</source>
1554 <target>Twitter-ek onartutako instantzia</target> 1531 <target>Twitter-ek onartutako instantzia</target>
1555 <context-group name="null"> 1532 <context-group name="null">
1556 <context context-type="linenumber">199</context> 1533 <context context-type="linenumber">225</context>
1557 </context-group> 1534 </context-group>
1558 </trans-unit> 1535 </trans-unit>
1559 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1536 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1560 <source>Services</source> 1537 <source>Services</source>
1561 <target>Zerbitzuak</target> 1538 <target>Zerbitzuak</target>
1562 <context-group name="null"> 1539 <context-group name="null">
1563 <context context-type="linenumber">176</context> 1540 <context context-type="linenumber">202</context>
1564 </context-group> 1541 </context-group>
1565 </trans-unit> 1542 </trans-unit>
1566 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1543 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1567 <source>Transcoding</source> 1544 <source>Transcoding</source>
1568 <target>Transkodeketa</target> 1545 <target>Transkodeketa</target>
1569 <context-group name="null"> 1546 <context-group name="null">
1570 <context context-type="linenumber">215</context> 1547 <context context-type="linenumber">241</context>
1571 </context-group> 1548 </context-group>
1572 </trans-unit> 1549 </trans-unit>
1573 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1550 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1574 <source>Transcoding enabled</source> 1551 <source>Transcoding enabled</source>
1575 <target>Transkodeketa gaituta</target> 1552 <target>Transkodeketa gaituta</target>
1576 <context-group name="null"> 1553 <context-group name="null">
1577 <context context-type="linenumber">221</context> 1554 <context context-type="linenumber">247</context>
1578 </context-group> 1555 </context-group>
1579 </trans-unit> 1556 </trans-unit>
1580 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1557 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1581 <source>If you disable transcoding, many videos from your users will not work!</source> 1558 <source>If you disable transcoding, many videos from your users will not work!</source>
1582 <target>Transkodeketa desgaitzen baduzu, erabiltzaileen bideo askok ez dute funtzionatuko!</target> 1559 <target>Transkodeketa desgaitzen baduzu, erabiltzaileen bideo askok ez dute funtzionatuko!</target>
1583 <context-group name="null"> 1560 <context-group name="null">
1584 <context context-type="linenumber">222</context> 1561 <context context-type="linenumber">248</context>
1585 </context-group> 1562 </context-group>
1586 </trans-unit> 1563 </trans-unit>
1587 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1564 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1588 <source>Transcoding threads</source> 1565 <source>Transcoding threads</source>
1589 <target>Transkodetze hariak</target> 1566 <target>Transkodetze hariak</target>
1590 <context-group name="null"> 1567 <context-group name="null">
1591 <context context-type="linenumber">237</context> 1568 <context context-type="linenumber">263</context>
1592 </context-group> 1569 </context-group>
1593 </trans-unit> 1570 </trans-unit>
1594 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1571 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1595 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1572 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1596 <target><x id="INTERPOLATION" equiv-text="{{resolution}}"/> bereizmena gaituta</target> 1573 <target><x id="INTERPOLATION" equiv-text="{{resolution}}"/> bereizmena gaituta</target>
1597 <context-group name="null"> 1574 <context-group name="null">
1598 <context context-type="linenumber">252</context> 1575 <context context-type="linenumber">278</context>
1599 </context-group> 1576 </context-group>
1600 </trans-unit> 1577 </trans-unit>
1601 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1578 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1610,70 +1587,70 @@
1610 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1587 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1611 </target> 1588 </target>
1612 <context-group name="null"> 1589 <context-group name="null">
1613 <context context-type="linenumber">260</context> 1590 <context context-type="linenumber">286</context>
1614 </context-group> 1591 </context-group>
1615 </trans-unit> 1592 </trans-unit>
1616 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1593 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1617 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1594 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1618 <target>Fitxategi batzuk ez dira federatzen (aurrebistak, azpitituluak). Zuzenean jatorrizko instantziatik jasotzen ditugu eta cachean gorde.</target> 1595 <target>Fitxategi batzuk ez dira federatzen (aurrebistak, azpitituluak). Zuzenean jatorrizko instantziatik jasotzen ditugu eta cachean gorde.</target>
1619 <context-group name="null"> 1596 <context-group name="null">
1620 <context context-type="linenumber">265</context> 1597 <context context-type="linenumber">291</context>
1621 </context-group> 1598 </context-group>
1622 </trans-unit> 1599 </trans-unit>
1623 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1600 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1624 <source>Previews cache size</source> 1601 <source>Previews cache size</source>
1625 <target>Aurrebisten cachearen tamaina</target> 1602 <target>Aurrebisten cachearen tamaina</target>
1626 <context-group name="null"> 1603 <context-group name="null">
1627 <context context-type="linenumber">271</context> 1604 <context context-type="linenumber">297</context>
1628 </context-group> 1605 </context-group>
1629 </trans-unit> 1606 </trans-unit>
1630 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1607 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1631 <source>Video captions cache size</source> 1608 <source>Video captions cache size</source>
1632 <target>Bideoaren azpitituluen cachearen tamaina</target> 1609 <target>Bideoaren azpitituluen cachearen tamaina</target>
1633 <context-group name="null"> 1610 <context-group name="null">
1634 <context context-type="linenumber">280</context> 1611 <context context-type="linenumber">306</context>
1635 </context-group> 1612 </context-group>
1636 </trans-unit> 1613 </trans-unit>
1637 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1614 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1638 <source>Customizations</source> 1615 <source>Customizations</source>
1639 <target>Pertsonalizazioak</target> 1616 <target>Pertsonalizazioak</target>
1640 <context-group name="null"> 1617 <context-group name="null">
1641 <context context-type="linenumber">289</context> 1618 <context context-type="linenumber">315</context>
1642 </context-group> 1619 </context-group>
1643 </trans-unit> 1620 </trans-unit>
1644 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1621 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1645 <source>JavaScript</source> 1622 <source>JavaScript</source>
1646 <target>JavaScript</target> 1623 <target>JavaScript</target>
1647 <context-group name="null"> 1624 <context-group name="null">
1648 <context context-type="linenumber">294</context> 1625 <context context-type="linenumber">320</context>
1649 </context-group> 1626 </context-group>
1650 </trans-unit> 1627 </trans-unit>
1651 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1628 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1652 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1629 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1653 <target>IdatziJavaScript kodea zuzenean.&lt;br /&gt;Adibidez: &lt;pre&gt;console.log('nire instantzia zoragarria da');&lt;/pre&gt;</target> 1630 <target>IdatziJavaScript kodea zuzenean.&lt;br /&gt;Adibidez: &lt;pre&gt;console.log('nire instantzia zoragarria da');&lt;/pre&gt;</target>
1654 <context-group name="null"> 1631 <context-group name="null">
1655 <context context-type="linenumber">297</context> 1632 <context context-type="linenumber">323</context>
1656 </context-group> 1633 </context-group>
1657 </trans-unit> 1634 </trans-unit>
1658 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1635 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1659 <source>Advanced configuration</source> 1636 <source>Advanced configuration</source>
1660 <target>Konfigurazio aurreratua</target> 1637 <target>Konfigurazio aurreratua</target>
1661 <context-group name="null"> 1638 <context-group name="null">
1662 <context context-type="linenumber">212</context> 1639 <context context-type="linenumber">238</context>
1663 </context-group> 1640 </context-group>
1664 </trans-unit> 1641 </trans-unit>
1665 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1642 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1666 <source>Update configuration</source> 1643 <source>Update configuration</source>
1667 <target>Eguneratu konfigurazioa</target> 1644 <target>Eguneratu konfigurazioa</target>
1668 <context-group name="null"> 1645 <context-group name="null">
1669 <context context-type="linenumber">340</context> 1646 <context context-type="linenumber">366</context>
1670 </context-group> 1647 </context-group>
1671 </trans-unit> 1648 </trans-unit>
1672 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1649 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1673 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1650 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1674 <target>Konfigurazioa baliogabea dela dirudi. Bilatu zer egon daitekeen gaizki fitxa desberdinetan begiratuz.</target> 1651 <target>Konfigurazioa baliogabea dela dirudi. Bilatu zer egon daitekeen gaizki fitxa desberdinetan begiratuz.</target>
1675 <context-group name="null"> 1652 <context-group name="null">
1676 <context context-type="linenumber">341</context> 1653 <context context-type="linenumber">367</context>
1677 </context-group> 1654 </context-group>
1678 </trans-unit> 1655 </trans-unit>
1679 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1656 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1955,7 +1932,7 @@
1955 <source>Go to the account page</source> 1932 <source>Go to the account page</source>
1956 <target>Joan kontuaren orrira</target> 1933 <target>Joan kontuaren orrira</target>
1957 <context-group name="null"> 1934 <context-group name="null">
1958 <context context-type="linenumber">134</context> 1935 <context context-type="linenumber">179</context>
1959 </context-group> 1936 </context-group>
1960 </trans-unit> 1937 </trans-unit>
1961 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 1938 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2088,6 +2065,13 @@
2088 <context context-type="linenumber">43</context> 2065 <context context-type="linenumber">43</context>
2089 </context-group> 2066 </context-group>
2090 </trans-unit> 2067 </trans-unit>
2068 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2069 <source>Unblacklist</source>
2070 <target>Atera zerrenda beltzetik</target>
2071 <context-group name="null">
2072 <context context-type="linenumber">146</context>
2073 </context-group>
2074 </trans-unit>
2091 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2075 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2092 <source>Moderation</source> 2076 <source>Moderation</source>
2093 <target>Moderazioa</target> 2077 <target>Moderazioa</target>
@@ -2102,13 +2086,6 @@
2102 <context context-type="linenumber">5</context> 2086 <context context-type="linenumber">5</context>
2103 </context-group> 2087 </context-group>
2104 </trans-unit> 2088 </trans-unit>
2105 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2106 <source>Blacklisted videos</source>
2107 <target>Zerrenda beltzeko bideoak</target>
2108 <context-group name="null">
2109 <context context-type="linenumber">7</context>
2110 </context-group>
2111 </trans-unit>
2112 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2089 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2113 <source>Muted accounts</source> 2090 <source>Muted accounts</source>
2114 <target>Mutututako kontuak</target> 2091 <target>Mutututako kontuak</target>
@@ -2120,7 +2097,7 @@
2120 <source>Muted servers</source> 2097 <source>Muted servers</source>
2121 <target>Mutututako zerbitzariak</target> 2098 <target>Mutututako zerbitzariak</target>
2122 <context-group name="null"> 2099 <context-group name="null">
2123 <context context-type="linenumber">11</context> 2100 <context context-type="linenumber">13</context>
2124 </context-group> 2101 </context-group>
2125 </trans-unit> 2102 </trans-unit>
2126 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2103 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2169,7 +2146,7 @@
2169 <source>Change ownership</source> 2146 <source>Change ownership</source>
2170 <target>Aldatu jabetza</target> 2147 <target>Aldatu jabetza</target>
2171 <context-group name="null"> 2148 <context-group name="null">
2172 <context context-type="linenumber">46</context> 2149 <context context-type="linenumber">40</context>
2173 </context-group> 2150 </context-group>
2174 </trans-unit> 2151 </trans-unit>
2175 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2152 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2194,32 +2171,14 @@
2194 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2171 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2195 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> ikustaldi</target> 2172 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> ikustaldi</target>
2196 <context-group name="null"> 2173 <context-group name="null">
2197 <context context-type="linenumber">19</context> 2174 <context context-type="linenumber">13</context>
2198 </context-group> 2175 </context-group>
2199 </trans-unit> 2176 </trans-unit>
2200 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2177 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2201 <source>Blacklisted</source> 2178 <source>Blacklisted</source>
2202 <target>Zerrenda beltzean</target> 2179 <target>Zerrenda beltzean</target>
2203 <context-group name="null"> 2180 <context-group name="null">
2204 <context context-type="linenumber">22</context> 2181 <context context-type="linenumber">16</context>
2205 </context-group>
2206 </trans-unit>
2207 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2208 <source>
2209 Cancel
2210 </source>
2211 <target>
2212 Utzi
2213 </target>
2214 <context-group name="null">
2215 <context context-type="linenumber">30</context>
2216 </context-group>
2217 </trans-unit>
2218 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2219 <source>Create another video channel</source>
2220 <target>Sortu beste bideo kanal bat</target>
2221 <context-group name="null">
2222 <context context-type="linenumber">4</context>
2223 </context-group> 2182 </context-group>
2224 </trans-unit> 2183 </trans-unit>
2225 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2184 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2243,13 +2202,6 @@
2243 <context context-type="linenumber">15</context> 2202 <context context-type="linenumber">15</context>
2244 </context-group> 2203 </context-group>
2245 </trans-unit> 2204 </trans-unit>
2246 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2247 <source>Display name</source>
2248 <target>Pantaila-izena</target>
2249 <context-group name="null">
2250 <context context-type="linenumber">6</context>
2251 </context-group>
2252 </trans-unit>
2253 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2205 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2254 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2206 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2255When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2207When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2355,6 +2307,27 @@ Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin
2355 <context context-type="linenumber">2</context> 2307 <context context-type="linenumber">2</context>
2356 </context-group> 2308 </context-group>
2357 </trans-unit> 2309 </trans-unit>
2310 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2311 <source>Privacy</source>
2312 <target>Pribatutasuna</target>
2313 <context-group name="null">
2314 <context context-type="linenumber">205</context>
2315 </context-group>
2316 </trans-unit>
2317 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2318 <source>Channel</source>
2319 <target>Kanala</target>
2320 <context-group name="null">
2321 <context context-type="linenumber">39</context>
2322 </context-group>
2323 </trans-unit>
2324 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2325 <source>Upload thumbnail</source>
2326 <target>Igo irudia</target>
2327 <context-group name="null">
2328 <context context-type="linenumber">192</context>
2329 </context-group>
2330 </trans-unit>
2358 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2331 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2359 <source>Change password</source> 2332 <source>Change password</source>
2360 <target>Aldatu pasahitza</target> 2333 <target>Aldatu pasahitza</target>
@@ -2404,13 +2377,6 @@ Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin
2404 <context context-type="linenumber">28</context> 2377 <context context-type="linenumber">28</context>
2405 </context-group> 2378 </context-group>
2406 </trans-unit> 2379 </trans-unit>
2407 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2408 <source>Save</source>
2409 <target>Gorde</target>
2410 <context-group name="null">
2411 <context context-type="linenumber">32</context>
2412 </context-group>
2413 </trans-unit>
2414 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2380 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2415 <source>Update my profile</source> 2381 <source>Update my profile</source>
2416 <target>Eguneratu nire profila</target> 2382 <target>Eguneratu nire profila</target>
@@ -2536,7 +2502,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2536 <source>URL</source> 2502 <source>URL</source>
2537 <target>URL-a</target> 2503 <target>URL-a</target>
2538 <context-group name="null"> 2504 <context-group name="null">
2539 <context context-type="linenumber">17</context> 2505 <context context-type="linenumber">25</context>
2540 </context-group> 2506 </context-group>
2541 </trans-unit> 2507 </trans-unit>
2542 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2508 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2546,20 +2512,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2546 <context context-type="linenumber">9</context> 2512 <context context-type="linenumber">9</context>
2547 </context-group> 2513 </context-group>
2548 </trans-unit> 2514 </trans-unit>
2549 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2550 <source>Channel</source>
2551 <target>Kanala</target>
2552 <context-group name="null">
2553 <context context-type="linenumber">39</context>
2554 </context-group>
2555 </trans-unit>
2556 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2557 <source>Privacy</source>
2558 <target>Pribatutasuna</target>
2559 <context-group name="null">
2560 <context context-type="linenumber">160</context>
2561 </context-group>
2562 </trans-unit>
2563 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 2515 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2564 <source>Sorry, but something went wrong</source> 2516 <source>Sorry, but something went wrong</source>
2565 <target>Akatsen bat egon da</target> 2517 <target>Akatsen bat egon da</target>
@@ -2582,7 +2534,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2582 <source>Update</source> 2534 <source>Update</source>
2583 <target>Eguneratu</target> 2535 <target>Eguneratu</target>
2584 <context-group name="null"> 2536 <context-group name="null">
2585 <context context-type="linenumber">93</context> 2537 <context context-type="linenumber">138</context>
2586 </context-group> 2538 </context-group>
2587 </trans-unit> 2539 </trans-unit>
2588 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2540 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2730,7 +2682,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2730 <source>Tags</source> 2682 <source>Tags</source>
2731 <target>Etiketak</target> 2683 <target>Etiketak</target>
2732 <context-group name="null"> 2684 <context-group name="null">
2733 <context context-type="linenumber">197</context> 2685 <context context-type="linenumber">242</context>
2734 </context-group> 2686 </context-group>
2735 </trans-unit> 2687 </trans-unit>
2736 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2688 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2870,13 +2822,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2870 <context context-type="linenumber">135</context> 2822 <context context-type="linenumber">135</context>
2871 </context-group> 2823 </context-group>
2872 </trans-unit> 2824 </trans-unit>
2873 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2874 <source>Upload thumbnail</source>
2875 <target>Igo irudia</target>
2876 <context-group name="null">
2877 <context context-type="linenumber">192</context>
2878 </context-group>
2879 </trans-unit>
2880 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 2825 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2881 <source>Upload preview</source> 2826 <source>Upload preview</source>
2882 <target>Igo aurrebista</target> 2827 <target>Igo aurrebista</target>
@@ -2888,7 +2833,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2888 <source>Support</source> 2833 <source>Support</source>
2889 <target>Babestu</target> 2834 <target>Babestu</target>
2890 <context-group name="null"> 2835 <context-group name="null">
2891 <context context-type="linenumber">70</context> 2836 <context context-type="linenumber">101</context>
2892 </context-group> 2837 </context-group>
2893 </trans-unit> 2838 </trans-unit>
2894 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 2839 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -2966,7 +2911,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2966 <source>Download</source> 2911 <source>Download</source>
2967 <target>Deskargatu</target> 2912 <target>Deskargatu</target>
2968 <context-group name="null"> 2913 <context-group name="null">
2969 <context context-type="linenumber">85</context> 2914 <context context-type="linenumber">130</context>
2970 </context-group> 2915 </context-group>
2971 </trans-unit> 2916 </trans-unit>
2972 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 2917 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -2980,21 +2925,21 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
2980 <source>Share</source> 2925 <source>Share</source>
2981 <target>Partekatu</target> 2926 <target>Partekatu</target>
2982 <context-group name="null"> 2927 <context-group name="null">
2983 <context context-type="linenumber">75</context> 2928 <context context-type="linenumber">106</context>
2984 </context-group> 2929 </context-group>
2985 </trans-unit> 2930 </trans-unit>
2986 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 2931 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2987 <source>QR-Code</source> 2932 <source>QR-Code</source>
2988 <target>QR-kodea</target> 2933 <target>QR-kodea</target>
2989 <context-group name="null"> 2934 <context-group name="null">
2990 <context context-type="linenumber">29</context> 2935 <context context-type="linenumber">37</context>
2991 </context-group> 2936 </context-group>
2992 </trans-unit> 2937 </trans-unit>
2993 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2938 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2994 <source>Embed</source> 2939 <source>Embed</source>
2995 <target>Txertatu</target> 2940 <target>Txertatu</target>
2996 <context-group name="null"> 2941 <context-group name="null">
2997 <context context-type="linenumber">34</context> 2942 <context context-type="linenumber">42</context>
2998 </context-group> 2943 </context-group>
2999 </trans-unit> 2944 </trans-unit>
3000 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 2945 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3005,14 +2950,14 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3005 URLa ez da segurua (ez da HTTPS), beraz txertatuako bideoa ez da ikusiko HTTPS webguneetan (web nabigatzaileek segurtasun gabeko HTTP eskariak blokeatzen dituzte HTTPS webguneetan). 2950 URLa ez da segurua (ez da HTTPS), beraz txertatuako bideoa ez da ikusiko HTTPS webguneetan (web nabigatzaileek segurtasun gabeko HTTP eskariak blokeatzen dituzte HTTPS webguneetan).
3006 </target> 2951 </target>
3007 <context-group name="null"> 2952 <context-group name="null">
3008 <context context-type="linenumber">45</context> 2953 <context context-type="linenumber">53</context>
3009 </context-group> 2954 </context-group>
3010 </trans-unit> 2955 </trans-unit>
3011 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 2956 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3012 <source>Close</source> 2957 <source>Close</source>
3013 <target>Itxi</target> 2958 <target>Itxi</target>
3014 <context-group name="null"> 2959 <context-group name="null">
3015 <context context-type="linenumber">51</context> 2960 <context context-type="linenumber">59</context>
3016 </context-group> 2961 </context-group>
3017 </trans-unit> 2962 </trans-unit>
3018 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 2963 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3030,7 +2975,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3030 Bideoa inportatzen ari da, inportazioa bukatzean eskuragarri egongo da. 2975 Bideoa inportatzen ari da, inportazioa bukatzean eskuragarri egongo da.
3031 </target> 2976 </target>
3032 <context-group name="null"> 2977 <context-group name="null">
3033 <context context-type="linenumber">11</context> 2978 <context context-type="linenumber">39</context>
3034 </context-group> 2979 </context-group>
3035 </trans-unit> 2980 </trans-unit>
3036 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 2981 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3041,7 +2986,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3041 Bideoa transkodetzen ari da, oraindik ez funtzionatzea izan daiteke. 2986 Bideoa transkodetzen ari da, oraindik ez funtzionatzea izan daiteke.
3042 </target> 2987 </target>
3043 <context-group name="null"> 2988 <context-group name="null">
3044 <context context-type="linenumber">15</context> 2989 <context context-type="linenumber">43</context>
3045 </context-group> 2990 </context-group>
3046 </trans-unit> 2991 </trans-unit>
3047 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 2992 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3052,14 +2997,14 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3052 Bideo hau <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>(e)n argitaratuko da. 2997 Bideo hau <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>(e)n argitaratuko da.
3053 </target> 2998 </target>
3054 <context-group name="null"> 2999 <context-group name="null">
3055 <context context-type="linenumber">19</context> 3000 <context context-type="linenumber">47</context>
3056 </context-group> 3001 </context-group>
3057 </trans-unit> 3002 </trans-unit>
3058 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3003 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3059 <source>This video is blacklisted.</source> 3004 <source>This video is blacklisted.</source>
3060 <target>Bideo hau zerrenda beltzean dago.</target> 3005 <target>Bideo hau zerrenda beltzean dago.</target>
3061 <context-group name="null"> 3006 <context-group name="null">
3062 <context context-type="linenumber">24</context> 3007 <context context-type="linenumber">56</context>
3063 </context-group> 3008 </context-group>
3064 </trans-unit> 3009 </trans-unit>
3065 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3010 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3070,130 +3015,112 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3070 Argitaratua <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 3015 Argitaratua <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3071 </target> 3016 </target>
3072 <context-group name="null"> 3017 <context-group name="null">
3073 <context context-type="linenumber">36</context> 3018 <context context-type="linenumber">76</context>
3074 </context-group>
3075 </trans-unit>
3076 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3077 <source>
3078 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3079 </source>
3080 <target>
3081 Argitaratua <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3082 </target>
3083 <context-group name="null">
3084 <context context-type="linenumber">45</context>
3085 </context-group> 3019 </context-group>
3086 </trans-unit> 3020 </trans-unit>
3087 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3021 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3088 <source>Like this video</source> 3022 <source>Like this video</source>
3089 <target>Atsegin bideo hau</target> 3023 <target>Atsegin bideo hau</target>
3090 <context-group name="null"> 3024 <context-group name="null">
3091 <context context-type="linenumber">55</context> 3025 <context context-type="linenumber">86</context>
3092 </context-group> 3026 </context-group>
3093 </trans-unit> 3027 </trans-unit>
3094 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3028 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3095 <source>Dislike this video</source> 3029 <source>Dislike this video</source>
3096 <target>Utzi bideoa hau atsegiteari</target> 3030 <target>Utzi bideoa hau atsegiteari</target>
3097 <context-group name="null"> 3031 <context-group name="null">
3098 <context context-type="linenumber">63</context> 3032 <context context-type="linenumber">94</context>
3099 </context-group> 3033 </context-group>
3100 </trans-unit> 3034 </trans-unit>
3101 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3035 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3102 <source>Download the video</source> 3036 <source>Download the video</source>
3103 <target>Deskargatu bideoa</target> 3037 <target>Deskargatu bideoa</target>
3104 <context-group name="null"> 3038 <context-group name="null">
3105 <context context-type="linenumber">84</context> 3039 <context context-type="linenumber">129</context>
3106 </context-group> 3040 </context-group>
3107 </trans-unit> 3041 </trans-unit>
3108 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3042 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3109 <source>Report</source> 3043 <source>Report</source>
3110 <target>Salatu</target> 3044 <target>Salatu</target>
3111 <context-group name="null"> 3045 <context-group name="null">
3112 <context context-type="linenumber">89</context> 3046 <context context-type="linenumber">134</context>
3113 </context-group> 3047 </context-group>
3114 </trans-unit> 3048 </trans-unit>
3115 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3049 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3116 <source>Report this video</source> 3050 <source>Report this video</source>
3117 <target>Salatu bideo hau</target> 3051 <target>Salatu bideo hau</target>
3118 <context-group name="null"> 3052 <context-group name="null">
3119 <context context-type="linenumber">88</context> 3053 <context context-type="linenumber">133</context>
3120 </context-group> 3054 </context-group>
3121 </trans-unit> 3055 </trans-unit>
3122 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3056 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3123 <source>Update this video</source> 3057 <source>Update this video</source>
3124 <target>Eguneratu bideo hau</target> 3058 <target>Eguneratu bideo hau</target>
3125 <context-group name="null"> 3059 <context-group name="null">
3126 <context context-type="linenumber">92</context> 3060 <context context-type="linenumber">137</context>
3127 </context-group> 3061 </context-group>
3128 </trans-unit> 3062 </trans-unit>
3129 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3063 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3130 <source>Blacklist</source> 3064 <source>Blacklist</source>
3131 <target>Zerrenda beltza</target> 3065 <target>Zerrenda beltza</target>
3132 <context-group name="null"> 3066 <context-group name="null">
3133 <context context-type="linenumber">97</context> 3067 <context context-type="linenumber">142</context>
3134 </context-group> 3068 </context-group>
3135 </trans-unit> 3069 </trans-unit>
3136 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3070 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3137 <source>Blacklist this video</source> 3071 <source>Blacklist this video</source>
3138 <target>Sartu zerrenda beltzean bideo hau</target> 3072 <target>Sartu zerrenda beltzean bideo hau</target>
3139 <context-group name="null"> 3073 <context-group name="null">
3140 <context context-type="linenumber">96</context> 3074 <context context-type="linenumber">141</context>
3141 </context-group>
3142 </trans-unit>
3143 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3144 <source>Unblacklist</source>
3145 <target>Atera zerrenda beltzetik</target>
3146 <context-group name="null">
3147 <context context-type="linenumber">101</context>
3148 </context-group> 3075 </context-group>
3149 </trans-unit> 3076 </trans-unit>
3150 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3077 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3151 <source>Unblacklist this video</source> 3078 <source>Unblacklist this video</source>
3152 <target>Atera bideo hau zerrenda beltzetik</target> 3079 <target>Atera bideo hau zerrenda beltzetik</target>
3153 <context-group name="null"> 3080 <context-group name="null">
3154 <context context-type="linenumber">100</context> 3081 <context context-type="linenumber">145</context>
3155 </context-group> 3082 </context-group>
3156 </trans-unit> 3083 </trans-unit>
3157 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3084 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3158 <source>Delete this video</source> 3085 <source>Delete this video</source>
3159 <target>Ezabatu bideo hau</target> 3086 <target>Ezabatu bideo hau</target>
3160 <context-group name="null"> 3087 <context-group name="null">
3161 <context context-type="linenumber">104</context> 3088 <context context-type="linenumber">149</context>
3162 </context-group> 3089 </context-group>
3163 </trans-unit> 3090 </trans-unit>
3164 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3091 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3165 <source>Go the channel page</source> 3092 <source>Go the channel page</source>
3166 <target>Joan kanalaren orrira</target> 3093 <target>Joan kanalaren orrira</target>
3167 <context-group name="null"> 3094 <context-group name="null">
3168 <context context-type="linenumber">124</context> 3095 <context context-type="linenumber">169</context>
3169 </context-group> 3096 </context-group>
3170 </trans-unit> 3097 </trans-unit>
3171 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3098 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3172 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3099 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3173 <target>Nork <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3100 <target>Nork <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3174 <context-group name="null"> 3101 <context-group name="null">
3175 <context context-type="linenumber">135</context> 3102 <context context-type="linenumber">180</context>
3176 </context-group> 3103 </context-group>
3177 </trans-unit> 3104 </trans-unit>
3178 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3105 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3179 <source>Show more</source> 3106 <source>Show more</source>
3180 <target>Erakutsi gehiago</target> 3107 <target>Erakutsi gehiago</target>
3181 <context-group name="null"> 3108 <context-group name="null">
3182 <context context-type="linenumber">147</context> 3109 <context context-type="linenumber">192</context>
3183 </context-group> 3110 </context-group>
3184 </trans-unit> 3111 </trans-unit>
3185 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3112 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3186 <source>Show less</source> 3113 <source>Show less</source>
3187 <target>Erakutsi gutxiago</target> 3114 <target>Erakutsi gutxiago</target>
3188 <context-group name="null"> 3115 <context-group name="null">
3189 <context context-type="linenumber">153</context> 3116 <context context-type="linenumber">198</context>
3190 </context-group> 3117 </context-group>
3191 </trans-unit> 3118 </trans-unit>
3192 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3119 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3193 <source>Friendly Reminder: </source> 3120 <source>Friendly Reminder: </source>
3194 <target>Oroigarria: </target> 3121 <target>Oroigarria: </target>
3195 <context-group name="null"> 3122 <context-group name="null">
3196 <context context-type="linenumber">214</context> 3123 <context context-type="linenumber">258</context>
3197 </context-group> 3124 </context-group>
3198 </trans-unit> 3125 </trans-unit>
3199 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3126 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3204,21 +3131,21 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3204 bideo hau partekatzeko erabilitako sistema dela eta zure sistemaren datu tekniko batzuk berdinei bidaliko da (IP helbide publikoa esaterako). 3131 bideo hau partekatzeko erabilitako sistema dela eta zure sistemaren datu tekniko batzuk berdinei bidaliko da (IP helbide publikoa esaterako).
3205 </target> 3132 </target>
3206 <context-group name="null"> 3133 <context-group name="null">
3207 <context context-type="linenumber">215</context> 3134 <context context-type="linenumber">259</context>
3208 </context-group> 3135 </context-group>
3209 </trans-unit> 3136 </trans-unit>
3210 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3137 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3211 <source>More information</source> 3138 <source>More information</source>
3212 <target>Informazio gehiago</target> 3139 <target>Informazio gehiago</target>
3213 <context-group name="null"> 3140 <context-group name="null">
3214 <context context-type="linenumber">218</context> 3141 <context context-type="linenumber">262</context>
3215 </context-group> 3142 </context-group>
3216 </trans-unit> 3143 </trans-unit>
3217 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3144 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3218 <source>Get more information</source> 3145 <source>Get more information</source>
3219 <target>Lortu informazio gehiago</target> 3146 <target>Lortu informazio gehiago</target>
3220 <context-group name="null"> 3147 <context-group name="null">
3221 <context context-type="linenumber">218</context> 3148 <context context-type="linenumber">262</context>
3222 </context-group> 3149 </context-group>
3223 </trans-unit> 3150 </trans-unit>
3224 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3151 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3229,7 +3156,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3229 Ados 3156 Ados
3230 </target> 3157 </target>
3231 <context-group name="null"> 3158 <context-group name="null">
3232 <context context-type="linenumber">221</context> 3159 <context context-type="linenumber">265</context>
3233 </context-group> 3160 </context-group>
3234 </trans-unit> 3161 </trans-unit>
3235 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3162 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3821,13 +3748,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3821 <context context-type="linenumber">1</context> 3748 <context context-type="linenumber">1</context>
3822 </context-group> 3749 </context-group>
3823 </trans-unit> 3750 </trans-unit>
3824 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
3825 <source>Create</source>
3826 <target>Sortu</target>
3827 <context-group name="null">
3828 <context context-type="linenumber">1</context>
3829 </context-group>
3830 </trans-unit>
3831 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 3751 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3832 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 3752 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3833 <target><x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> bideo kanala eguneratuta.</target> 3753 <target><x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> bideo kanala eguneratuta.</target>
@@ -3919,13 +3839,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
3919 <context context-type="linenumber">1</context> 3839 <context context-type="linenumber">1</context>
3920 </context-group> 3840 </context-group>
3921 </trans-unit> 3841 </trans-unit>
3922 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
3923 <source>My library</source>
3924 <target>Nire liburutegia</target>
3925 <context-group name="null">
3926 <context context-type="linenumber">1</context>
3927 </context-group>
3928 </trans-unit>
3929 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 3842 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3930 <source>My channels</source> 3843 <source>My channels</source>
3931 <target>Nire kanalak</target> 3844 <target>Nire kanalak</target>
@@ -4593,6 +4506,13 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
4593 <context context-type="linenumber">1</context> 4506 <context context-type="linenumber">1</context>
4594 </context-group> 4507 </context-group>
4595 </trans-unit> 4508 </trans-unit>
4509 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
4510 <source>Display name cannot be more than 120 characters long.</source>
4511 <target>Pantaila-izena ezin da 120 karaktere baino luzeagoa izan.</target>
4512 <context-group name="null">
4513 <context context-type="linenumber">1</context>
4514 </context-group>
4515 </trans-unit>
4596 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 4516 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4597 <source>Video name is required.</source> 4517 <source>Video name is required.</source>
4598 <target>Bideoaren izena behar da.</target> 4518 <target>Bideoaren izena behar da.</target>
@@ -5531,13 +5451,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
5531 <context context-type="linenumber">1</context> 5451 <context context-type="linenumber">1</context>
5532 </context-group> 5452 </context-group>
5533 </trans-unit> 5453 </trans-unit>
5534 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
5535 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
5536 <target>Hasi hemen: <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
5537 <context-group name="null">
5538 <context context-type="linenumber">1</context>
5539 </context-group>
5540 </trans-unit>
5541 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 5454 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
5542 <source>Like the video</source> 5455 <source>Like the video</source>
5543 <target>Gehitu bideoa gogokoetara</target> 5456 <target>Gehitu bideoa gogokoetara</target>
diff --git a/client/src/locale/target/angular_fa_IR.xml b/client/src/locale/target/angular_fa_IR.xml
index 3e6f4433c..0f42852e3 100644
--- a/client/src/locale/target/angular_fa_IR.xml
+++ b/client/src/locale/target/angular_fa_IR.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>اولین</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>اولین</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>قبلی</target> 92 <target>قبلی</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>بعدی</target> 99 <target>بعدی</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>آخرین</target> 106 <target>آخرین</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.timepicker.increment-hours"> 111 <trans-unit id="ngb.timepicker.increment-hours">
@@ -133,77 +133,77 @@
133 <source>Decrement hours</source> 133 <source>Decrement hours</source>
134 <target>کاهش ساعت</target> 134 <target>کاهش ساعت</target>
135 <context-group name="null"> 135 <context-group name="null">
136 <context context-type="linenumber">19</context> 136 <context context-type="linenumber">20</context>
137 </context-group> 137 </context-group>
138 </trans-unit> 138 </trans-unit>
139 <trans-unit id="ngb.timepicker.increment-minutes"> 139 <trans-unit id="ngb.timepicker.increment-minutes">
140 <source>Increment minutes</source> 140 <source>Increment minutes</source>
141 <target>افزایش دقیقه</target> 141 <target>افزایش دقیقه</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">28</context> 143 <context context-type="linenumber">29</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.MM"> 146 <trans-unit id="ngb.timepicker.MM">
147 <source>MM</source> 147 <source>MM</source>
148 <target>MM</target> 148 <target>MM</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">31</context> 150 <context context-type="linenumber">32</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.minutes"> 153 <trans-unit id="ngb.timepicker.minutes">
154 <source>Minutes</source> 154 <source>Minutes</source>
155 <target>دقیقه</target> 155 <target>دقیقه</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">33</context> 157 <context context-type="linenumber">34</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.decrement-minutes"> 160 <trans-unit id="ngb.timepicker.decrement-minutes">
161 <source>Decrement minutes</source> 161 <source>Decrement minutes</source>
162 <target>کاهش دقیقه</target> 162 <target>کاهش دقیقه</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">38</context> 164 <context context-type="linenumber">40</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.increment-seconds"> 167 <trans-unit id="ngb.timepicker.increment-seconds">
168 <source>Increment seconds</source> 168 <source>Increment seconds</source>
169 <target>افزایش ثانیه‌</target> 169 <target>افزایش ثانیه‌</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">47</context> 171 <context context-type="linenumber">49</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.SS"> 174 <trans-unit id="ngb.timepicker.SS">
175 <source>SS</source> 175 <source>SS</source>
176 <target>SS</target> 176 <target>SS</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">50</context> 178 <context context-type="linenumber">52</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.seconds"> 181 <trans-unit id="ngb.timepicker.seconds">
182 <source>Seconds</source> 182 <source>Seconds</source>
183 <target>ثانیه‌</target> 183 <target>ثانیه‌</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">52</context> 185 <context context-type="linenumber">54</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.decrement-seconds"> 188 <trans-unit id="ngb.timepicker.decrement-seconds">
189 <source>Decrement seconds</source> 189 <source>Decrement seconds</source>
190 <target>کاهش ثانیه</target> 190 <target>کاهش ثانیه</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">57</context> 192 <context context-type="linenumber">60</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.PM"> 195 <trans-unit id="ngb.timepicker.PM">
196 <source>PM</source> 196 <source>PM</source>
197 <target>ب.ظ</target> 197 <target>ب.ظ</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">65</context> 199 <context context-type="linenumber">68</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.AM"> 202 <trans-unit id="ngb.timepicker.AM">
203 <source>AM</source> 203 <source>AM</source>
204 <target>ق.ظ</target> 204 <target>ق.ظ</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">66</context> 206 <context context-type="linenumber">69</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 209 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -302,7 +302,7 @@
302 <source>Login</source> 302 <source>Login</source>
303 <target>ورود</target> 303 <target>ورود</target>
304 <context-group name="null"> 304 <context-group name="null">
305 <context context-type="linenumber">36</context> 305 <context context-type="linenumber">32</context>
306 </context-group> 306 </context-group>
307 </trans-unit> 307 </trans-unit>
308 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 308 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -392,7 +392,7 @@
392 <source>Signup</source> 392 <source>Signup</source>
393 <target>ثبت‌نام</target> 393 <target>ثبت‌نام</target>
394 <context-group name="null"> 394 <context-group name="null">
395 <context context-type="linenumber">78</context> 395 <context context-type="linenumber">87</context>
396 </context-group> 396 </context-group>
397 </trans-unit> 397 </trans-unit>
398 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d"> 398 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
@@ -410,58 +410,14 @@
410 <source>Change the language</source> 410 <source>Change the language</source>
411 <target>تغییر زبان</target> 411 <target>تغییر زبان</target>
412 <context-group name="null"> 412 <context-group name="null">
413 <context context-type="linenumber">86</context> 413 <context context-type="linenumber">102</context>
414 </context-group>
415 </trans-unit>
416 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
417 <source>
418 My public profile
419 </source>
420 <target>
421 نمایه‌ عمومی من
422 </target>
423 <context-group name="null">
424 <context context-type="linenumber">16</context>
425 </context-group>
426 </trans-unit>
427 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
428 <source>
429 My account
430 </source>
431 <target>
432 حساب کاربری من
433 </target>
434 <context-group name="null">
435 <context context-type="linenumber">20</context>
436 </context-group>
437 </trans-unit>
438 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
439 <source>
440 My videos
441 </source>
442 <target>
443 ویدئو‌های من
444 </target>
445 <context-group name="null">
446 <context context-type="linenumber">24</context>
447 </context-group>
448 </trans-unit>
449 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
450 <source>
451 Log out
452 </source>
453 <target>
454 خروج
455 </target>
456 <context-group name="null">
457 <context context-type="linenumber">28</context>
458 </context-group> 414 </context-group>
459 </trans-unit> 415 </trans-unit>
460 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 416 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
461 <source>Create an account</source> 417 <source>Create an account</source>
462 <target>ساخت حساب</target> 418 <target>ساخت حساب</target>
463 <context-group name="null"> 419 <context-group name="null">
464 <context context-type="linenumber">37</context> 420 <context context-type="linenumber">33</context>
465 </context-group> 421 </context-group>
466 </trans-unit> 422 </trans-unit>
467 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 423 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
@@ -475,61 +431,61 @@
475 <source>Subscriptions</source> 431 <source>Subscriptions</source>
476 <target>اشتراک</target> 432 <target>اشتراک</target>
477 <context-group name="null"> 433 <context-group name="null">
478 <context context-type="linenumber">45</context> 434 <context context-type="linenumber">51</context>
479 </context-group> 435 </context-group>
480 </trans-unit> 436 </trans-unit>
481 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 437 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
482 <source>Overview</source> 438 <source>Overview</source>
483 <target>نمای‌کلی</target> 439 <target>نمای‌کلی</target>
484 <context-group name="null"> 440 <context-group name="null">
485 <context context-type="linenumber">50</context> 441 <context context-type="linenumber">66</context>
486 </context-group> 442 </context-group>
487 </trans-unit> 443 </trans-unit>
488 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 444 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
489 <source>Trending</source> 445 <source>Trending</source>
490 <target>مورد بحث</target> 446 <target>مورد بحث</target>
491 <context-group name="null"> 447 <context-group name="null">
492 <context context-type="linenumber">55</context> 448 <context context-type="linenumber">71</context>
493 </context-group> 449 </context-group>
494 </trans-unit> 450 </trans-unit>
495 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 451 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
496 <source>Recently added</source> 452 <source>Recently added</source>
497 <target>به تازگی اضافه شده</target> 453 <target>به تازگی اضافه شده</target>
498 <context-group name="null"> 454 <context-group name="null">
499 <context context-type="linenumber">60</context> 455 <context context-type="linenumber">76</context>
500 </context-group> 456 </context-group>
501 </trans-unit> 457 </trans-unit>
502 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 458 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
503 <source>Local</source> 459 <source>Local</source>
504 <target>محلی</target> 460 <target>محلی</target>
505 <context-group name="null"> 461 <context-group name="null">
506 <context context-type="linenumber">65</context> 462 <context context-type="linenumber">81</context>
507 </context-group> 463 </context-group>
508 </trans-unit> 464 </trans-unit>
509 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 465 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
510 <source>More</source> 466 <source>More</source>
511 <target>دیگر</target> 467 <target>دیگر</target>
512 <context-group name="null"> 468 <context-group name="null">
513 <context context-type="linenumber">70</context> 469 <context context-type="linenumber">86</context>
514 </context-group> 470 </context-group>
515 </trans-unit> 471 </trans-unit>
516 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 472 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
517 <source>Administration</source> 473 <source>Administration</source>
518 <target>مدیریت</target> 474 <target>مدیریت</target>
519 <context-group name="null"> 475 <context-group name="null">
520 <context context-type="linenumber">74</context> 476 <context context-type="linenumber">90</context>
521 </context-group> 477 </context-group>
522 </trans-unit> 478 </trans-unit>
523 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 479 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
524 <source>About</source> 480 <source>About</source>
525 <target>درباره</target> 481 <target>درباره</target>
526 <context-group name="null"> 482 <context-group name="null">
527 <context context-type="linenumber">25</context> 483 <context context-type="linenumber">26</context>
528 </context-group> 484 </context-group>
529 </trans-unit> 485 </trans-unit>
530 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 486 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
531 <source>Toggle dark interface</source><target>Toggle dark interface</target><context-group name="null"> 487 <source>Toggle dark interface</source><target>Toggle dark interface</target><context-group name="null">
532 <context context-type="linenumber">92</context> 488 <context context-type="linenumber">108</context>
533 </context-group> 489 </context-group>
534 </trans-unit> 490 </trans-unit>
535 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 491 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -585,21 +541,21 @@
585 <source>Category</source> 541 <source>Category</source>
586 <target>دسته‌بندی</target> 542 <target>دسته‌بندی</target>
587 <context-group name="null"> 543 <context-group name="null">
588 <context context-type="linenumber">170</context> 544 <context context-type="linenumber">215</context>
589 </context-group> 545 </context-group>
590 </trans-unit> 546 </trans-unit>
591 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 547 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
592 <source>Licence</source> 548 <source>Licence</source>
593 <target>مجوز</target> 549 <target>مجوز</target>
594 <context-group name="null"> 550 <context-group name="null">
595 <context context-type="linenumber">179</context> 551 <context context-type="linenumber">224</context>
596 </context-group> 552 </context-group>
597 </trans-unit> 553 </trans-unit>
598 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 554 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
599 <source>Language</source> 555 <source>Language</source>
600 <target>زبان</target> 556 <target>زبان</target>
601 <context-group name="null"> 557 <context-group name="null">
602 <context context-type="linenumber">188</context> 558 <context context-type="linenumber">233</context>
603 </context-group> 559 </context-group>
604 </trans-unit> 560 </trans-unit>
605 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 561 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
@@ -659,14 +615,14 @@
659 <source>Videos Overview</source> 615 <source>Videos Overview</source>
660 <target>نمای‌کلی ویدئو‌ها</target> 616 <target>نمای‌کلی ویدئو‌ها</target>
661 <context-group name="null"> 617 <context-group name="null">
662 <context context-type="linenumber">51</context> 618 <context context-type="linenumber">60</context>
663 </context-group> 619 </context-group>
664 </trans-unit> 620 </trans-unit>
665 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 621 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
666 <source>Local videos</source> 622 <source>Local videos</source>
667 <target>ویدئو‌های محلی</target> 623 <target>ویدئو‌های محلی</target>
668 <context-group name="null"> 624 <context-group name="null">
669 <context context-type="linenumber">54</context> 625 <context context-type="linenumber">63</context>
670 </context-group> 626 </context-group>
671 </trans-unit> 627 </trans-unit>
672 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 628 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
@@ -680,14 +636,14 @@
680 <source>Signup enabled</source> 636 <source>Signup enabled</source>
681 <target>ثبت‌نام فعال است</target> 637 <target>ثبت‌نام فعال است</target>
682 <context-group name="null"> 638 <context-group name="null">
683 <context context-type="linenumber">84</context> 639 <context context-type="linenumber">93</context>
684 </context-group> 640 </context-group>
685 </trans-unit> 641 </trans-unit>
686 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 642 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
687 <source>Users</source> 643 <source>Users</source>
688 <target>کاربران</target> 644 <target>کاربران</target>
689 <context-group name="null"> 645 <context-group name="null">
690 <context context-type="linenumber">105</context> 646 <context context-type="linenumber">114</context>
691 </context-group> 647 </context-group>
692 </trans-unit> 648 </trans-unit>
693 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 649 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -701,28 +657,28 @@
701 <source>Administrator</source> 657 <source>Administrator</source>
702 <target>مدیر</target> 658 <target>مدیر</target>
703 <context-group name="null"> 659 <context-group name="null">
704 <context context-type="linenumber">155</context> 660 <context context-type="linenumber">181</context>
705 </context-group> 661 </context-group>
706 </trans-unit> 662 </trans-unit>
707 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc"> 663 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc">
708 <source>Twitter</source> 664 <source>Twitter</source>
709 <target>توییتر</target> 665 <target>توییتر</target>
710 <context-group name="null"> 666 <context-group name="null">
711 <context context-type="linenumber">178</context> 667 <context context-type="linenumber">204</context>
712 </context-group> 668 </context-group>
713 </trans-unit> 669 </trans-unit>
714 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 670 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
715 <source>Your Twitter username</source> 671 <source>Your Twitter username</source>
716 <target>نام‌کاربری توییتر شما</target> 672 <target>نام‌کاربری توییتر شما</target>
717 <context-group name="null"> 673 <context-group name="null">
718 <context context-type="linenumber">184</context> 674 <context context-type="linenumber">210</context>
719 </context-group> 675 </context-group>
720 </trans-unit> 676 </trans-unit>
721 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 677 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
722 <source>JavaScript</source> 678 <source>JavaScript</source>
723 <target>جاوااکسریپت</target> 679 <target>جاوااکسریپت</target>
724 <context-group name="null"> 680 <context-group name="null">
725 <context context-type="linenumber">294</context> 681 <context context-type="linenumber">320</context>
726 </context-group> 682 </context-group>
727 </trans-unit> 683 </trans-unit>
728 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 684 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
diff --git a/client/src/locale/target/angular_fi_FI.xml b/client/src/locale/target/angular_fi_FI.xml
index f1601f590..54cb017c0 100644
--- a/client/src/locale/target/angular_fi_FI.xml
+++ b/client/src/locale/target/angular_fi_FI.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Ensimmäinen</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Ensimmäinen</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Edellinen</target> 92 <target>Edellinen</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Seuraava</target> 99 <target>Seuraava</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Viimeinen</target> 106 <target>Viimeinen</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Vähennä tunteja</target> 141 <target>Vähennä tunteja</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Lisää minuutteja</target> 148 <target>Lisää minuutteja</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minuuttia</target> 162 <target>Minuuttia</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Vähennä minuutteja</target> 169 <target>Vähennä minuutteja</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Lisää sekunteja</target> 176 <target>Lisää sekunteja</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Sekuntia</target> 190 <target>Sekuntia</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Vähennä sekunteja</target> 197 <target>Vähennä sekunteja</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>illalla</target> 204 <target>illalla</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>aamulla</target> 211 <target>aamulla</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -231,14 +231,14 @@
231 <source>Unlisted</source> 231 <source>Unlisted</source>
232 <target>Piilotettu</target> 232 <target>Piilotettu</target>
233 <context-group name="null"> 233 <context-group name="null">
234 <context context-type="linenumber">10</context> 234 <context context-type="linenumber">17</context>
235 </context-group> 235 </context-group>
236 </trans-unit> 236 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 238 <source>Private</source>
239 <target>Yksityinen</target> 239 <target>Yksityinen</target>
240 <context-group name="null"> 240 <context-group name="null">
241 <context context-type="linenumber">11</context> 241 <context context-type="linenumber">18</context>
242 </context-group> 242 </context-group>
243 </trans-unit> 243 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -248,6 +248,20 @@
248 <context context-type="linenumber">16</context> 248 <context context-type="linenumber">16</context>
249 </context-group> 249 </context-group>
250 </trans-unit> 250 </trans-unit>
251 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
252 <source>Display name</source>
253 <target>Näyttönimi</target>
254 <context-group name="null">
255 <context context-type="linenumber">6</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
259 <source>Create</source>
260 <target>Luo</target>
261 <context-group name="null">
262 <context context-type="linenumber">73</context>
263 </context-group>
264 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 265 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
252 <source>Delete</source> 266 <source>Delete</source>
253 <target>Poista</target> 267 <target>Poista</target>
@@ -399,7 +413,7 @@
399 Rajoittamaton <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> päivässä)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 413 Rajoittamaton <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> päivässä)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
400 </target> 414 </target>
401 <context-group name="null"> 415 <context-group name="null">
402 <context context-type="linenumber">14</context> 416 <context context-type="linenumber">28</context>
403 </context-group> 417 </context-group>
404 </trans-unit> 418 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 419 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -527,7 +541,7 @@
527 <source>Login</source> 541 <source>Login</source>
528 <target>Kirjaudu sisään</target> 542 <target>Kirjaudu sisään</target>
529 <context-group name="null"> 543 <context-group name="null">
530 <context context-type="linenumber">36</context> 544 <context context-type="linenumber">32</context>
531 </context-group> 545 </context-group>
532 </trans-unit> 546 </trans-unit>
533 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 547 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -637,7 +651,7 @@
637 <source>Signup</source> 651 <source>Signup</source>
638 <target>Kirjaudu</target> 652 <target>Kirjaudu</target>
639 <context-group name="null"> 653 <context-group name="null">
640 <context context-type="linenumber">78</context> 654 <context context-type="linenumber">87</context>
641 </context-group> 655 </context-group>
642 </trans-unit> 656 </trans-unit>
643 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 657 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -707,7 +721,7 @@
707 <source>Change the language</source> 721 <source>Change the language</source>
708 <target>Vaihda kieli</target> 722 <target>Vaihda kieli</target>
709 <context-group name="null"> 723 <context-group name="null">
710 <context context-type="linenumber">86</context> 724 <context context-type="linenumber">102</context>
711 </context-group> 725 </context-group>
712 </trans-unit> 726 </trans-unit>
713 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 727 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -721,54 +735,17 @@
721 <context context-type="linenumber">8</context> 735 <context context-type="linenumber">8</context>
722 </context-group> 736 </context-group>
723 </trans-unit> 737 </trans-unit>
724 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
725 <source>
726 My public profile
727 </source>
728 <target>
729 Julkinen tilini
730 </target>
731 <context-group name="null">
732 <context context-type="linenumber">16</context>
733 </context-group>
734 </trans-unit>
735 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
736 <source>
737 My account
738 </source>
739 <target>
740 Oma tilini
741 </target>
742 <context-group name="null">
743 <context context-type="linenumber">20</context>
744 </context-group>
745 </trans-unit>
746 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
747 <source>
748 My videos
749 </source>
750 <target>
751 Omat videoni
752 </target>
753 <context-group name="null">
754 <context context-type="linenumber">24</context>
755 </context-group>
756 </trans-unit>
757 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
758 <source>
759 Log out
760 </source>
761 <target>
762 Kirjaudu ulos
763 </target>
764 <context-group name="null">
765 <context context-type="linenumber">28</context>
766 </context-group>
767 </trans-unit>
768 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 738 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
769 <source>Create an account</source> 739 <source>Create an account</source>
770 <target>Luo tili</target> 740 <target>Luo tili</target>
771 <context-group name="null"> 741 <context-group name="null">
742 <context context-type="linenumber">33</context>
743 </context-group>
744 </trans-unit>
745 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
746 <source>My library</source>
747 <target>Minun kirjasto</target>
748 <context-group name="null">
772 <context context-type="linenumber">37</context> 749 <context context-type="linenumber">37</context>
773 </context-group> 750 </context-group>
774 </trans-unit> 751 </trans-unit>
@@ -783,70 +760,70 @@
783 <source>Subscriptions</source> 760 <source>Subscriptions</source>
784 <target>Tilaukset</target> 761 <target>Tilaukset</target>
785 <context-group name="null"> 762 <context-group name="null">
786 <context context-type="linenumber">45</context> 763 <context context-type="linenumber">51</context>
787 </context-group> 764 </context-group>
788 </trans-unit> 765 </trans-unit>
789 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 766 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
790 <source>Overview</source> 767 <source>Overview</source>
791 <target>Yhteenveto</target> 768 <target>Yhteenveto</target>
792 <context-group name="null"> 769 <context-group name="null">
793 <context context-type="linenumber">50</context> 770 <context context-type="linenumber">66</context>
794 </context-group> 771 </context-group>
795 </trans-unit> 772 </trans-unit>
796 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 773 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
797 <source>Trending</source> 774 <source>Trending</source>
798 <target>Nousussa</target> 775 <target>Nousussa</target>
799 <context-group name="null"> 776 <context-group name="null">
800 <context context-type="linenumber">55</context> 777 <context context-type="linenumber">71</context>
801 </context-group> 778 </context-group>
802 </trans-unit> 779 </trans-unit>
803 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 780 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
804 <source>Recently added</source> 781 <source>Recently added</source>
805 <target>Viimeksi lisätyt</target> 782 <target>Viimeksi lisätyt</target>
806 <context-group name="null"> 783 <context-group name="null">
807 <context context-type="linenumber">60</context> 784 <context context-type="linenumber">76</context>
808 </context-group> 785 </context-group>
809 </trans-unit> 786 </trans-unit>
810 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 787 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
811 <source>Local</source> 788 <source>Local</source>
812 <target>Paikallinen</target> 789 <target>Paikallinen</target>
813 <context-group name="null"> 790 <context-group name="null">
814 <context context-type="linenumber">65</context> 791 <context context-type="linenumber">81</context>
815 </context-group> 792 </context-group>
816 </trans-unit> 793 </trans-unit>
817 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 794 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
818 <source>More</source> 795 <source>More</source>
819 <target>Lisää</target> 796 <target>Lisää</target>
820 <context-group name="null"> 797 <context-group name="null">
821 <context context-type="linenumber">70</context> 798 <context context-type="linenumber">86</context>
822 </context-group> 799 </context-group>
823 </trans-unit> 800 </trans-unit>
824 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 801 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
825 <source>Administration</source> 802 <source>Administration</source>
826 <target>Hallinta</target> 803 <target>Hallinta</target>
827 <context-group name="null"> 804 <context-group name="null">
828 <context context-type="linenumber">74</context> 805 <context context-type="linenumber">90</context>
829 </context-group> 806 </context-group>
830 </trans-unit> 807 </trans-unit>
831 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 808 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
832 <source>About</source> 809 <source>About</source>
833 <target>Tietoja</target> 810 <target>Tietoja</target>
834 <context-group name="null"> 811 <context-group name="null">
835 <context context-type="linenumber">25</context> 812 <context context-type="linenumber">26</context>
836 </context-group> 813 </context-group>
837 </trans-unit> 814 </trans-unit>
838 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 815 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
839 <source>Show keyboard shortcuts</source> 816 <source>Show keyboard shortcuts</source>
840 <target>Näytä pikanäppäimet</target> 817 <target>Näytä pikanäppäimet</target>
841 <context-group name="null"> 818 <context-group name="null">
842 <context context-type="linenumber">89</context> 819 <context context-type="linenumber">105</context>
843 </context-group> 820 </context-group>
844 </trans-unit> 821 </trans-unit>
845 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 822 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
846 <source>Toggle dark interface</source> 823 <source>Toggle dark interface</source>
847 <target>Vaihda tummaan teemaan</target> 824 <target>Vaihda tummaan teemaan</target>
848 <context-group name="null"> 825 <context-group name="null">
849 <context context-type="linenumber">92</context> 826 <context context-type="linenumber">108</context>
850 </context-group> 827 </context-group>
851 </trans-unit> 828 </trans-unit>
852 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 829 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -867,14 +844,14 @@
867 <source>Update your notification preferences</source> 844 <source>Update your notification preferences</source>
868 <target>Päivitä ilmoitusasetukset</target> 845 <target>Päivitä ilmoitusasetukset</target>
869 <context-group name="null"> 846 <context-group name="null">
870 <context context-type="linenumber">15</context> 847 <context context-type="linenumber">16</context>
871 </context-group> 848 </context-group>
872 </trans-unit> 849 </trans-unit>
873 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 850 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
874 <source>See all your notifications</source> 851 <source>See all your notifications</source>
875 <target>Näytä kaikki ilmoitukset</target> 852 <target>Näytä kaikki ilmoitukset</target>
876 <context-group name="null"> 853 <context-group name="null">
877 <context context-type="linenumber">22</context> 854 <context context-type="linenumber">30</context>
878 </context-group> 855 </context-group>
879 </trans-unit> 856 </trans-unit>
880 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 857 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -937,21 +914,21 @@
937 <source>Category</source> 914 <source>Category</source>
938 <target>Kategoria</target> 915 <target>Kategoria</target>
939 <context-group name="null"> 916 <context-group name="null">
940 <context context-type="linenumber">170</context> 917 <context context-type="linenumber">215</context>
941 </context-group> 918 </context-group>
942 </trans-unit> 919 </trans-unit>
943 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 920 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
944 <source>Licence</source> 921 <source>Licence</source>
945 <target>Lisenssi</target> 922 <target>Lisenssi</target>
946 <context-group name="null"> 923 <context-group name="null">
947 <context context-type="linenumber">179</context> 924 <context context-type="linenumber">224</context>
948 </context-group> 925 </context-group>
949 </trans-unit> 926 </trans-unit>
950 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 927 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
951 <source>Language</source> 928 <source>Language</source>
952 <target>Kieli</target> 929 <target>Kieli</target>
953 <context-group name="null"> 930 <context-group name="null">
954 <context context-type="linenumber">188</context> 931 <context context-type="linenumber">233</context>
955 </context-group> 932 </context-group>
956 </trans-unit> 933 </trans-unit>
957 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 934 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1118,46 +1095,6 @@
1118 <context context-type="linenumber">39</context> 1095 <context context-type="linenumber">39</context>
1119 </context-group> 1096 </context-group>
1120 </trans-unit> 1097 </trans-unit>
1121 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1122 <source>User registration is allowed and</source>
1123 <target>Käyttäjän rekisteröityminen on sallittu ja</target>
1124 <context-group name="null">
1125 <context context-type="linenumber">29</context>
1126 </context-group>
1127 </trans-unit>
1128 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1129 <source>
1130 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1131 </source>
1132 <target>
1133 tämä instanssi tarjoaa lähtötasona <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> tilaa käyttäjien videoille.
1134 </target>
1135 <context-group name="null">
1136 <context context-type="linenumber">31</context>
1137 </context-group>
1138 </trans-unit>
1139 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1140 <source>
1141 this instance provides unlimited space for the videos of its users.
1142 </source>
1143 <target>
1144 tämä instanssi tarjoaa rajattoman määrän tilaa käyttäjien videoille.
1145 </target>
1146 <context-group name="null">
1147 <context context-type="linenumber">35</context>
1148 </context-group>
1149 </trans-unit>
1150 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1151 <source>
1152 User registration is currently not allowed.
1153 </source>
1154 <target>
1155 Käyttäjien rekisteröityminen on tällä hetkellä kielletty.
1156 </target>
1157 <context-group name="null">
1158 <context context-type="linenumber">40</context>
1159 </context-group>
1160 </trans-unit>
1161 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1098 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1162 <source> 1099 <source>
1163 About PeerTube 1100 About PeerTube
@@ -1393,42 +1330,42 @@
1393 <source>Default client route</source> 1330 <source>Default client route</source>
1394 <target>Oletusasiakasreitti</target> 1331 <target>Oletusasiakasreitti</target>
1395 <context-group name="null"> 1332 <context-group name="null">
1396 <context context-type="linenumber">48</context> 1333 <context context-type="linenumber">57</context>
1397 </context-group> 1334 </context-group>
1398 </trans-unit> 1335 </trans-unit>
1399 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1336 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1400 <source>Videos Overview</source> 1337 <source>Videos Overview</source>
1401 <target>Videoiden katsaus</target> 1338 <target>Videoiden katsaus</target>
1402 <context-group name="null"> 1339 <context-group name="null">
1403 <context context-type="linenumber">51</context> 1340 <context context-type="linenumber">60</context>
1404 </context-group> 1341 </context-group>
1405 </trans-unit> 1342 </trans-unit>
1406 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1343 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1407 <source>Videos Trending</source> 1344 <source>Videos Trending</source>
1408 <target>Nousussa olevat videot</target> 1345 <target>Nousussa olevat videot</target>
1409 <context-group name="null"> 1346 <context-group name="null">
1410 <context context-type="linenumber">52</context> 1347 <context context-type="linenumber">61</context>
1411 </context-group> 1348 </context-group>
1412 </trans-unit> 1349 </trans-unit>
1413 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1350 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1414 <source>Videos Recently Added</source> 1351 <source>Videos Recently Added</source>
1415 <target>Viimeksi lisätyt videot</target> 1352 <target>Viimeksi lisätyt videot</target>
1416 <context-group name="null"> 1353 <context-group name="null">
1417 <context context-type="linenumber">53</context> 1354 <context context-type="linenumber">62</context>
1418 </context-group> 1355 </context-group>
1419 </trans-unit> 1356 </trans-unit>
1420 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1357 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1421 <source>Local videos</source> 1358 <source>Local videos</source>
1422 <target>Paikalliset videot</target> 1359 <target>Paikalliset videot</target>
1423 <context-group name="null"> 1360 <context-group name="null">
1424 <context context-type="linenumber">54</context> 1361 <context context-type="linenumber">63</context>
1425 </context-group> 1362 </context-group>
1426 </trans-unit> 1363 </trans-unit>
1427 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1364 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1428 <source>Policy on videos containing sensitive content</source> 1365 <source>Policy on videos containing sensitive content</source>
1429 <target>Herkän sisällön sisältävien videoiden käytäntö</target> 1366 <target>Herkän sisällön sisältävien videoiden käytäntö</target>
1430 <context-group name="null"> 1367 <context-group name="null">
1431 <context context-type="linenumber">61</context> 1368 <context context-type="linenumber">70</context>
1432 </context-group> 1369 </context-group>
1433 </trans-unit> 1370 </trans-unit>
1434 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 1371 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -1456,42 +1393,42 @@
1456 <source>Signup enabled</source> 1393 <source>Signup enabled</source>
1457 <target>Rekisteröityminen on päällä</target> 1394 <target>Rekisteröityminen on päällä</target>
1458 <context-group name="null"> 1395 <context-group name="null">
1459 <context context-type="linenumber">84</context> 1396 <context context-type="linenumber">93</context>
1460 </context-group> 1397 </context-group>
1461 </trans-unit> 1398 </trans-unit>
1462 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1399 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1463 <source>Signup requires email verification</source> 1400 <source>Signup requires email verification</source>
1464 <target>Rekisteröityminen vaatii sähköpostiosoitteen vahvistamisen</target> 1401 <target>Rekisteröityminen vaatii sähköpostiosoitteen vahvistamisen</target>
1465 <context-group name="null"> 1402 <context-group name="null">
1466 <context context-type="linenumber">91</context> 1403 <context context-type="linenumber">100</context>
1467 </context-group> 1404 </context-group>
1468 </trans-unit> 1405 </trans-unit>
1469 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1406 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1470 <source>Signup limit</source> 1407 <source>Signup limit</source>
1471 <target>Rekisteröintiraja</target> 1408 <target>Rekisteröintiraja</target>
1472 <context-group name="null"> 1409 <context-group name="null">
1473 <context context-type="linenumber">96</context> 1410 <context context-type="linenumber">105</context>
1474 </context-group> 1411 </context-group>
1475 </trans-unit> 1412 </trans-unit>
1476 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1413 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1477 <source>Users</source> 1414 <source>Users</source>
1478 <target>Tilejä</target> 1415 <target>Tilejä</target>
1479 <context-group name="null"> 1416 <context-group name="null">
1480 <context context-type="linenumber">105</context> 1417 <context context-type="linenumber">114</context>
1481 </context-group> 1418 </context-group>
1482 </trans-unit> 1419 </trans-unit>
1483 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1420 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1484 <source>User default video quota</source> 1421 <source>User default video quota</source>
1485 <target>Tilin oletusvideokoon raja:</target> 1422 <target>Tilin oletusvideokoon raja:</target>
1486 <context-group name="null"> 1423 <context-group name="null">
1487 <context context-type="linenumber">109</context> 1424 <context context-type="linenumber">118</context>
1488 </context-group> 1425 </context-group>
1489 </trans-unit> 1426 </trans-unit>
1490 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1427 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1491 <source>User default daily upload limit</source> 1428 <source>User default daily upload limit</source>
1492 <target>Tilin oletusvideokoon päivittäinen raja:</target> 1429 <target>Tilin oletusvideokoon päivittäinen raja:</target>
1493 <context-group name="null"> 1430 <context-group name="null">
1494 <context context-type="linenumber">121</context> 1431 <context context-type="linenumber">130</context>
1495 </context-group> 1432 </context-group>
1496 </trans-unit> 1433 </trans-unit>
1497 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1434 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1505,35 +1442,35 @@
1505 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1442 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1506 <target>Videon tuonti HTTP-osoitteella (esim. YouTube) on päällä</target> 1443 <target>Videon tuonti HTTP-osoitteella (esim. YouTube) on päällä</target>
1507 <context-group name="null"> 1444 <context-group name="null">
1508 <context context-type="linenumber">141</context> 1445 <context context-type="linenumber">150</context>
1509 </context-group> 1446 </context-group>
1510 </trans-unit> 1447 </trans-unit>
1511 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1448 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1512 <source>Video import with a torrent file or a magnet URI enabled</source> 1449 <source>Video import with a torrent file or a magnet URI enabled</source>
1513 <target>Videon tuonti torrent-tiedostosta tai magnet-osoitteesta on päällä</target> 1450 <target>Videon tuonti torrent-tiedostosta tai magnet-osoitteesta on päällä</target>
1514 <context-group name="null"> 1451 <context-group name="null">
1515 <context context-type="linenumber">148</context> 1452 <context context-type="linenumber">157</context>
1516 </context-group> 1453 </context-group>
1517 </trans-unit> 1454 </trans-unit>
1518 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1455 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1519 <source>Administrator</source> 1456 <source>Administrator</source>
1520 <target>Ylläpitäjä</target> 1457 <target>Ylläpitäjä</target>
1521 <context-group name="null"> 1458 <context-group name="null">
1522 <context context-type="linenumber">155</context> 1459 <context context-type="linenumber">181</context>
1523 </context-group> 1460 </context-group>
1524 </trans-unit> 1461 </trans-unit>
1525 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1462 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1526 <source>Admin email</source> 1463 <source>Admin email</source>
1527 <target>Ylläpidon sähköpostiosoite</target> 1464 <target>Ylläpidon sähköpostiosoite</target>
1528 <context-group name="null"> 1465 <context-group name="null">
1529 <context context-type="linenumber">158</context> 1466 <context context-type="linenumber">184</context>
1530 </context-group> 1467 </context-group>
1531 </trans-unit> 1468 </trans-unit>
1532 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1469 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1533 <source>Enable contact form</source> 1470 <source>Enable contact form</source>
1534 <target>Ota yhteydenottolomake käyttöön</target> 1471 <target>Ota yhteydenottolomake käyttöön</target>
1535 <context-group name="null"> 1472 <context-group name="null">
1536 <context context-type="linenumber">169</context> 1473 <context context-type="linenumber">195</context>
1537 </context-group> 1474 </context-group>
1538 </trans-unit> 1475 </trans-unit>
1539 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1476 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1547,49 +1484,49 @@
1547 <source>Twitter</source> 1484 <source>Twitter</source>
1548 <target>Twitter</target> 1485 <target>Twitter</target>
1549 <context-group name="null"> 1486 <context-group name="null">
1550 <context context-type="linenumber">178</context> 1487 <context context-type="linenumber">204</context>
1551 </context-group> 1488 </context-group>
1552 </trans-unit> 1489 </trans-unit>
1553 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1490 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1554 <source>Your Twitter username</source> 1491 <source>Your Twitter username</source>
1555 <target>Sinun Twitter käyttäjänimi</target> 1492 <target>Sinun Twitter käyttäjänimi</target>
1556 <context-group name="null"> 1493 <context-group name="null">
1557 <context context-type="linenumber">184</context> 1494 <context context-type="linenumber">210</context>
1558 </context-group> 1495 </context-group>
1559 </trans-unit> 1496 </trans-unit>
1560 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1497 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1561 <source>Services</source> 1498 <source>Services</source>
1562 <target>Palvelut</target> 1499 <target>Palvelut</target>
1563 <context-group name="null"> 1500 <context-group name="null">
1564 <context context-type="linenumber">176</context> 1501 <context context-type="linenumber">202</context>
1565 </context-group> 1502 </context-group>
1566 </trans-unit> 1503 </trans-unit>
1567 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1504 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1568 <source>Transcoding</source> 1505 <source>Transcoding</source>
1569 <target>Transkoodaus</target> 1506 <target>Transkoodaus</target>
1570 <context-group name="null"> 1507 <context-group name="null">
1571 <context context-type="linenumber">215</context> 1508 <context context-type="linenumber">241</context>
1572 </context-group> 1509 </context-group>
1573 </trans-unit> 1510 </trans-unit>
1574 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1511 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1575 <source>Transcoding enabled</source> 1512 <source>Transcoding enabled</source>
1576 <target>Transkoodaus on päällä</target> 1513 <target>Transkoodaus on päällä</target>
1577 <context-group name="null"> 1514 <context-group name="null">
1578 <context context-type="linenumber">221</context> 1515 <context context-type="linenumber">247</context>
1579 </context-group> 1516 </context-group>
1580 </trans-unit> 1517 </trans-unit>
1581 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1518 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1582 <source>Customizations</source> 1519 <source>Customizations</source>
1583 <target>Muokkaukset</target> 1520 <target>Muokkaukset</target>
1584 <context-group name="null"> 1521 <context-group name="null">
1585 <context context-type="linenumber">289</context> 1522 <context context-type="linenumber">315</context>
1586 </context-group> 1523 </context-group>
1587 </trans-unit> 1524 </trans-unit>
1588 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1525 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1589 <source>JavaScript</source> 1526 <source>JavaScript</source>
1590 <target>JavaScript</target> 1527 <target>JavaScript</target>
1591 <context-group name="null"> 1528 <context-group name="null">
1592 <context context-type="linenumber">294</context> 1529 <context context-type="linenumber">320</context>
1593 </context-group> 1530 </context-group>
1594 </trans-unit> 1531 </trans-unit>
1595 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1532 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1763,7 +1700,7 @@
1763 <source>Go to the account page</source> 1700 <source>Go to the account page</source>
1764 <target>Mene tilin sivulle</target> 1701 <target>Mene tilin sivulle</target>
1765 <context-group name="null"> 1702 <context-group name="null">
1766 <context context-type="linenumber">134</context> 1703 <context context-type="linenumber">179</context>
1767 </context-group> 1704 </context-group>
1768 </trans-unit> 1705 </trans-unit>
1769 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 1706 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
@@ -1794,6 +1731,20 @@
1794 <context context-type="linenumber">14</context> 1731 <context context-type="linenumber">14</context>
1795 </context-group> 1732 </context-group>
1796 </trans-unit> 1733 </trans-unit>
1734 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
1735 <source>Go to the video</source>
1736 <target>Mene videolle</target>
1737 <context-group name="null">
1738 <context context-type="linenumber">33</context>
1739 </context-group>
1740 </trans-unit>
1741 <trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c">
1742 <source>Actions</source>
1743 <target>Toiminnot</target>
1744 <context-group name="null">
1745 <context context-type="linenumber">35</context>
1746 </context-group>
1747 </trans-unit>
1797 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2"> 1748 <trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2">
1798 <source>Reason:</source> 1749 <source>Reason:</source>
1799 <target>Syy:</target> 1750 <target>Syy:</target>
@@ -1808,6 +1759,13 @@
1808 <context context-type="linenumber">9</context> 1759 <context context-type="linenumber">9</context>
1809 </context-group> 1760 </context-group>
1810 </trans-unit> 1761 </trans-unit>
1762 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
1763 <source>Unmute</source>
1764 <target>Poista mykistys</target>
1765 <context-group name="null">
1766 <context context-type="linenumber">23</context>
1767 </context-group>
1768 </trans-unit>
1811 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 1769 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
1812 <source>Video quota:</source> 1770 <source>Video quota:</source>
1813 <target>Videokoon raja:</target> 1771 <target>Videokoon raja:</target>
@@ -1840,7 +1798,7 @@
1840 <source>Change ownership</source> 1798 <source>Change ownership</source>
1841 <target>Vaihda omistajuutta</target> 1799 <target>Vaihda omistajuutta</target>
1842 <context-group name="null"> 1800 <context-group name="null">
1843 <context context-type="linenumber">46</context> 1801 <context context-type="linenumber">40</context>
1844 </context-group> 1802 </context-group>
1845 </trans-unit> 1803 </trans-unit>
1846 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 1804 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -1861,24 +1819,6 @@
1861 <context context-type="linenumber">35</context> 1819 <context context-type="linenumber">35</context>
1862 </context-group> 1820 </context-group>
1863 </trans-unit> 1821 </trans-unit>
1864 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
1865 <source>
1866 Cancel
1867 </source>
1868 <target>
1869 Peruuta
1870 </target>
1871 <context-group name="null">
1872 <context context-type="linenumber">30</context>
1873 </context-group>
1874 </trans-unit>
1875 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
1876 <source>Create another video channel</source>
1877 <target>Luo toinen videokanava</target>
1878 <context-group name="null">
1879 <context context-type="linenumber">4</context>
1880 </context-group>
1881 </trans-unit>
1882 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 1822 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
1883 <source>Go to the channel</source> 1823 <source>Go to the channel</source>
1884 <target>Mene kanavalle</target> 1824 <target>Mene kanavalle</target>
@@ -1900,13 +1840,6 @@
1900 <context context-type="linenumber">15</context> 1840 <context context-type="linenumber">15</context>
1901 </context-group> 1841 </context-group>
1902 </trans-unit> 1842 </trans-unit>
1903 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1904 <source>Display name</source>
1905 <target>Näyttönimi</target>
1906 <context-group name="null">
1907 <context context-type="linenumber">6</context>
1908 </context-group>
1909 </trans-unit>
1910 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191"> 1843 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
1911 <source>Target</source> 1844 <source>Target</source>
1912 <target>Kohde</target> 1845 <target>Kohde</target>
@@ -1935,11 +1868,18 @@
1935 <context context-type="linenumber">47</context> 1868 <context context-type="linenumber">47</context>
1936 </context-group> 1869 </context-group>
1937 </trans-unit> 1870 </trans-unit>
1938 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123"> 1871 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1939 <source>Delete history</source> 1872 <source>Privacy</source>
1940 <target>Poista historia</target> 1873 <target>Yksityisyys</target>
1941 <context-group name="null"> 1874 <context-group name="null">
1942 <context context-type="linenumber">8</context> 1875 <context context-type="linenumber">205</context>
1876 </context-group>
1877 </trans-unit>
1878 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1879 <source>Channel</source>
1880 <target>Kanava</target>
1881 <context-group name="null">
1882 <context context-type="linenumber">39</context>
1943 </context-group> 1883 </context-group>
1944 </trans-unit> 1884 </trans-unit>
1945 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b"> 1885 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
@@ -1963,6 +1903,232 @@
1963 <context context-type="linenumber">23</context> 1903 <context context-type="linenumber">23</context>
1964 </context-group> 1904 </context-group>
1965 </trans-unit> 1905 </trans-unit>
1906 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
1907 <source>Support this channel</source>
1908 <target>Tue kanavaa</target>
1909 <context-group name="null">
1910 <context context-type="linenumber">9</context>
1911 </context-group>
1912 </trans-unit>
1913 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
1914 <source>URL</source>
1915 <target>URL</target>
1916 <context-group name="null">
1917 <context context-type="linenumber">25</context>
1918 </context-group>
1919 </trans-unit>
1920 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
1921 <source>Sorry, but something went wrong</source>
1922 <target>Anteeksi, mutta jokin meni pieleen</target>
1923 <context-group name="null">
1924 <context context-type="linenumber">49</context>
1925 </context-group>
1926 </trans-unit>
1927 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
1928 <source>Update</source>
1929 <target>Päivitä</target>
1930 <context-group name="null">
1931 <context context-type="linenumber">138</context>
1932 </context-group>
1933 </trans-unit>
1934 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
1935 <source>Select the file to upload</source>
1936 <target>Valitse ladattava tiedosto</target>
1937 <context-group name="null">
1938 <context context-type="linenumber">6</context>
1939 </context-group>
1940 </trans-unit>
1941 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
1942 <source>Or</source>
1943 <target>Tai</target>
1944 <context-group name="null">
1945 <context context-type="linenumber">11</context>
1946 </context-group>
1947 </trans-unit>
1948 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
1949 <source>Upload a file</source>
1950 <target>Lataa tiedosto</target>
1951 <context-group name="null">
1952 <context context-type="linenumber">10</context>
1953 </context-group>
1954 </trans-unit>
1955 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1956 <source>Add caption</source>
1957 <target>Lisää merkintä</target>
1958 <context-group name="null">
1959 <context context-type="linenumber">5</context>
1960 </context-group>
1961 </trans-unit>
1962 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
1963 <source>Title</source>
1964 <target>Otsikko</target>
1965 <context-group name="null">
1966 <context context-type="linenumber">9</context>
1967 </context-group>
1968 </trans-unit>
1969 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
1970 <source>Tags</source>
1971 <target>Tagit</target>
1972 <context-group name="null">
1973 <context context-type="linenumber">242</context>
1974 </context-group>
1975 </trans-unit>
1976 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
1977 <source>+ Tag</source>
1978 <target>+ Tagi</target>
1979 <context-group name="null">
1980 <context context-type="linenumber">21</context>
1981 </context-group>
1982 </trans-unit>
1983 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
1984 <source>Enter a new tag</source>
1985 <target>Lisää uusi tagi</target>
1986 <context-group name="null">
1987 <context context-type="linenumber">21</context>
1988 </context-group>
1989 </trans-unit>
1990 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
1991 <source>Basic info</source>
1992 <target>Yleistietoa</target>
1993 <context-group name="null">
1994 <context context-type="linenumber">4</context>
1995 </context-group>
1996 </trans-unit>
1997 <trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c">
1998 <source>Cancel deletion</source>
1999 <target>Peruuta poisto</target>
2000 <context-group name="null">
2001 <context context-type="linenumber">173</context>
2002 </context-group>
2003 </trans-unit>
2004 <trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93">
2005 <source>Captions</source>
2006 <target>Merkinnät</target>
2007 <context-group name="null">
2008 <context context-type="linenumber">135</context>
2009 </context-group>
2010 </trans-unit>
2011 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
2012 <source>Support</source>
2013 <target>Tuki</target>
2014 <context-group name="null">
2015 <context context-type="linenumber">101</context>
2016 </context-group>
2017 </trans-unit>
2018 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
2019 <source>Download video</source>
2020 <target>Lataa video</target>
2021 <context-group name="null">
2022 <context context-type="linenumber">3</context>
2023 </context-group>
2024 </trans-unit>
2025 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
2026 <source>Direct download</source>
2027 <target>Suora lataus</target>
2028 <context-group name="null">
2029 <context context-type="linenumber">27</context>
2030 </context-group>
2031 </trans-unit>
2032 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
2033 <source>Report video</source>
2034 <target>Tee ilmoitus</target>
2035 <context-group name="null">
2036 <context context-type="linenumber">3</context>
2037 </context-group>
2038 </trans-unit>
2039 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2040 <source>Share</source>
2041 <target>Jaa</target>
2042 <context-group name="null">
2043 <context context-type="linenumber">106</context>
2044 </context-group>
2045 </trans-unit>
2046 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2047 <source>QR-Code</source>
2048 <target>QR-koodi</target>
2049 <context-group name="null">
2050 <context context-type="linenumber">37</context>
2051 </context-group>
2052 </trans-unit>
2053 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2054 <source>Embed</source>
2055 <target>Upota</target>
2056 <context-group name="null">
2057 <context context-type="linenumber">42</context>
2058 </context-group>
2059 </trans-unit>
2060 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
2061 <source>Close</source>
2062 <target>Sulje</target>
2063 <context-group name="null">
2064 <context context-type="linenumber">59</context>
2065 </context-group>
2066 </trans-unit>
2067 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2068 <source>
2069 OK
2070 </source>
2071 <target>
2072 OK
2073 </target>
2074 <context-group name="null">
2075 <context context-type="linenumber">265</context>
2076 </context-group>
2077 </trans-unit>
2078 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
2079 <source>
2080 Other videos
2081 </source>
2082 <target>
2083 Muut videot
2084 </target>
2085 <context-group name="null">
2086 <context context-type="linenumber">2</context>
2087 </context-group>
2088 </trans-unit>
2089 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
2090 <source>
2091 Comments
2092 </source>
2093 <target>
2094 Kommentit
2095 </target>
2096 <context-group name="null">
2097 <context context-type="linenumber">3</context>
2098 </context-group>
2099 </trans-unit>
2100 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4">
2101 <source>No comments.</source>
2102 <target>Ei kommentteja.</target>
2103 <context-group name="null">
2104 <context context-type="linenumber">17</context>
2105 </context-group>
2106 </trans-unit>
2107 <trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e">
2108 <source>Add comment...</source>
2109 <target>Lisää kommentti...</target>
2110 <context-group name="null">
2111 <context context-type="linenumber">6</context>
2112 </context-group>
2113 </trans-unit>
2114 <trans-unit id="26fa50ba8e69b53162b348d98e25f8b76c81343e">
2115 <source>
2116 Post comment
2117 </source>
2118 <target>
2119 Julkaise kommentti
2120 </target>
2121 <context-group name="null">
2122 <context context-type="linenumber">20</context>
2123 </context-group>
2124 </trans-unit>
2125 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
2126 <source>login to comment</source>
2127 <target>Kirjaudu sisään kommentoidaksesi</target>
2128 <context-group name="null">
2129 <context context-type="linenumber">35</context>
2130 </context-group>
2131 </trans-unit>
1966 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6"> 2132 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
1967 <source>Reply</source> 2133 <source>Reply</source>
1968 <target>Vastaa</target> 2134 <target>Vastaa</target>
@@ -2138,6 +2304,167 @@
2138 <context context-type="linenumber">1</context> 2304 <context context-type="linenumber">1</context>
2139 </context-group> 2305 </context-group>
2140 </trans-unit> 2306 </trans-unit>
2307 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
2308 <source>My videos history</source>
2309 <target>Video historiani</target>
2310 <context-group name="null">
2311 <context context-type="linenumber">1</context>
2312 </context-group>
2313 </trans-unit>
2314 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc">
2315 <source>Password updated.</source>
2316 <target>Salasana päivitetty.</target>
2317 <context-group name="null">
2318 <context context-type="linenumber">1</context>
2319 </context-group>
2320 </trans-unit>
2321 <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065">
2322 <source>Delete my account</source>
2323 <target>Poista tilini</target>
2324 <context-group name="null">
2325 <context context-type="linenumber">1</context>
2326 </context-group>
2327 </trans-unit>
2328 <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7">
2329 <source>Your account is deleted.</source>
2330 <target>Tilisi on poistettu.</target>
2331 <context-group name="null">
2332 <context context-type="linenumber">1</context>
2333 </context-group>
2334 </trans-unit>
2335 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
2336 <source>My videos</source>
2337 <target>Omat videot</target>
2338 <context-group name="null">
2339 <context context-type="linenumber">1</context>
2340 </context-group>
2341 </trans-unit>
2342 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3">
2343 <source>Published</source>
2344 <target>Julkaistu</target>
2345 <context-group name="null">
2346 <context context-type="linenumber">1</context>
2347 </context-group>
2348 </trans-unit>
2349 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
2350 <source>My channels</source>
2351 <target>Minun kanavat</target>
2352 <context-group name="null">
2353 <context context-type="linenumber">1</context>
2354 </context-group>
2355 </trans-unit>
2356 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
2357 <source>My subscriptions</source>
2358 <target>Minun tilaukset</target>
2359 <context-group name="null">
2360 <context context-type="linenumber">1</context>
2361 </context-group>
2362 </trans-unit>
2363 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
2364 <source>My history</source>
2365 <target>Minun historia</target>
2366 <context-group name="null">
2367 <context context-type="linenumber">1</context>
2368 </context-group>
2369 </trans-unit>
2370 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
2371 <source>Misc</source>
2372 <target>Muut</target>
2373 <context-group name="null">
2374 <context context-type="linenumber">1</context>
2375 </context-group>
2376 </trans-unit>
2377 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
2378 <source>My settings</source>
2379 <target>Minun asetukset</target>
2380 <context-group name="null">
2381 <context context-type="linenumber">1</context>
2382 </context-group>
2383 </trans-unit>
2384 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
2385 <source>My notifications</source>
2386 <target>Minun ilmoitukset</target>
2387 <context-group name="null">
2388 <context context-type="linenumber">1</context>
2389 </context-group>
2390 </trans-unit>
2391 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
2392 <source>Subscribe to the account</source>
2393 <target>Tilaa tili</target>
2394 <context-group name="null">
2395 <context context-type="linenumber">1</context>
2396 </context-group>
2397 </trans-unit>
2398 <trans-unit id="0ed7b40c11da9d4565af9c041df20c15bc6be97e">
2399 <source>Toggle Dark theme</source>
2400 <target>Vaihda tummaan teemaan</target>
2401 <context-group name="null">
2402 <context context-type="linenumber">1</context>
2403 </context-group>
2404 </trans-unit>
2405 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d">
2406 <source>Error</source>
2407 <target>Virhe</target>
2408 <context-group name="null">
2409 <context context-type="linenumber">1</context>
2410 </context-group>
2411 </trans-unit>
2412 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
2413 <source>Keyboard Shortcuts:</source>
2414 <target>Pikanäppäimet:</target>
2415 <context-group name="null">
2416 <context context-type="linenumber">1</context>
2417 </context-group>
2418 </trans-unit>
2419 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
2420 <source>Info</source>
2421 <target>Tietoja</target>
2422 <context-group name="null">
2423 <context context-type="linenumber">1</context>
2424 </context-group>
2425 </trans-unit>
2426 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba">
2427 <source>Success</source>
2428 <target>Onnistui</target>
2429 <context-group name="null">
2430 <context context-type="linenumber">1</context>
2431 </context-group>
2432 </trans-unit>
2433 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe">
2434 <source>Incorrect username or password.</source>
2435 <target>Virheellinen käyttäjänimi tai salasana.</target>
2436 <context-group name="null">
2437 <context context-type="linenumber">1</context>
2438 </context-group>
2439 </trans-unit>
2440 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6">
2441 <source>Today</source>
2442 <target>Tänään</target>
2443 <context-group name="null">
2444 <context context-type="linenumber">1</context>
2445 </context-group>
2446 </trans-unit>
2447 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9">
2448 <source>Views</source>
2449 <target>Näyttökertoja</target>
2450 <context-group name="null">
2451 <context context-type="linenumber">1</context>
2452 </context-group>
2453 </trans-unit>
2454 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
2455 <source>Search</source>
2456 <target>Hae</target>
2457 <context-group name="null">
2458 <context context-type="linenumber">1</context>
2459 </context-group>
2460 </trans-unit>
2461 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da">
2462 <source>Confirm</source>
2463 <target>Vahvista</target>
2464 <context-group name="null">
2465 <context context-type="linenumber">1</context>
2466 </context-group>
2467 </trans-unit>
2141 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1"> 2468 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1">
2142 <source>Lists</source> 2469 <source>Lists</source>
2143 <target>Listat</target> 2470 <target>Listat</target>
diff --git a/client/src/locale/target/angular_fr_FR.xml b/client/src/locale/target/angular_fr_FR.xml
index 41a1b4dbf..81db6856b 100644
--- a/client/src/locale/target/angular_fr_FR.xml
+++ b/client/src/locale/target/angular_fr_FR.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Premier</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Premier</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Précédent</target> 92 <target>Précédent</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Suivant</target> 99 <target>Suivant</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Dernier</target> 106 <target>Dernier</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Décrémenter les heures</target> 141 <target>Décrémenter les heures</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Incrémenter les minutes</target> 148 <target>Incrémenter les minutes</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minutes</target> 162 <target>Minutes</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Décrémenter les minutes</target> 169 <target>Décrémenter les minutes</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Incrémenter les secondes</target> 176 <target>Incrémenter les secondes</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Secondes</target> 190 <target>Secondes</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Décrémenter les secondes</target> 197 <target>Décrémenter les secondes</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,18 +227,233 @@
227 <context context-type="linenumber">1</context> 227 <context context-type="linenumber">1</context>
228 </context-group> 228 </context-group>
229 </trans-unit> 229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nouvelle vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <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;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 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
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <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;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 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é enlevée de la liste noire
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <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;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 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
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <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;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 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é placé en liste noire.
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <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;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <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;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <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;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nouveau signalement<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été crée 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;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
307 <source>
308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <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;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <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;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <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;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 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
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <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;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 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é
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <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;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
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 }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <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;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a bien été importé
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <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;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <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
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <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;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>L'import de votre vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> n'a pas fonctionné
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <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;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <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;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> enregistré<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sur votre instance
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <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
407
408 <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;"/>
409 <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;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <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
417
418 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>votre chaîne <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
419 <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;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <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;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <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 cette <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 445 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 446 <source>Unlisted</source>
232 <target>Non répertoriée</target> 447 <target>Non répertoriée</target>
233 <context-group name="null"> 448 <context-group name="null">
234 <context context-type="linenumber">10</context> 449 <context context-type="linenumber">17</context>
235 </context-group> 450 </context-group>
236 </trans-unit> 451 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 452 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 453 <source>Private</source>
239 <target>Privée</target> 454 <target>Privée</target>
240 <context-group name="null"> 455 <context-group name="null">
241 <context context-type="linenumber">11</context> 456 <context context-type="linenumber">18</context>
242 </context-group> 457 </context-group>
243 </trans-unit> 458 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 459 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -248,6 +463,27 @@
248 <context context-type="linenumber">16</context> 463 <context context-type="linenumber">16</context>
249 </context-group> 464 </context-group>
250 </trans-unit> 465 </trans-unit>
466 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
467 <source>Display name</source>
468 <target>Nom affiché</target>
469 <context-group name="null">
470 <context context-type="linenumber">6</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
474 <source>Create</source>
475 <target>Créer</target>
476 <context-group name="null">
477 <context context-type="linenumber">73</context>
478 </context-group>
479 </trans-unit>
480 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
481 <source>Save</source>
482 <target>Enregistrer</target>
483 <context-group name="null">
484 <context context-type="linenumber">115</context>
485 </context-group>
486 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 487 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
252 <source>Delete</source> 488 <source>Delete</source>
253 <target>Supprimer</target> 489 <target>Supprimer</target>
@@ -399,7 +635,7 @@
399 <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;"/> 635 <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;"/>
400 </target> 636 </target>
401 <context-group name="null"> 637 <context-group name="null">
402 <context context-type="linenumber">14</context> 638 <context context-type="linenumber">28</context>
403 </context-group> 639 </context-group>
404 </trans-unit> 640 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 641 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -526,7 +762,7 @@
526 <source>Login</source> 762 <source>Login</source>
527 <target>Se connecter</target> 763 <target>Se connecter</target>
528 <context-group name="null"> 764 <context-group name="null">
529 <context context-type="linenumber">36</context> 765 <context context-type="linenumber">32</context>
530 </context-group> 766 </context-group>
531 </trans-unit> 767 </trans-unit>
532 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 768 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -636,7 +872,7 @@
636 <source>Signup</source> 872 <source>Signup</source>
637 <target>Créer un compte</target> 873 <target>Créer un compte</target>
638 <context-group name="null"> 874 <context-group name="null">
639 <context context-type="linenumber">78</context> 875 <context context-type="linenumber">87</context>
640 </context-group> 876 </context-group>
641 </trans-unit> 877 </trans-unit>
642 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 878 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -706,7 +942,7 @@
706 <source>Change the language</source> 942 <source>Change the language</source>
707 <target>Changer la langue</target> 943 <target>Changer la langue</target>
708 <context-group name="null"> 944 <context-group name="null">
709 <context context-type="linenumber">86</context> 945 <context context-type="linenumber">102</context>
710 </context-group> 946 </context-group>
711 </trans-unit> 947 </trans-unit>
712 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 948 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -720,54 +956,17 @@
720 <context context-type="linenumber">8</context> 956 <context context-type="linenumber">8</context>
721 </context-group> 957 </context-group>
722 </trans-unit> 958 </trans-unit>
723 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
724 <source>
725 My public profile
726 </source>
727 <target>
728 Mon profil public
729 </target>
730 <context-group name="null">
731 <context context-type="linenumber">16</context>
732 </context-group>
733 </trans-unit>
734 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
735 <source>
736 My account
737 </source>
738 <target>
739 Mon compte
740 </target>
741 <context-group name="null">
742 <context context-type="linenumber">20</context>
743 </context-group>
744 </trans-unit>
745 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
746 <source>
747 My videos
748 </source>
749 <target>
750 Mes vidéos
751 </target>
752 <context-group name="null">
753 <context context-type="linenumber">24</context>
754 </context-group>
755 </trans-unit>
756 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
757 <source>
758 Log out
759 </source>
760 <target>
761 Se déconnecter
762 </target>
763 <context-group name="null">
764 <context context-type="linenumber">28</context>
765 </context-group>
766 </trans-unit>
767 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 959 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
768 <source>Create an account</source> 960 <source>Create an account</source>
769 <target>Créer un compte</target> 961 <target>Créer un compte</target>
770 <context-group name="null"> 962 <context-group name="null">
963 <context context-type="linenumber">33</context>
964 </context-group>
965 </trans-unit>
966 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
967 <source>My library</source>
968 <target>Ma bibliothèque</target>
969 <context-group name="null">
771 <context context-type="linenumber">37</context> 970 <context context-type="linenumber">37</context>
772 </context-group> 971 </context-group>
773 </trans-unit> 972 </trans-unit>
@@ -782,70 +981,70 @@
782 <source>Subscriptions</source> 981 <source>Subscriptions</source>
783 <target>Abonnements</target> 982 <target>Abonnements</target>
784 <context-group name="null"> 983 <context-group name="null">
785 <context context-type="linenumber">45</context> 984 <context context-type="linenumber">51</context>
786 </context-group> 985 </context-group>
787 </trans-unit> 986 </trans-unit>
788 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 987 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
789 <source>Overview</source> 988 <source>Overview</source>
790 <target>Vue d'ensemble</target> 989 <target>Vue d'ensemble</target>
791 <context-group name="null"> 990 <context-group name="null">
792 <context context-type="linenumber">50</context> 991 <context context-type="linenumber">66</context>
793 </context-group> 992 </context-group>
794 </trans-unit> 993 </trans-unit>
795 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 994 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
796 <source>Trending</source> 995 <source>Trending</source>
797 <target>Tendances</target> 996 <target>Tendances</target>
798 <context-group name="null"> 997 <context-group name="null">
799 <context context-type="linenumber">55</context> 998 <context context-type="linenumber">71</context>
800 </context-group> 999 </context-group>
801 </trans-unit> 1000 </trans-unit>
802 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1001 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
803 <source>Recently added</source> 1002 <source>Recently added</source>
804 <target>Récemment ajoutées</target> 1003 <target>Récemment ajoutées</target>
805 <context-group name="null"> 1004 <context-group name="null">
806 <context context-type="linenumber">60</context> 1005 <context context-type="linenumber">76</context>
807 </context-group> 1006 </context-group>
808 </trans-unit> 1007 </trans-unit>
809 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1008 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
810 <source>Local</source> 1009 <source>Local</source>
811 <target>Locales</target> 1010 <target>Locales</target>
812 <context-group name="null"> 1011 <context-group name="null">
813 <context context-type="linenumber">65</context> 1012 <context context-type="linenumber">81</context>
814 </context-group> 1013 </context-group>
815 </trans-unit> 1014 </trans-unit>
816 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1015 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
817 <source>More</source> 1016 <source>More</source>
818 <target>Plus</target> 1017 <target>Plus</target>
819 <context-group name="null"> 1018 <context-group name="null">
820 <context context-type="linenumber">70</context> 1019 <context context-type="linenumber">86</context>
821 </context-group> 1020 </context-group>
822 </trans-unit> 1021 </trans-unit>
823 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1022 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
824 <source>Administration</source> 1023 <source>Administration</source>
825 <target>Administration</target> 1024 <target>Administration</target>
826 <context-group name="null"> 1025 <context-group name="null">
827 <context context-type="linenumber">74</context> 1026 <context context-type="linenumber">90</context>
828 </context-group> 1027 </context-group>
829 </trans-unit> 1028 </trans-unit>
830 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1029 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
831 <source>About</source> 1030 <source>About</source>
832 <target>À propos</target> 1031 <target>À propos</target>
833 <context-group name="null"> 1032 <context-group name="null">
834 <context context-type="linenumber">25</context> 1033 <context context-type="linenumber">26</context>
835 </context-group> 1034 </context-group>
836 </trans-unit> 1035 </trans-unit>
837 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1036 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
838 <source>Show keyboard shortcuts</source> 1037 <source>Show keyboard shortcuts</source>
839 <target>Montrer les raccourcis clavier</target> 1038 <target>Montrer les raccourcis clavier</target>
840 <context-group name="null"> 1039 <context-group name="null">
841 <context context-type="linenumber">89</context> 1040 <context context-type="linenumber">105</context>
842 </context-group> 1041 </context-group>
843 </trans-unit> 1042 </trans-unit>
844 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1043 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
845 <source>Toggle dark interface</source> 1044 <source>Toggle dark interface</source>
846 <target>(Dés)activer le thème sombre</target> 1045 <target>(Dés)activer le thème sombre</target>
847 <context-group name="null"> 1046 <context-group name="null">
848 <context context-type="linenumber">92</context> 1047 <context context-type="linenumber">108</context>
849 </context-group> 1048 </context-group>
850 </trans-unit> 1049 </trans-unit>
851 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1050 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -866,14 +1065,14 @@
866 <source>Update your notification preferences</source> 1065 <source>Update your notification preferences</source>
867 <target>Mettre à jour vos préférences de notification</target> 1066 <target>Mettre à jour vos préférences de notification</target>
868 <context-group name="null"> 1067 <context-group name="null">
869 <context context-type="linenumber">15</context> 1068 <context context-type="linenumber">16</context>
870 </context-group> 1069 </context-group>
871 </trans-unit> 1070 </trans-unit>
872 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 1071 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
873 <source>See all your notifications</source> 1072 <source>See all your notifications</source>
874 <target>Voir toutes vos notifications</target> 1073 <target>Voir toutes vos notifications</target>
875 <context-group name="null"> 1074 <context-group name="null">
876 <context context-type="linenumber">22</context> 1075 <context context-type="linenumber">30</context>
877 </context-group> 1076 </context-group>
878 </trans-unit> 1077 </trans-unit>
879 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1078 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -904,6 +1103,27 @@
904 <context context-type="linenumber">15</context> 1103 <context context-type="linenumber">15</context>
905 </context-group> 1104 </context-group>
906 </trans-unit> 1105 </trans-unit>
1106 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1107 <source>Original publication year</source>
1108 <target>Année originale de publication</target>
1109 <context-group name="null">
1110 <context context-type="linenumber">24</context>
1111 </context-group>
1112 </trans-unit>
1113 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1114 <source>After...</source>
1115 <target>Après...</target>
1116 <context-group name="null">
1117 <context context-type="linenumber">30</context>
1118 </context-group>
1119 </trans-unit>
1120 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1121 <source>Before...</source>
1122 <target>Avant...</target>
1123 <context-group name="null">
1124 <context context-type="linenumber">37</context>
1125 </context-group>
1126 </trans-unit>
907 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1127 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
908 <source>Duration</source> 1128 <source>Duration</source>
909 <target>Durée</target> 1129 <target>Durée</target>
@@ -936,21 +1156,21 @@
936 <source>Category</source> 1156 <source>Category</source>
937 <target>Catégorie</target> 1157 <target>Catégorie</target>
938 <context-group name="null"> 1158 <context-group name="null">
939 <context context-type="linenumber">170</context> 1159 <context context-type="linenumber">215</context>
940 </context-group> 1160 </context-group>
941 </trans-unit> 1161 </trans-unit>
942 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1162 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
943 <source>Licence</source> 1163 <source>Licence</source>
944 <target>Licence</target> 1164 <target>Licence</target>
945 <context-group name="null"> 1165 <context-group name="null">
946 <context context-type="linenumber">179</context> 1166 <context context-type="linenumber">224</context>
947 </context-group> 1167 </context-group>
948 </trans-unit> 1168 </trans-unit>
949 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1169 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
950 <source>Language</source> 1170 <source>Language</source>
951 <target>Langue</target> 1171 <target>Langue</target>
952 <context-group name="null"> 1172 <context-group name="null">
953 <context context-type="linenumber">188</context> 1173 <context context-type="linenumber">233</context>
954 </context-group> 1174 </context-group>
955 </trans-unit> 1175 </trans-unit>
956 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1176 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1117,46 +1337,6 @@
1117 <context context-type="linenumber">39</context> 1337 <context context-type="linenumber">39</context>
1118 </context-group> 1338 </context-group>
1119 </trans-unit> 1339 </trans-unit>
1120 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1121 <source>User registration is allowed and</source>
1122 <target>La création de comptes utilisateurs est autorisée et</target>
1123 <context-group name="null">
1124 <context context-type="linenumber">29</context>
1125 </context-group>
1126 </trans-unit>
1127 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1128 <source>
1129 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1130 </source>
1131 <target>
1132 cette instance propose un quota d'espace de <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> pour les vidéos de ses utilisateurs.
1133 </target>
1134 <context-group name="null">
1135 <context context-type="linenumber">31</context>
1136 </context-group>
1137 </trans-unit>
1138 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1139 <source>
1140 this instance provides unlimited space for the videos of its users.
1141 </source>
1142 <target>
1143 cette instance propose un espace illimité pour les vidéos de ses utilisateurs.
1144 </target>
1145 <context-group name="null">
1146 <context context-type="linenumber">35</context>
1147 </context-group>
1148 </trans-unit>
1149 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1150 <source>
1151 User registration is currently not allowed.
1152 </source>
1153 <target>
1154 La création de nouveaux compte n'est pas autorisée pour l'instant.
1155 </target>
1156 <context-group name="null">
1157 <context context-type="linenumber">40</context>
1158 </context-group>
1159 </trans-unit>
1160 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1340 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1161 <source> 1341 <source>
1162 About PeerTube 1342 About PeerTube
@@ -1518,42 +1698,42 @@
1518 <source>Default client route</source> 1698 <source>Default client route</source>
1519 <target>Route du client par défaut</target> 1699 <target>Route du client par défaut</target>
1520 <context-group name="null"> 1700 <context-group name="null">
1521 <context context-type="linenumber">48</context> 1701 <context context-type="linenumber">57</context>
1522 </context-group> 1702 </context-group>
1523 </trans-unit> 1703 </trans-unit>
1524 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1704 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1525 <source>Videos Overview</source> 1705 <source>Videos Overview</source>
1526 <target>Vue d'ensemble des vidéos</target> 1706 <target>Vue d'ensemble des vidéos</target>
1527 <context-group name="null"> 1707 <context-group name="null">
1528 <context context-type="linenumber">51</context> 1708 <context context-type="linenumber">60</context>
1529 </context-group> 1709 </context-group>
1530 </trans-unit> 1710 </trans-unit>
1531 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1711 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1532 <source>Videos Trending</source> 1712 <source>Videos Trending</source>
1533 <target>Vidéos tendance</target> 1713 <target>Vidéos tendance</target>
1534 <context-group name="null"> 1714 <context-group name="null">
1535 <context context-type="linenumber">52</context> 1715 <context context-type="linenumber">61</context>
1536 </context-group> 1716 </context-group>
1537 </trans-unit> 1717 </trans-unit>
1538 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1718 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1539 <source>Videos Recently Added</source> 1719 <source>Videos Recently Added</source>
1540 <target>Vidéos récemment ajoutées</target> 1720 <target>Vidéos récemment ajoutées</target>
1541 <context-group name="null"> 1721 <context-group name="null">
1542 <context context-type="linenumber">53</context> 1722 <context context-type="linenumber">62</context>
1543 </context-group> 1723 </context-group>
1544 </trans-unit> 1724 </trans-unit>
1545 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1725 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1546 <source>Local videos</source> 1726 <source>Local videos</source>
1547 <target>Vidéos locales</target> 1727 <target>Vidéos locales</target>
1548 <context-group name="null"> 1728 <context-group name="null">
1549 <context context-type="linenumber">54</context> 1729 <context context-type="linenumber">63</context>
1550 </context-group> 1730 </context-group>
1551 </trans-unit> 1731 </trans-unit>
1552 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1732 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1553 <source>Policy on videos containing sensitive content</source> 1733 <source>Policy on videos containing sensitive content</source>
1554 <target>Politique concernant les vidéos ayant du contenu sensible</target> 1734 <target>Politique concernant les vidéos ayant du contenu sensible</target>
1555 <context-group name="null"> 1735 <context-group name="null">
1556 <context context-type="linenumber">61</context> 1736 <context context-type="linenumber">70</context>
1557 </context-group> 1737 </context-group>
1558 </trans-unit> 1738 </trans-unit>
1559 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1739 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1588,42 +1768,42 @@
1588 <source>Signup enabled</source> 1768 <source>Signup enabled</source>
1589 <target>Enregistrement activé</target> 1769 <target>Enregistrement activé</target>
1590 <context-group name="null"> 1770 <context-group name="null">
1591 <context context-type="linenumber">84</context> 1771 <context context-type="linenumber">93</context>
1592 </context-group> 1772 </context-group>
1593 </trans-unit> 1773 </trans-unit>
1594 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1774 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1595 <source>Signup requires email verification</source> 1775 <source>Signup requires email verification</source>
1596 <target>L'inscription requiert la vérification par courriel</target> 1776 <target>L'inscription requiert la vérification par courriel</target>
1597 <context-group name="null"> 1777 <context-group name="null">
1598 <context context-type="linenumber">91</context> 1778 <context context-type="linenumber">100</context>
1599 </context-group> 1779 </context-group>
1600 </trans-unit> 1780 </trans-unit>
1601 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1781 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1602 <source>Signup limit</source> 1782 <source>Signup limit</source>
1603 <target>Limitation des enregistrements</target> 1783 <target>Limitation des enregistrements</target>
1604 <context-group name="null"> 1784 <context-group name="null">
1605 <context context-type="linenumber">96</context> 1785 <context context-type="linenumber">105</context>
1606 </context-group> 1786 </context-group>
1607 </trans-unit> 1787 </trans-unit>
1608 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1788 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1609 <source>Users</source> 1789 <source>Users</source>
1610 <target>Utilisateurs</target> 1790 <target>Utilisateurs</target>
1611 <context-group name="null"> 1791 <context-group name="null">
1612 <context context-type="linenumber">105</context> 1792 <context context-type="linenumber">114</context>
1613 </context-group> 1793 </context-group>
1614 </trans-unit> 1794 </trans-unit>
1615 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1795 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1616 <source>User default video quota</source> 1796 <source>User default video quota</source>
1617 <target>Quota de vidéos par défaut par utilisateur </target> 1797 <target>Quota de vidéos par défaut par utilisateur </target>
1618 <context-group name="null"> 1798 <context-group name="null">
1619 <context context-type="linenumber">109</context> 1799 <context context-type="linenumber">118</context>
1620 </context-group> 1800 </context-group>
1621 </trans-unit> 1801 </trans-unit>
1622 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1802 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1623 <source>User default daily upload limit</source> 1803 <source>User default daily upload limit</source>
1624 <target>La limite journalière de téléversement est atteinte</target> 1804 <target>La limite journalière de téléversement est atteinte</target>
1625 <context-group name="null"> 1805 <context-group name="null">
1626 <context context-type="linenumber">121</context> 1806 <context context-type="linenumber">130</context>
1627 </context-group> 1807 </context-group>
1628 </trans-unit> 1808 </trans-unit>
1629 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1809 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1637,35 +1817,35 @@
1637 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1817 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1638 <target>Import de vidéo via une URL (YouTube par exemple) activé</target> 1818 <target>Import de vidéo via une URL (YouTube par exemple) activé</target>
1639 <context-group name="null"> 1819 <context-group name="null">
1640 <context context-type="linenumber">141</context> 1820 <context context-type="linenumber">150</context>
1641 </context-group> 1821 </context-group>
1642 </trans-unit> 1822 </trans-unit>
1643 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1823 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1644 <source>Video import with a torrent file or a magnet URI enabled</source> 1824 <source>Video import with a torrent file or a magnet URI enabled</source>
1645 <target>Import de vidéo avec un fichier torrent ou URL magnet activé</target> 1825 <target>Import de vidéo avec un fichier torrent ou URL magnet activé</target>
1646 <context-group name="null"> 1826 <context-group name="null">
1647 <context context-type="linenumber">148</context> 1827 <context context-type="linenumber">157</context>
1648 </context-group> 1828 </context-group>
1649 </trans-unit> 1829 </trans-unit>
1650 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1830 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1651 <source>Administrator</source> 1831 <source>Administrator</source>
1652 <target>Administrateur</target> 1832 <target>Administrateur</target>
1653 <context-group name="null"> 1833 <context-group name="null">
1654 <context context-type="linenumber">155</context> 1834 <context context-type="linenumber">181</context>
1655 </context-group> 1835 </context-group>
1656 </trans-unit> 1836 </trans-unit>
1657 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1837 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1658 <source>Admin email</source> 1838 <source>Admin email</source>
1659 <target>Email de l'administrateur</target> 1839 <target>Email de l'administrateur</target>
1660 <context-group name="null"> 1840 <context-group name="null">
1661 <context context-type="linenumber">158</context> 1841 <context context-type="linenumber">184</context>
1662 </context-group> 1842 </context-group>
1663 </trans-unit> 1843 </trans-unit>
1664 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1844 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1665 <source>Enable contact form</source> 1845 <source>Enable contact form</source>
1666 <target>Activer le formulaire de contact</target> 1846 <target>Activer le formulaire de contact</target>
1667 <context-group name="null"> 1847 <context-group name="null">
1668 <context context-type="linenumber">169</context> 1848 <context context-type="linenumber">195</context>
1669 </context-group> 1849 </context-group>
1670 </trans-unit> 1850 </trans-unit>
1671 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1851 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1679,28 +1859,28 @@
1679 <source>Twitter</source> 1859 <source>Twitter</source>
1680 <target>Twitter</target> 1860 <target>Twitter</target>
1681 <context-group name="null"> 1861 <context-group name="null">
1682 <context context-type="linenumber">178</context> 1862 <context context-type="linenumber">204</context>
1683 </context-group> 1863 </context-group>
1684 </trans-unit> 1864 </trans-unit>
1685 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1865 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1686 <source>Your Twitter username</source> 1866 <source>Your Twitter username</source>
1687 <target>Votre identifiant Twitter</target> 1867 <target>Votre identifiant Twitter</target>
1688 <context-group name="null"> 1868 <context-group name="null">
1689 <context context-type="linenumber">184</context> 1869 <context context-type="linenumber">210</context>
1690 </context-group> 1870 </context-group>
1691 </trans-unit> 1871 </trans-unit>
1692 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1872 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1693 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1873 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1694 <target>Indique le compte Twitter pour le site ou la plateforme sur laquelle le contenu a été publié.</target> 1874 <target>Indique le compte Twitter pour le site ou la plateforme sur laquelle le contenu a été publié.</target>
1695 <context-group name="null"> 1875 <context-group name="null">
1696 <context context-type="linenumber">187</context> 1876 <context context-type="linenumber">213</context>
1697 </context-group> 1877 </context-group>
1698 </trans-unit> 1878 </trans-unit>
1699 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1879 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1700 <source>Instance whitelisted by Twitter</source> 1880 <source>Instance whitelisted by Twitter</source>
1701 <target>Instance sur la liste blanche de Twitter</target> 1881 <target>Instance sur la liste blanche de Twitter</target>
1702 <context-group name="null"> 1882 <context-group name="null">
1703 <context context-type="linenumber">199</context> 1883 <context context-type="linenumber">225</context>
1704 </context-group> 1884 </context-group>
1705 </trans-unit> 1885 </trans-unit>
1706 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1886 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1711,63 +1891,63 @@
1711 Si votre instance n'est pas autorisée, une carte sera inséré avec une image et un lien vers votre instance PeerTube.&lt;br /&gt;&lt;br /&gt; 1891 Si votre instance n'est pas autorisée, une carte sera inséré avec une image et un lien vers votre instance PeerTube.&lt;br /&gt;&lt;br /&gt;
1712 Selectionnez cette case, sauvegardez la configuration et pour tester si votre instance est autorisée par Twitter, insérez l'URL d'une vidéo de votre instance (https://example.com/videos/watch/blabla) sur &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt;.</target> 1892 Selectionnez cette case, sauvegardez la configuration et pour tester si votre instance est autorisée par Twitter, insérez l'URL d'une vidéo de votre instance (https://example.com/videos/watch/blabla) sur &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt;.</target>
1713 <context-group name="null"> 1893 <context-group name="null">
1714 <context context-type="linenumber">200</context> 1894 <context context-type="linenumber">226</context>
1715 </context-group> 1895 </context-group>
1716 </trans-unit> 1896 </trans-unit>
1717 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1897 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1718 <source>Services</source> 1898 <source>Services</source>
1719 <target>Services</target> 1899 <target>Services</target>
1720 <context-group name="null"> 1900 <context-group name="null">
1721 <context context-type="linenumber">176</context> 1901 <context context-type="linenumber">202</context>
1722 </context-group> 1902 </context-group>
1723 </trans-unit> 1903 </trans-unit>
1724 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1904 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1725 <source>Transcoding</source> 1905 <source>Transcoding</source>
1726 <target>Encodage</target> 1906 <target>Encodage</target>
1727 <context-group name="null"> 1907 <context-group name="null">
1728 <context context-type="linenumber">215</context> 1908 <context context-type="linenumber">241</context>
1729 </context-group> 1909 </context-group>
1730 </trans-unit> 1910 </trans-unit>
1731 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1911 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1732 <source>Transcoding enabled</source> 1912 <source>Transcoding enabled</source>
1733 <target>Encodage activé</target> 1913 <target>Encodage activé</target>
1734 <context-group name="null"> 1914 <context-group name="null">
1735 <context context-type="linenumber">221</context> 1915 <context context-type="linenumber">247</context>
1736 </context-group> 1916 </context-group>
1737 </trans-unit> 1917 </trans-unit>
1738 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1918 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1739 <source>If you disable transcoding, many videos from your users will not work!</source> 1919 <source>If you disable transcoding, many videos from your users will not work!</source>
1740 <target>Si vous désactivez le transcodage, de nombreuses vidéos d'utilisateurs ne fonctionneront pas !</target> 1920 <target>Si vous désactivez le transcodage, de nombreuses vidéos d'utilisateurs ne fonctionneront pas !</target>
1741 <context-group name="null"> 1921 <context-group name="null">
1742 <context context-type="linenumber">222</context> 1922 <context context-type="linenumber">248</context>
1743 </context-group> 1923 </context-group>
1744 </trans-unit> 1924 </trans-unit>
1745 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 1925 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1746 <source>Allow additional extensions</source> 1926 <source>Allow additional extensions</source>
1747 <target>Permettre des extensions additionnelles</target> 1927 <target>Permettre des extensions additionnelles</target>
1748 <context-group name="null"> 1928 <context-group name="null">
1749 <context context-type="linenumber">231</context> 1929 <context context-type="linenumber">257</context>
1750 </context-group> 1930 </context-group>
1751 </trans-unit> 1931 </trans-unit>
1752 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 1932 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1753 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 1933 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1754 <target>Autoriser vos utilisateurs à publier des vidéos .mkv, .mov, .avi et .flv.</target> 1934 <target>Autoriser vos utilisateurs à publier des vidéos .mkv, .mov, .avi et .flv.</target>
1755 <context-group name="null"> 1935 <context-group name="null">
1756 <context context-type="linenumber">232</context> 1936 <context context-type="linenumber">258</context>
1757 </context-group> 1937 </context-group>
1758 </trans-unit> 1938 </trans-unit>
1759 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1939 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1760 <source>Transcoding threads</source> 1940 <source>Transcoding threads</source>
1761 <target>Nombre de threads pour l'encodage</target> 1941 <target>Nombre de threads pour l'encodage</target>
1762 <context-group name="null"> 1942 <context-group name="null">
1763 <context context-type="linenumber">237</context> 1943 <context context-type="linenumber">263</context>
1764 </context-group> 1944 </context-group>
1765 </trans-unit> 1945 </trans-unit>
1766 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1946 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1767 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1947 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1768 <target>Résolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activée</target> 1948 <target>Résolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activée</target>
1769 <context-group name="null"> 1949 <context-group name="null">
1770 <context context-type="linenumber">252</context> 1950 <context context-type="linenumber">278</context>
1771 </context-group> 1951 </context-group>
1772 </trans-unit> 1952 </trans-unit>
1773 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1953 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1782,105 +1962,70 @@
1782 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1962 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1783 </target> 1963 </target>
1784 <context-group name="null"> 1964 <context-group name="null">
1785 <context context-type="linenumber">260</context> 1965 <context context-type="linenumber">286</context>
1786 </context-group> 1966 </context-group>
1787 </trans-unit> 1967 </trans-unit>
1788 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1968 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1789 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1969 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1790 <target>Certain fichiers ne sont pas fédérés (miniature, sous-titre). Nous les récupérons directement depuis l'instance d'origine et nous les gardons en cache.</target> 1970 <target>Certain fichiers ne sont pas fédérés (miniature, sous-titre). Nous les récupérons directement depuis l'instance d'origine et nous les gardons en cache.</target>
1791 <context-group name="null"> 1971 <context-group name="null">
1792 <context context-type="linenumber">265</context> 1972 <context context-type="linenumber">291</context>
1793 </context-group> 1973 </context-group>
1794 </trans-unit> 1974 </trans-unit>
1795 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1975 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1796 <source>Previews cache size</source> 1976 <source>Previews cache size</source>
1797 <target>Taille du cache des prévisualisations </target> 1977 <target>Taille du cache des prévisualisations </target>
1798 <context-group name="null"> 1978 <context-group name="null">
1799 <context context-type="linenumber">271</context> 1979 <context context-type="linenumber">297</context>
1800 </context-group> 1980 </context-group>
1801 </trans-unit> 1981 </trans-unit>
1802 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1982 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1803 <source>Video captions cache size</source> 1983 <source>Video captions cache size</source>
1804 <target>Taille du cache des sous-titres</target> 1984 <target>Taille du cache des sous-titres</target>
1805 <context-group name="null"> 1985 <context-group name="null">
1806 <context context-type="linenumber">280</context> 1986 <context context-type="linenumber">306</context>
1807 </context-group> 1987 </context-group>
1808 </trans-unit> 1988 </trans-unit>
1809 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1989 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1810 <source>Customizations</source> 1990 <source>Customizations</source>
1811 <target>Personnalisations</target> 1991 <target>Personnalisations</target>
1812 <context-group name="null"> 1992 <context-group name="null">
1813 <context context-type="linenumber">289</context> 1993 <context context-type="linenumber">315</context>
1814 </context-group> 1994 </context-group>
1815 </trans-unit> 1995 </trans-unit>
1816 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1996 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1817 <source>JavaScript</source> 1997 <source>JavaScript</source>
1818 <target>JavaScript</target> 1998 <target>JavaScript</target>
1819 <context-group name="null"> 1999 <context-group name="null">
1820 <context context-type="linenumber">294</context> 2000 <context context-type="linenumber">320</context>
1821 </context-group> 2001 </context-group>
1822 </trans-unit> 2002 </trans-unit>
1823 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2003 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1824 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2004 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1825 <target>Écrivez directement du code JavaScript.&lt;br /&gt;Exemple : &lt;pre&gt;console.log('mon instance est super géniale');&lt;/pre&gt;</target> 2005 <target>Écrivez directement du code JavaScript.&lt;br /&gt;Exemple : &lt;pre&gt;console.log('mon instance est super géniale');&lt;/pre&gt;</target>
1826 <context-group name="null"> 2006 <context-group name="null">
1827 <context context-type="linenumber">297</context> 2007 <context context-type="linenumber">323</context>
1828 </context-group>
1829 </trans-unit>
1830 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde">
1831 <source>
1832 Write directly CSS code. Example:&lt;br /&gt;
1833 &lt;pre&gt;
1834 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1835 background-color: red;
1836 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1837 &lt;/pre&gt;
1838
1839 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1840 &lt;pre&gt;
1841 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1842 color: red;
1843 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1844 &lt;/pre&gt;
1845 </source>
1846 <target>
1847 Écrivez directement du code CSS. Par exemple:&lt;br /&gt;
1848 &lt;pre&gt;
1849 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1850 background-color: red;
1851 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1852 &lt;/pre&gt;
1853
1854 Ajoutez le préfixe &lt;em&gt;#custom-css&lt;/em&gt; pour surcharger les styles. Par exemple:
1855 &lt;pre&gt;
1856 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1857 color: red;
1858 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1859 &lt;/pre&gt;
1860 </target>
1861 <context-group name="null">
1862 <context context-type="linenumber">311</context>
1863 </context-group> 2008 </context-group>
1864 </trans-unit> 2009 </trans-unit>
1865 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2010 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1866 <source>Advanced configuration</source> 2011 <source>Advanced configuration</source>
1867 <target>Configuration avancée</target> 2012 <target>Configuration avancée</target>
1868 <context-group name="null"> 2013 <context-group name="null">
1869 <context context-type="linenumber">212</context> 2014 <context context-type="linenumber">238</context>
1870 </context-group> 2015 </context-group>
1871 </trans-unit> 2016 </trans-unit>
1872 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2017 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1873 <source>Update configuration</source> 2018 <source>Update configuration</source>
1874 <target>Mettre à jour la configuration</target> 2019 <target>Mettre à jour la configuration</target>
1875 <context-group name="null"> 2020 <context-group name="null">
1876 <context context-type="linenumber">340</context> 2021 <context context-type="linenumber">366</context>
1877 </context-group> 2022 </context-group>
1878 </trans-unit> 2023 </trans-unit>
1879 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2024 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1880 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2025 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1881 <target>Il semblerait que la configuration soit invalide. Merci de chercher des erreurs potentielles dans les différents onglets.</target> 2026 <target>Il semblerait que la configuration soit invalide. Merci de chercher des erreurs potentielles dans les différents onglets.</target>
1882 <context-group name="null"> 2027 <context-group name="null">
1883 <context context-type="linenumber">341</context> 2028 <context context-type="linenumber">367</context>
1884 </context-group> 2029 </context-group>
1885 </trans-unit> 2030 </trans-unit>
1886 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2031 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -2137,9 +2282,51 @@
2137 <context context-type="linenumber">72</context> 2282 <context context-type="linenumber">72</context>
2138 </context-group> 2283 </context-group>
2139 </trans-unit> 2284 </trans-unit>
2285 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2286 <source>Danger Zone</source>
2287 <target>Zone dangereuse</target>
2288 <context-group name="null">
2289 <context context-type="linenumber">86</context>
2290 </context-group>
2291 </trans-unit>
2292 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2293 <source>Send a link to reset the password by email to the user</source>
2294 <target>Envoyer un lien par mail à l'utilisateur pour réinitialiser son mot de passe </target>
2295 <context-group name="null">
2296 <context context-type="linenumber">89</context>
2297 </context-group>
2298 </trans-unit>
2299 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2300 <source>Ask for new password</source>
2301 <target>Demander un nouveau mot de passe</target>
2302 <context-group name="null">
2303 <context context-type="linenumber">90</context>
2304 </context-group>
2305 </trans-unit>
2306 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2307 <source>Manually set the user password</source>
2308 <target>Définir manuellement le mot de passe utilisateur</target>
2309 <context-group name="null">
2310 <context context-type="linenumber">94</context>
2311 </context-group>
2312 </trans-unit>
2313 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2314 <source>Show</source>
2315 <target>Montrer</target>
2316 <context-group name="null">
2317 <context context-type="linenumber">10</context>
2318 </context-group>
2319 </trans-unit>
2320 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2321 <source>Hide</source>
2322 <target>Cacher</target>
2323 <context-group name="null">
2324 <context context-type="linenumber">11</context>
2325 </context-group>
2326 </trans-unit>
2140 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2327 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2141 <source>Users list</source> 2328 <source>Users list</source>
2142 <target>Liste des utilisateurs</target> 2329 <target>Liste des utilisateur·rices</target>
2143 <context-group name="null"> 2330 <context-group name="null">
2144 <context context-type="linenumber">2</context> 2331 <context context-type="linenumber">2</context>
2145 </context-group> 2332 </context-group>
@@ -2169,19 +2356,19 @@
2169 <source>Go to the account page</source> 2356 <source>Go to the account page</source>
2170 <target>Accéder au profil public de l'utilisateur</target> 2357 <target>Accéder au profil public de l'utilisateur</target>
2171 <context-group name="null"> 2358 <context-group name="null">
2172 <context context-type="linenumber">134</context> 2359 <context context-type="linenumber">179</context>
2173 </context-group> 2360 </context-group>
2174 </trans-unit> 2361 </trans-unit>
2175 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2362 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2176 <source>User's email must be verified to login</source> 2363 <source>User's email must be verified to login</source>
2177 <target>L'adresse mail de l'utilisateur doit être vérifiée afin de se connecter</target> 2364 <target>L'adresse mail de l'utilisateur·rice doit être vérifiée afin de se connecter</target>
2178 <context-group name="null"> 2365 <context-group name="null">
2179 <context context-type="linenumber">72</context> 2366 <context context-type="linenumber">72</context>
2180 </context-group> 2367 </context-group>
2181 </trans-unit> 2368 </trans-unit>
2182 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 2369 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2183 <source>User's email is verified / User can login without email verification</source> 2370 <source>User's email is verified / User can login without email verification</source>
2184 <target>L'adresse mail de l'utilisateur est vérifié / L'utilisateur peut se connecter sans vérification mail</target> 2371 <target>L'adresse mail de l'utilisateur·rice est vérifié / L'utilisateur·rice peut se connecter sans vérification mail</target>
2185 <context-group name="null"> 2372 <context-group name="null">
2186 <context context-type="linenumber">76</context> 2373 <context context-type="linenumber">76</context>
2187 </context-group> 2374 </context-group>
@@ -2309,6 +2496,13 @@
2309 <context context-type="linenumber">43</context> 2496 <context context-type="linenumber">43</context>
2310 </context-group> 2497 </context-group>
2311 </trans-unit> 2498 </trans-unit>
2499 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2500 <source>Unblacklist</source>
2501 <target>Retirer de la liste noire</target>
2502 <context-group name="null">
2503 <context context-type="linenumber">146</context>
2504 </context-group>
2505 </trans-unit>
2312 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2506 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2313 <source>Moderation</source> 2507 <source>Moderation</source>
2314 <target>Modération</target> 2508 <target>Modération</target>
@@ -2323,13 +2517,6 @@
2323 <context context-type="linenumber">5</context> 2517 <context context-type="linenumber">5</context>
2324 </context-group> 2518 </context-group>
2325 </trans-unit> 2519 </trans-unit>
2326 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2327 <source>Blacklisted videos</source>
2328 <target>Vidéos sur liste noire</target>
2329 <context-group name="null">
2330 <context context-type="linenumber">7</context>
2331 </context-group>
2332 </trans-unit>
2333 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2520 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2334 <source>Muted accounts</source> 2521 <source>Muted accounts</source>
2335 <target>Comptes silencieux</target> 2522 <target>Comptes silencieux</target>
@@ -2341,7 +2528,7 @@
2341 <source>Muted servers</source> 2528 <source>Muted servers</source>
2342 <target>Serveurs silencieux</target> 2529 <target>Serveurs silencieux</target>
2343 <context-group name="null"> 2530 <context-group name="null">
2344 <context context-type="linenumber">11</context> 2531 <context context-type="linenumber">13</context>
2345 </context-group> 2532 </context-group>
2346 </trans-unit> 2533 </trans-unit>
2347 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2534 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2397,7 +2584,7 @@
2397 <source>Change ownership</source> 2584 <source>Change ownership</source>
2398 <target>Changer de propriétaire</target> 2585 <target>Changer de propriétaire</target>
2399 <context-group name="null"> 2586 <context-group name="null">
2400 <context context-type="linenumber">46</context> 2587 <context context-type="linenumber">40</context>
2401 </context-group> 2588 </context-group>
2402 </trans-unit> 2589 </trans-unit>
2403 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2590 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2422,32 +2609,14 @@
2422 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2609 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2423 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target> 2610 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target>
2424 <context-group name="null"> 2611 <context-group name="null">
2425 <context context-type="linenumber">19</context> 2612 <context context-type="linenumber">13</context>
2426 </context-group> 2613 </context-group>
2427 </trans-unit> 2614 </trans-unit>
2428 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2615 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2429 <source>Blacklisted</source> 2616 <source>Blacklisted</source>
2430 <target>Mis sur liste noire</target> 2617 <target>Mis sur liste noire</target>
2431 <context-group name="null"> 2618 <context-group name="null">
2432 <context context-type="linenumber">22</context> 2619 <context context-type="linenumber">16</context>
2433 </context-group>
2434 </trans-unit>
2435 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2436 <source>
2437 Cancel
2438 </source>
2439 <target>
2440 Annulé
2441 </target>
2442 <context-group name="null">
2443 <context context-type="linenumber">30</context>
2444 </context-group>
2445 </trans-unit>
2446 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2447 <source>Create another video channel</source>
2448 <target>Créer une autre chaîne vidéo</target>
2449 <context-group name="null">
2450 <context context-type="linenumber">4</context>
2451 </context-group> 2620 </context-group>
2452 </trans-unit> 2621 </trans-unit>
2453 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2622 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2471,13 +2640,6 @@
2471 <context context-type="linenumber">15</context> 2640 <context context-type="linenumber">15</context>
2472 </context-group> 2641 </context-group>
2473 </trans-unit> 2642 </trans-unit>
2474 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2475 <source>Display name</source>
2476 <target>Nom affiché</target>
2477 <context-group name="null">
2478 <context context-type="linenumber">6</context>
2479 </context-group>
2480 </trans-unit>
2481 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2643 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2482 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2644 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2483When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2645When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2591,18 +2753,11 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
2591 <context context-type="linenumber">4</context> 2753 <context context-type="linenumber">4</context>
2592 </context-group> 2754 </context-group>
2593 </trans-unit> 2755 </trans-unit>
2594 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123">
2595 <source>Delete history</source>
2596 <target>Supprimer l'historique</target>
2597 <context-group name="null">
2598 <context context-type="linenumber">8</context>
2599 </context-group>
2600 </trans-unit>
2601 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 2756 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2602 <source>You don't have videos history yet.</source> 2757 <source>You don't have videos history yet.</source>
2603 <target>Vous n'avez pas d'historique de vidéos pour l'instant.</target> 2758 <target>Vous n'avez pas d'historique de vidéos pour l'instant.</target>
2604 <context-group name="null"> 2759 <context-group name="null">
2605 <context context-type="linenumber">13</context> 2760 <context context-type="linenumber">14</context>
2606 </context-group> 2761 </context-group>
2607 </trans-unit> 2762 </trans-unit>
2608 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 2763 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
@@ -2612,6 +2767,53 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
2612 <context context-type="linenumber">22</context> 2767 <context context-type="linenumber">22</context>
2613 </context-group> 2768 </context-group>
2614 </trans-unit> 2769 </trans-unit>
2770 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2771 <source>
2772 <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;"/>
2773 Notification preferences
2774 </source>
2775 <target>
2776 <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;"/>
2777 Préférences de notification
2778 </target>
2779 <context-group name="null">
2780 <context context-type="linenumber">2</context>
2781 </context-group>
2782 </trans-unit>
2783 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2784 <source>
2785 <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;"/>
2786 Mark all as read
2787 </source>
2788 <target>
2789 <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;"/>
2790 Marquer tout comme lu
2791 </target>
2792 <context-group name="null">
2793 <context context-type="linenumber">7</context>
2794 </context-group>
2795 </trans-unit>
2796 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2797 <source>Privacy</source>
2798 <target>Confidentialité</target>
2799 <context-group name="null">
2800 <context context-type="linenumber">205</context>
2801 </context-group>
2802 </trans-unit>
2803 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2804 <source>Channel</source>
2805 <target>Chaîne</target>
2806 <context-group name="null">
2807 <context context-type="linenumber">39</context>
2808 </context-group>
2809 </trans-unit>
2810 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2811 <source>Upload thumbnail</source>
2812 <target>Téléverser une vignette</target>
2813 <context-group name="null">
2814 <context context-type="linenumber">192</context>
2815 </context-group>
2816 </trans-unit>
2615 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2817 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2616 <source>Change password</source> 2818 <source>Change password</source>
2617 <target>Changer le mot de passe</target> 2819 <target>Changer le mot de passe</target>
@@ -2661,13 +2863,6 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
2661 <context context-type="linenumber">28</context> 2863 <context context-type="linenumber">28</context>
2662 </context-group> 2864 </context-group>
2663 </trans-unit> 2865 </trans-unit>
2664 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2665 <source>Save</source>
2666 <target>Enregistrer</target>
2667 <context-group name="null">
2668 <context context-type="linenumber">32</context>
2669 </context-group>
2670 </trans-unit>
2671 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2866 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2672 <source>Update my profile</source> 2867 <source>Update my profile</source>
2673 <target>Mettre à jour mon profil</target> 2868 <target>Mettre à jour mon profil</target>
@@ -2807,7 +3002,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
2807 <source>URL</source> 3002 <source>URL</source>
2808 <target>URL</target> 3003 <target>URL</target>
2809 <context-group name="null"> 3004 <context-group name="null">
2810 <context context-type="linenumber">17</context> 3005 <context context-type="linenumber">25</context>
2811 </context-group> 3006 </context-group>
2812 </trans-unit> 3007 </trans-unit>
2813 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3008 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2818,20 +3013,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
2818 <context context-type="linenumber">9</context> 3013 <context context-type="linenumber">9</context>
2819 </context-group> 3014 </context-group>
2820 </trans-unit> 3015 </trans-unit>
2821 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2822 <source>Channel</source>
2823 <target>Chaîne</target>
2824 <context-group name="null">
2825 <context context-type="linenumber">39</context>
2826 </context-group>
2827 </trans-unit>
2828 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2829 <source>Privacy</source>
2830 <target>Confidentialité</target>
2831 <context-group name="null">
2832 <context context-type="linenumber">160</context>
2833 </context-group>
2834 </trans-unit>
2835 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 3016 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2836 <source>Sorry, but something went wrong</source> 3017 <source>Sorry, but something went wrong</source>
2837 <target>Désolé, mais quelque chose s'est mal passé</target> 3018 <target>Désolé, mais quelque chose s'est mal passé</target>
@@ -2854,7 +3035,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
2854 <source>Update</source> 3035 <source>Update</source>
2855 <target>Mettre à jour</target> 3036 <target>Mettre à jour</target>
2856 <context-group name="null"> 3037 <context-group name="null">
2857 <context context-type="linenumber">93</context> 3038 <context context-type="linenumber">138</context>
2858 </context-group> 3039 </context-group>
2859 </trans-unit> 3040 </trans-unit>
2860 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3041 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -3013,7 +3194,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3013 <source>Tags</source> 3194 <source>Tags</source>
3014 <target>Étiquettes</target> 3195 <target>Étiquettes</target>
3015 <context-group name="null"> 3196 <context-group name="null">
3016 <context context-type="linenumber">197</context> 3197 <context context-type="linenumber">242</context>
3017 </context-group> 3198 </context-group>
3018 </trans-unit> 3199 </trans-unit>
3019 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3200 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -3153,13 +3334,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3153 <context context-type="linenumber">135</context> 3334 <context context-type="linenumber">135</context>
3154 </context-group> 3335 </context-group>
3155 </trans-unit> 3336 </trans-unit>
3156 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3157 <source>Upload thumbnail</source>
3158 <target>Téléverser une vignette</target>
3159 <context-group name="null">
3160 <context context-type="linenumber">192</context>
3161 </context-group>
3162 </trans-unit>
3163 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3337 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3164 <source>Upload preview</source> 3338 <source>Upload preview</source>
3165 <target>Téléverser un aperçu</target> 3339 <target>Téléverser un aperçu</target>
@@ -3171,7 +3345,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3171 <source>Support</source> 3345 <source>Support</source>
3172 <target>Soutenir</target> 3346 <target>Soutenir</target>
3173 <context-group name="null"> 3347 <context-group name="null">
3174 <context context-type="linenumber">70</context> 3348 <context context-type="linenumber">101</context>
3175 </context-group> 3349 </context-group>
3176 </trans-unit> 3350 </trans-unit>
3177 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3351 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -3181,6 +3355,20 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3181 <context context-type="linenumber">206</context> 3355 <context context-type="linenumber">206</context>
3182 </context-group> 3356 </context-group>
3183 </trans-unit> 3357 </trans-unit>
3358 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3359 <source>Original publication date</source>
3360 <target>Date originale de publication</target>
3361 <context-group name="null">
3362 <context context-type="linenumber">219</context>
3363 </context-group>
3364 </trans-unit>
3365 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3366 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3367 <target>Voici la date originel de publication (alias la date de sortie pour un film)</target>
3368 <context-group name="null">
3369 <context context-type="linenumber">220</context>
3370 </context-group>
3371 </trans-unit>
3184 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 3372 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3185 <source>Enable video comments</source> 3373 <source>Enable video comments</source>
3186 <target>Activer les commentaires</target> 3374 <target>Activer les commentaires</target>
@@ -3188,6 +3376,13 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3188 <context context-type="linenumber">234</context> 3376 <context context-type="linenumber">234</context>
3189 </context-group> 3377 </context-group>
3190 </trans-unit> 3378 </trans-unit>
3379 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3380 <source>Enable download</source>
3381 <target>Activer le téléchargement</target>
3382 <context-group name="null">
3383 <context context-type="linenumber">239</context>
3384 </context-group>
3385 </trans-unit>
3191 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3386 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3192 <source>Advanced settings</source> 3387 <source>Advanced settings</source>
3193 <target>Paramétrage avancé</target> 3388 <target>Paramétrage avancé</target>
@@ -3249,7 +3444,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3249 <source>Download</source> 3444 <source>Download</source>
3250 <target>Télécharger</target> 3445 <target>Télécharger</target>
3251 <context-group name="null"> 3446 <context-group name="null">
3252 <context context-type="linenumber">85</context> 3447 <context context-type="linenumber">130</context>
3253 </context-group> 3448 </context-group>
3254 </trans-unit> 3449 </trans-unit>
3255 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3450 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -3276,21 +3471,21 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3276 <source>Share</source> 3471 <source>Share</source>
3277 <target>Partager</target> 3472 <target>Partager</target>
3278 <context-group name="null"> 3473 <context-group name="null">
3279 <context context-type="linenumber">75</context> 3474 <context context-type="linenumber">106</context>
3280 </context-group> 3475 </context-group>
3281 </trans-unit> 3476 </trans-unit>
3282 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3477 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3283 <source>QR-Code</source> 3478 <source>QR-Code</source>
3284 <target>QR-Code</target> 3479 <target>QR-Code</target>
3285 <context-group name="null"> 3480 <context-group name="null">
3286 <context context-type="linenumber">29</context> 3481 <context context-type="linenumber">37</context>
3287 </context-group> 3482 </context-group>
3288 </trans-unit> 3483 </trans-unit>
3289 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3484 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3290 <source>Embed</source> 3485 <source>Embed</source>
3291 <target>Intégration</target> 3486 <target>Intégration</target>
3292 <context-group name="null"> 3487 <context-group name="null">
3293 <context context-type="linenumber">34</context> 3488 <context context-type="linenumber">42</context>
3294 </context-group> 3489 </context-group>
3295 </trans-unit> 3490 </trans-unit>
3296 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3491 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3301,14 +3496,14 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3301 L'url n'est pas sécurisée (pas d'HTTPS), donc l'intégration de la vidéo ne fonctionnera pas sur les sites servis via HTTPS (les navigateurs bloquent les requêtes HTTP sur les sites HTTPS). 3496 L'url n'est pas sécurisée (pas d'HTTPS), donc l'intégration de la vidéo ne fonctionnera pas sur les sites servis via HTTPS (les navigateurs bloquent les requêtes HTTP sur les sites HTTPS).
3302 </target> 3497 </target>
3303 <context-group name="null"> 3498 <context-group name="null">
3304 <context context-type="linenumber">45</context> 3499 <context context-type="linenumber">53</context>
3305 </context-group> 3500 </context-group>
3306 </trans-unit> 3501 </trans-unit>
3307 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3502 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3308 <source>Close</source> 3503 <source>Close</source>
3309 <target>Fermer</target> 3504 <target>Fermer</target>
3310 <context-group name="null"> 3505 <context-group name="null">
3311 <context context-type="linenumber">51</context> 3506 <context context-type="linenumber">59</context>
3312 </context-group> 3507 </context-group>
3313 </trans-unit> 3508 </trans-unit>
3314 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3509 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3332,7 +3527,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3332 <target> 3527 <target>
3333 La vidéo est en cours d'importation, elle sera disponible quand l'importation sera finie.</target> 3528 La vidéo est en cours d'importation, elle sera disponible quand l'importation sera finie.</target>
3334 <context-group name="null"> 3529 <context-group name="null">
3335 <context context-type="linenumber">11</context> 3530 <context context-type="linenumber">39</context>
3336 </context-group> 3531 </context-group>
3337 </trans-unit> 3532 </trans-unit>
3338 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3533 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3343,7 +3538,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3343 La vidéo est en cours d'encodage, elle peut ne pas fonctionner correctement. 3538 La vidéo est en cours d'encodage, elle peut ne pas fonctionner correctement.
3344 </target> 3539 </target>
3345 <context-group name="null"> 3540 <context-group name="null">
3346 <context context-type="linenumber">15</context> 3541 <context context-type="linenumber">43</context>
3347 </context-group> 3542 </context-group>
3348 </trans-unit> 3543 </trans-unit>
3349 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3544 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3354,14 +3549,14 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3354 Cette vidéo sera publiée le <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3549 Cette vidéo sera publiée le <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3355 </target> 3550 </target>
3356 <context-group name="null"> 3551 <context-group name="null">
3357 <context context-type="linenumber">19</context> 3552 <context context-type="linenumber">47</context>
3358 </context-group> 3553 </context-group>
3359 </trans-unit> 3554 </trans-unit>
3360 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3555 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3361 <source>This video is blacklisted.</source> 3556 <source>This video is blacklisted.</source>
3362 <target>Cette vidéo est sur liste noire.</target> 3557 <target>Cette vidéo est sur liste noire.</target>
3363 <context-group name="null"> 3558 <context-group name="null">
3364 <context context-type="linenumber">24</context> 3559 <context context-type="linenumber">56</context>
3365 </context-group> 3560 </context-group>
3366 </trans-unit> 3561 </trans-unit>
3367 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3562 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3372,130 +3567,119 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3372 Publiée <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues 3567 Publiée <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues
3373 </target> 3568 </target>
3374 <context-group name="null"> 3569 <context-group name="null">
3375 <context context-type="linenumber">36</context> 3570 <context context-type="linenumber">76</context>
3376 </context-group>
3377 </trans-unit>
3378 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3379 <source>
3380 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3381 </source>
3382 <target>
3383 Publiée <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vues
3384 </target>
3385 <context-group name="null">
3386 <context context-type="linenumber">45</context>
3387 </context-group> 3571 </context-group>
3388 </trans-unit> 3572 </trans-unit>
3389 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3573 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3390 <source>Like this video</source> 3574 <source>Like this video</source>
3391 <target>J'aime cette vidéo</target> 3575 <target>J'aime cette vidéo</target>
3392 <context-group name="null"> 3576 <context-group name="null">
3393 <context context-type="linenumber">55</context> 3577 <context context-type="linenumber">86</context>
3394 </context-group> 3578 </context-group>
3395 </trans-unit> 3579 </trans-unit>
3396 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3580 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3397 <source>Dislike this video</source> 3581 <source>Dislike this video</source>
3398 <target>Je n'aime pas cette vidéo</target> 3582 <target>Je n'aime pas cette vidéo</target>
3399 <context-group name="null"> 3583 <context-group name="null">
3400 <context context-type="linenumber">63</context> 3584 <context context-type="linenumber">94</context>
3401 </context-group> 3585 </context-group>
3402 </trans-unit> 3586 </trans-unit>
3403 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3587 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3404 <source>Download the video</source> 3588 <source>Download the video</source>
3405 <target>Télécharger la vidéo</target> 3589 <target>Télécharger la vidéo</target>
3406 <context-group name="null"> 3590 <context-group name="null">
3407 <context context-type="linenumber">84</context> 3591 <context context-type="linenumber">129</context>
3408 </context-group> 3592 </context-group>
3409 </trans-unit> 3593 </trans-unit>
3410 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3594 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3411 <source>Report</source> 3595 <source>Report</source>
3412 <target>Signaler</target> 3596 <target>Signaler</target>
3413 <context-group name="null"> 3597 <context-group name="null">
3414 <context context-type="linenumber">89</context> 3598 <context context-type="linenumber">134</context>
3415 </context-group> 3599 </context-group>
3416 </trans-unit> 3600 </trans-unit>
3417 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3601 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3418 <source>Report this video</source> 3602 <source>Report this video</source>
3419 <target>Signaler cette vidéo</target> 3603 <target>Signaler cette vidéo</target>
3420 <context-group name="null"> 3604 <context-group name="null">
3421 <context context-type="linenumber">88</context> 3605 <context context-type="linenumber">133</context>
3422 </context-group> 3606 </context-group>
3423 </trans-unit> 3607 </trans-unit>
3424 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3608 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3425 <source>Update this video</source> 3609 <source>Update this video</source>
3426 <target>Mettre à jour cette vidéo</target> 3610 <target>Mettre à jour cette vidéo</target>
3427 <context-group name="null"> 3611 <context-group name="null">
3428 <context context-type="linenumber">92</context> 3612 <context context-type="linenumber">137</context>
3429 </context-group> 3613 </context-group>
3430 </trans-unit> 3614 </trans-unit>
3431 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3615 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3432 <source>Blacklist</source> 3616 <source>Blacklist</source>
3433 <target>Mettre sur liste noire</target> 3617 <target>Mettre sur liste noire</target>
3434 <context-group name="null"> 3618 <context-group name="null">
3435 <context context-type="linenumber">97</context> 3619 <context context-type="linenumber">142</context>
3436 </context-group> 3620 </context-group>
3437 </trans-unit> 3621 </trans-unit>
3438 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3622 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3439 <source>Blacklist this video</source> 3623 <source>Blacklist this video</source>
3440 <target>Mettre cette vidéo sur liste noire</target> 3624 <target>Mettre cette vidéo sur liste noire</target>
3441 <context-group name="null"> 3625 <context-group name="null">
3442 <context context-type="linenumber">96</context> 3626 <context context-type="linenumber">141</context>
3443 </context-group>
3444 </trans-unit>
3445 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3446 <source>Unblacklist</source>
3447 <target>Retirer de la liste noire</target>
3448 <context-group name="null">
3449 <context context-type="linenumber">101</context>
3450 </context-group> 3627 </context-group>
3451 </trans-unit> 3628 </trans-unit>
3452 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3629 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3453 <source>Unblacklist this video</source> 3630 <source>Unblacklist this video</source>
3454 <target>Enlever cette vidéo de la liste noire</target> 3631 <target>Enlever cette vidéo de la liste noire</target>
3455 <context-group name="null"> 3632 <context-group name="null">
3456 <context context-type="linenumber">100</context> 3633 <context context-type="linenumber">145</context>
3457 </context-group> 3634 </context-group>
3458 </trans-unit> 3635 </trans-unit>
3459 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3636 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3460 <source>Delete this video</source> 3637 <source>Delete this video</source>
3461 <target>Supprimer cette vidéo</target> 3638 <target>Supprimer cette vidéo</target>
3462 <context-group name="null"> 3639 <context-group name="null">
3463 <context context-type="linenumber">104</context> 3640 <context context-type="linenumber">149</context>
3464 </context-group> 3641 </context-group>
3465 </trans-unit> 3642 </trans-unit>
3466 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3643 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3467 <source>Go the channel page</source> 3644 <source>Go the channel page</source>
3468 <target>Aller à la page des chaînes</target> 3645 <target>Aller à la page des chaînes</target>
3469 <context-group name="null"> 3646 <context-group name="null">
3470 <context context-type="linenumber">124</context> 3647 <context context-type="linenumber">169</context>
3471 </context-group> 3648 </context-group>
3472 </trans-unit> 3649 </trans-unit>
3473 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3650 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3474 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3651 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3475 <target>Par <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3652 <target>Par <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3476 <context-group name="null"> 3653 <context-group name="null">
3477 <context context-type="linenumber">135</context> 3654 <context context-type="linenumber">180</context>
3478 </context-group> 3655 </context-group>
3479 </trans-unit> 3656 </trans-unit>
3480 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3657 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3481 <source>Show more</source> 3658 <source>Show more</source>
3482 <target>Voir plus</target> 3659 <target>Voir plus</target>
3483 <context-group name="null"> 3660 <context-group name="null">
3484 <context context-type="linenumber">147</context> 3661 <context context-type="linenumber">192</context>
3485 </context-group> 3662 </context-group>
3486 </trans-unit> 3663 </trans-unit>
3487 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3664 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3488 <source>Show less</source> 3665 <source>Show less</source>
3489 <target>Montrer moins</target> 3666 <target>Montrer moins</target>
3490 <context-group name="null"> 3667 <context-group name="null">
3491 <context context-type="linenumber">153</context> 3668 <context context-type="linenumber">198</context>
3669 </context-group>
3670 </trans-unit>
3671 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3672 <source>Originally published</source>
3673 <target>Publié originellement</target>
3674 <context-group name="null">
3675 <context context-type="linenumber">210</context>
3492 </context-group> 3676 </context-group>
3493 </trans-unit> 3677 </trans-unit>
3494 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3678 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3495 <source>Friendly Reminder: </source> 3679 <source>Friendly Reminder: </source>
3496 <target>Rappel :</target> 3680 <target>Rappel :</target>
3497 <context-group name="null"> 3681 <context-group name="null">
3498 <context context-type="linenumber">214</context> 3682 <context context-type="linenumber">258</context>
3499 </context-group> 3683 </context-group>
3500 </trans-unit> 3684 </trans-unit>
3501 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3685 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3506,21 +3690,21 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3506 le système de partage utilisé pour cette vidéo implique que des informations techniques (comme votre adresse IP publique) peuvent être transmises à d'autres pairs. 3690 le système de partage utilisé pour cette vidéo implique que des informations techniques (comme votre adresse IP publique) peuvent être transmises à d'autres pairs.
3507 </target> 3691 </target>
3508 <context-group name="null"> 3692 <context-group name="null">
3509 <context context-type="linenumber">215</context> 3693 <context context-type="linenumber">259</context>
3510 </context-group> 3694 </context-group>
3511 </trans-unit> 3695 </trans-unit>
3512 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3696 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3513 <source>More information</source> 3697 <source>More information</source>
3514 <target>Plus d'informations</target> 3698 <target>Plus d'informations</target>
3515 <context-group name="null"> 3699 <context-group name="null">
3516 <context context-type="linenumber">218</context> 3700 <context context-type="linenumber">262</context>
3517 </context-group> 3701 </context-group>
3518 </trans-unit> 3702 </trans-unit>
3519 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3703 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3520 <source>Get more information</source> 3704 <source>Get more information</source>
3521 <target>Obtenir plus d'informations</target> 3705 <target>Obtenir plus d'informations</target>
3522 <context-group name="null"> 3706 <context-group name="null">
3523 <context context-type="linenumber">218</context> 3707 <context context-type="linenumber">262</context>
3524 </context-group> 3708 </context-group>
3525 </trans-unit> 3709 </trans-unit>
3526 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3710 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3531,7 +3715,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
3531 OK 3715 OK
3532 </target> 3716 </target>
3533 <context-group name="null"> 3717 <context-group name="null">
3534 <context context-type="linenumber">221</context> 3718 <context context-type="linenumber">265</context>
3535 </context-group> 3719 </context-group>
3536 </trans-unit> 3720 </trans-unit>
3537 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3721 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -4002,21 +4186,42 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4002 </trans-unit> 4186 </trans-unit>
4003 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 4187 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
4004 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 4188 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
4005 <target>Utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> créé.</target> 4189 <target>Utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/> créé.</target>
4190 <context-group name="null">
4191 <context context-type="linenumber">1</context>
4192 </context-group>
4193 </trans-unit>
4194 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4195 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4196 <target>Mot de passe changé pour l'utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4197 <context-group name="null">
4198 <context context-type="linenumber">1</context>
4199 </context-group>
4200 </trans-unit>
4201 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4202 <source>Update user password</source>
4203 <target>Mettre à jour le mot de passe utilisateur·rice</target>
4006 <context-group name="null"> 4204 <context-group name="null">
4007 <context context-type="linenumber">1</context> 4205 <context context-type="linenumber">1</context>
4008 </context-group> 4206 </context-group>
4009 </trans-unit> 4207 </trans-unit>
4010 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4208 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
4011 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4209 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
4012 <target>Utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> mis à jour.</target> 4210 <target>Utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/> mis à jour.</target>
4013 <context-group name="null"> 4211 <context-group name="null">
4014 <context context-type="linenumber">1</context> 4212 <context context-type="linenumber">1</context>
4015 </context-group> 4213 </context-group>
4016 </trans-unit> 4214 </trans-unit>
4017 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f"> 4215 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f">
4018 <source>Update user</source> 4216 <source>Update user</source>
4019 <target>Mettre à jour l'utilisateur</target> 4217 <target>Mettre à jour l'utilisateur·rice</target>
4218 <context-group name="null">
4219 <context context-type="linenumber">1</context>
4220 </context-group>
4221 </trans-unit>
4222 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4223 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4224 <target>Un mail demandant la réinitialisation du mot de passe a été envoyé à <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4020 <context-group name="null"> 4225 <context-group name="null">
4021 <context context-type="linenumber">1</context> 4226 <context context-type="linenumber">1</context>
4022 </context-group> 4227 </context-group>
@@ -4051,7 +4256,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4051 </trans-unit> 4256 </trans-unit>
4052 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd"> 4257 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
4053 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source> 4258 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
4054 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices rétablis.</target> 4259 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·rices rétablis.</target>
4055 <context-group name="null"> 4260 <context-group name="null">
4056 <context context-type="linenumber">1</context> 4261 <context context-type="linenumber">1</context>
4057 </context-group> 4262 </context-group>
@@ -4065,7 +4270,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4065 </trans-unit> 4270 </trans-unit>
4066 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51"> 4271 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
4067 <source>If you remove these users, you will not be able to create others with the same username!</source> 4272 <source>If you remove these users, you will not be able to create others with the same username!</source>
4068 <target>Si vous supprimez ces utilisateur·ices, vous ne pourrez plus en créer de nouveau avec le même nom !</target> 4273 <target>Si vous supprimez ces utilisateur·rices, vous ne pourrez plus en créer de nouveau avec le même nom !</target>
4069 <context-group name="null"> 4274 <context-group name="null">
4070 <context context-type="linenumber">1</context> 4275 <context context-type="linenumber">1</context>
4071 </context-group> 4276 </context-group>
@@ -4203,13 +4408,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4203 <context context-type="linenumber">1</context> 4408 <context context-type="linenumber">1</context>
4204 </context-group> 4409 </context-group>
4205 </trans-unit> 4410 </trans-unit>
4206 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e">
4207 <source>New video abuse on local video</source>
4208 <target>Nouveau signalement sur une vidéo locale</target>
4209 <context-group name="null">
4210 <context context-type="linenumber">1</context>
4211 </context-group>
4212 </trans-unit>
4213 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 4411 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4214 <source>One of your video is blacklisted/unblacklisted</source> 4412 <source>One of your video is blacklisted/unblacklisted</source>
4215 <target>Une de vos vidéos a été bloquée/débloquée</target> 4413 <target>Une de vos vidéos a été bloquée/débloquée</target>
@@ -4294,13 +4492,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4294 <context context-type="linenumber">1</context> 4492 <context context-type="linenumber">1</context>
4295 </context-group> 4493 </context-group>
4296 </trans-unit> 4494 </trans-unit>
4297 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
4298 <source>Create</source>
4299 <target>Créer</target>
4300 <context-group name="null">
4301 <context context-type="linenumber">1</context>
4302 </context-group>
4303 </trans-unit>
4304 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4495 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4305 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4496 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4306 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> mise à jour.</target> 4497 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> mise à jour.</target>
@@ -4399,13 +4590,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4399 <context context-type="linenumber">1</context> 4590 <context context-type="linenumber">1</context>
4400 </context-group> 4591 </context-group>
4401 </trans-unit> 4592 </trans-unit>
4402 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
4403 <source>My library</source>
4404 <target>Ma bibliothèque</target>
4405 <context-group name="null">
4406 <context context-type="linenumber">1</context>
4407 </context-group>
4408 </trans-unit>
4409 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4593 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4410 <source>My channels</source> 4594 <source>My channels</source>
4411 <target>Mes chaînes</target> 4595 <target>Mes chaînes</target>
@@ -4893,7 +5077,7 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
4893 </trans-unit> 5077 </trans-unit>
4894 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149"> 5078 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
4895 <source>Username is required.</source> 5079 <source>Username is required.</source>
4896 <target>Le nom d'utilisateur est requis.</target> 5080 <target>Le nom d'utilisateur·rice est requis.</target>
4897 <context-group name="null"> 5081 <context-group name="null">
4898 <context context-type="linenumber">1</context> 5082 <context context-type="linenumber">1</context>
4899 </context-group> 5083 </context-group>
@@ -5199,6 +5383,13 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
5199 <context context-type="linenumber">1</context> 5383 <context context-type="linenumber">1</context>
5200 </context-group> 5384 </context-group>
5201 </trans-unit> 5385 </trans-unit>
5386 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5387 <source>Display name cannot be more than 120 characters long.</source>
5388 <target>Le nom d'affichage ne peut pas faire plus de 120 caractères.</target>
5389 <context-group name="null">
5390 <context context-type="linenumber">1</context>
5391 </context-group>
5392 </trans-unit>
5202 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5393 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
5203 <source>Video name is required.</source> 5394 <source>Video name is required.</source>
5204 <target>Le nom de la vidéo est requis.</target> 5395 <target>Le nom de la vidéo est requis.</target>
@@ -6151,13 +6342,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
6151 <context context-type="linenumber">1</context> 6342 <context context-type="linenumber">1</context>
6152 </context-group> 6343 </context-group>
6153 </trans-unit> 6344 </trans-unit>
6154 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
6155 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
6156 <target>Démarrer à <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
6157 <context-group name="null">
6158 <context context-type="linenumber">1</context>
6159 </context-group>
6160 </trans-unit>
6161 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 6345 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
6162 <source>Like the video</source> 6346 <source>Like the video</source>
6163 <target>J'aime cette vidéo.</target> 6347 <target>J'aime cette vidéo.</target>
@@ -6207,13 +6391,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
6207 <context context-type="linenumber">1</context> 6391 <context context-type="linenumber">1</context>
6208 </context-group> 6392 </context-group>
6209 </trans-unit> 6393 </trans-unit>
6210 <trans-unit id="8c429645223c24afe30218fc45bb07e352bb1938">
6211 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours.</source>
6212 <target>Les vidéos Tendances sont celles qui ont été vues le plus grand nombre de fois dans les dernières 24 heures.</target>
6213 <context-group name="null">
6214 <context context-type="linenumber">1</context>
6215 </context-group>
6216 </trans-unit>
6217 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 6394 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6218 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 6395 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6219 <target>Tendances pour les <x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target> 6396 <target>Tendances pour les <x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target>
@@ -6221,13 +6398,6 @@ Assurez-vous d'avoir les droits de diffusion de ce contenu afin d'éviter toute
6221 <context context-type="linenumber">1</context> 6398 <context context-type="linenumber">1</context>
6222 </context-group> 6399 </context-group>
6223 </trans-unit> 6400 </trans-unit>
6224 <trans-unit id="98b98154eca3533e16b81c5b08611d19949e8661">
6225 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days.</source>
6226 <target>Les vidéos Tendances sont celles qui ont été vues le plus grand nombre de fois dans les <x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target>
6227 <context-group name="null">
6228 <context context-type="linenumber">1</context>
6229 </context-group>
6230 </trans-unit>
6231 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6401 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
6232 <source>Videos from your subscriptions</source> 6402 <source>Videos from your subscriptions</source>
6233 <target>Vidéos issues de vos abonnements</target> 6403 <target>Vidéos issues de vos abonnements</target>
diff --git a/client/src/locale/target/angular_gl_ES.xml b/client/src/locale/target/angular_gl_ES.xml
index e163b6324..3d3d84f7d 100644
--- a/client/src/locale/target/angular_gl_ES.xml
+++ b/client/src/locale/target/angular_gl_ES.xml
@@ -3,6 +3,216 @@
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1"> 3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="gl-ES"> 4 <file source-language="en-US" datatype="plaintext" original="" target-language="gl-ES">
5 <body> 5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Pechar</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Anterior</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>Seguinte</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Mes anterior</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>Mes seguinte</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Escoller mes</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Escoller ano</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>Primeiro</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Anterior</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Seguinte</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source>
106 <target>Último</target>
107 <context-group name="null">
108 <context context-type="linenumber">49</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
115 <context context-type="linenumber">6</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source>
120 <target>Aumentar horas</target>
121 <context-group name="null">
122 <context context-type="linenumber">9</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="ngb.timepicker.HH">
126 <source>HH</source>
127 <target>HH</target>
128 <context-group name="null">
129 <context context-type="linenumber">12</context>
130 </context-group>
131 </trans-unit>
132 <trans-unit id="ngb.timepicker.hours">
133 <source>Hours</source>
134 <target>Horas</target>
135 <context-group name="null">
136 <context context-type="linenumber">14</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="ngb.timepicker.decrement-hours">
140 <source>Decrement hours</source>
141 <target>Diminuír horas</target>
142 <context-group name="null">
143 <context context-type="linenumber">20</context>
144 </context-group>
145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source>
148 <target>Aumentar minutos</target>
149 <context-group name="null">
150 <context context-type="linenumber">29</context>
151 </context-group>
152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source>
155 <target>MM</target>
156 <context-group name="null">
157 <context context-type="linenumber">32</context>
158 </context-group>
159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source>
162 <target>Minutos</target>
163 <context-group name="null">
164 <context context-type="linenumber">34</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source>
169 <target>Diminuír minutos</target>
170 <context-group name="null">
171 <context context-type="linenumber">40</context>
172 </context-group>
173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source>
176 <target>Aumentar segundos</target>
177 <context-group name="null">
178 <context context-type="linenumber">49</context>
179 </context-group>
180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source>
183 <target>SS</target>
184 <context-group name="null">
185 <context context-type="linenumber">52</context>
186 </context-group>
187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source>
190 <target>Segundos</target>
191 <context-group name="null">
192 <context context-type="linenumber">54</context>
193 </context-group>
194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source>
197 <target>Diminuír segundos</target>
198 <context-group name="null">
199 <context context-type="linenumber">60</context>
200 </context-group>
201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source>
204 <target>PM</target>
205 <context-group name="null">
206 <context context-type="linenumber">68</context>
207 </context-group>
208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source>
211 <target>AM</target>
212 <context-group name="null">
213 <context context-type="linenumber">69</context>
214 </context-group>
215 </trans-unit>
6 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
7 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source> 217 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
8 <target>(extensións: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, tamaño máx.: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target> 218 <target>(extensións: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, tamaño máx.: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
@@ -10,6 +220,242 @@
10 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
11 </context-group> 221 </context-group>
12 </trans-unit> 222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>Non ten notificacións</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicou un <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>novo vídeo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <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;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 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
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <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;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 O seu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sacouse da lista negra
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <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;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 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
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <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;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 O seu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> púxose na lista negra
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <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;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <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;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <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;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Creouse un informe de contido<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> abusivo para o vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
307 <source>
308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <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;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <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;"/> comentou o seu vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <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;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 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
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <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;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 O seu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> foi publicado
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <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;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
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 }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <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;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>O seu vídeo importouse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> correctamente
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <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;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <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
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <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;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Fallou a importación<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> do seu vídeo
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <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;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <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;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 Usuaria <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> rexistrada<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> na súa instancia
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <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
407
408 <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;"/>
409 <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;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <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á a seguir
417
418 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>a súa canle <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;"/>
419 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>a súa conta<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <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;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <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;"/> mencionouna en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>vídeo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
445 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
446 <source>Unlisted</source>
447 <target>Non listado</target>
448 <context-group name="null">
449 <context context-type="linenumber">17</context>
450 </context-group>
451 </trans-unit>
452 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
453 <source>Private</source>
454 <target>Privado</target>
455 <context-group name="null">
456 <context context-type="linenumber">18</context>
457 </context-group>
458 </trans-unit>
13 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 459 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
14 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 460 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
15 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visionados</target> 461 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visionados</target>
@@ -17,6 +463,13 @@
17 <context context-type="linenumber">16</context> 463 <context context-type="linenumber">16</context>
18 </context-group> 464 </context-group>
19 </trans-unit> 465 </trans-unit>
466 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
467 <source>Delete</source>
468 <target>Eliminar</target>
469 <context-group name="null">
470 <context context-type="linenumber">15</context>
471 </context-group>
472 </trans-unit>
20 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 473 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
21 <source>Edit</source> 474 <source>Edit</source>
22 <target>Editar</target> 475 <target>Editar</target>
@@ -45,6 +498,171 @@
45 <context context-type="linenumber">19</context> 498 <context context-type="linenumber">19</context>
46 </context-group> 499 </context-group>
47 </trans-unit> 500 </trans-unit>
501 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
502 <source>
503 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
504 Subscribe
505 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
506 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
507 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
508 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
509 </source>
510 <target>
511 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
512 Subscribir
513 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
514 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
515 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
516 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
517 </target>
518 <context-group name="null">
519 <context context-type="linenumber">5</context>
520 </context-group>
521 </trans-unit>
522 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
523 <source>
524 Unsubscribe
525 </source>
526 <target>
527 Deixar de seguir
528 </target>
529 <context-group name="null">
530 <context context-type="linenumber">18</context>
531 </context-group>
532 </trans-unit>
533 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
534 <source>Using an ActivityPub account</source>
535 <target>Utilizando unha conta ActivityPub</target>
536 <context-group name="null">
537 <context context-type="linenumber">36</context>
538 </context-group>
539 </trans-unit>
540 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
541 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
542 <target>Subscribirse con unha conta en <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
543 <context-group name="null">
544 <context context-type="linenumber">39</context>
545 </context-group>
546 </trans-unit>
547 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
548 <source>Subscribe with your local account</source>
549 <target>Subscribir coa súa conta local</target>
550 <context-group name="null">
551 <context context-type="linenumber">40</context>
552 </context-group>
553 </trans-unit>
554 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
555 <source>Subscribe with a Mastodon account:</source>
556 <target>Subscribir con conta Mastodon:</target>
557 <context-group name="null">
558 <context context-type="linenumber">43</context>
559 </context-group>
560 </trans-unit>
561 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
562 <source>Using a syndication feed</source>
563 <target>Utilizando unha fonte sindicada</target>
564 <context-group name="null">
565 <context context-type="linenumber">48</context>
566 </context-group>
567 </trans-unit>
568 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
569 <source>Subscribe via RSS</source>
570 <target>Subscribir mediante RSS</target>
571 <context-group name="null">
572 <context context-type="linenumber">49</context>
573 </context-group>
574 </trans-unit>
575 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
576 <source>
577 <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;"/>
578 <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;"/>
579 </source>
580 <target>
581 <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;"/>
582 <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;"/>
583 </target>
584 <context-group name="null">
585 <context context-type="linenumber">10</context>
586 </context-group>
587 </trans-unit>
588 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
589 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.</source>
590 <target>Pode subscribirse a canle a través de calquera instancia ActivityPub do fediverso. Por exemplo con unha conta Mastodon ou Pleroma pode escribir o enderezo URL na caixa de busca e subscribirse alí.</target>
591 <context-group name="null">
592 <context context-type="linenumber">17</context>
593 </context-group>
594 </trans-unit>
595 <trans-unit id="2767d5461b6c622ccdeb868df8becf26bc16b99a">
596 <source>You can interact with this via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.</source>
597 <target>Pode interactuar con esto a través de calquera conta ActivityPub do fediverso. Por exemplo con Mastodon ou Pleroma pode escribir o enderezo URL na caixa de busca e interactuar con el desde alí.</target>
598 <context-group name="null">
599 <context context-type="linenumber">22</context>
600 </context-group>
601 </trans-unit>
602 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
603 <source>Video quota</source>
604 <target>Cota de vídeo</target>
605 <context-group name="null">
606 <context context-type="linenumber">42</context>
607 </context-group>
608 </trans-unit>
609 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
610 <source>
611 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;"/>
612 </source>
613 <target>
614 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;"/>
615 </target>
616 <context-group name="null">
617 <context context-type="linenumber">28</context>
618 </context-group>
619 </trans-unit>
620 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
621 <source>Ban</source>
622 <target>Vetar</target>
623 <context-group name="null">
624 <context context-type="linenumber">3</context>
625 </context-group>
626 </trans-unit>
627 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
628 <source>Reason...</source>
629 <target>Razón...</target>
630 <context-group name="null">
631 <context context-type="linenumber">11</context>
632 </context-group>
633 </trans-unit>
634 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
635 <source>
636 A banned user will no longer be able to login.
637 </source>
638 <target>
639 Unha usuaria vetada non pode conectarse.
640 </target>
641 <context-group name="null">
642 <context context-type="linenumber">18</context>
643 </context-group>
644 </trans-unit>
645 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
646 <source>Cancel</source>
647 <target>Cancelar</target>
648 <context-group name="null">
649 <context context-type="linenumber">10</context>
650 </context-group>
651 </trans-unit>
652 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
653 <source>Ban this user</source>
654 <target>Vetar esta usuaria</target>
655 <context-group name="null">
656 <context context-type="linenumber">26</context>
657 </context-group>
658 </trans-unit>
659 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
660 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
661 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
662 <context-group name="null">
663 <context context-type="linenumber">11</context>
664 </context-group>
665 </trans-unit>
48 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 666 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
49 <source> 667 <source>
50 Login 668 Login
@@ -56,6 +674,13 @@
56 <context context-type="linenumber">2</context> 674 <context context-type="linenumber">2</context>
57 </context-group> 675 </context-group>
58 </trans-unit> 676 </trans-unit>
677 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
678 <source>Request new verification email.</source>
679 <target>Solicitar novo correo de validación.</target>
680 <context-group name="null">
681 <context context-type="linenumber">12</context>
682 </context-group>
683 </trans-unit>
59 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194"> 684 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
60 <source>User</source> 685 <source>User</source>
61 <target>Usuaria</target> 686 <target>Usuaria</target>
@@ -117,7 +742,7 @@
117 <source>Login</source> 742 <source>Login</source>
118 <target>Conectar</target> 743 <target>Conectar</target>
119 <context-group name="null"> 744 <context-group name="null">
120 <context context-type="linenumber">36</context> 745 <context context-type="linenumber">32</context>
121 </context-group> 746 </context-group>
122 </trans-unit> 747 </trans-unit>
123 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 748 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -127,6 +752,17 @@
127 <context context-type="linenumber">57</context> 752 <context context-type="linenumber">57</context>
128 </context-group> 753 </context-group>
129 </trans-unit> 754 </trans-unit>
755 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
756 <source>
757 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
758 </source>
759 <target>
760 Lamentámolo, non pode recuperar o seu contrasinal porque a administración da súa instancia non configurou o sistema de correo de PeerTube.
761 </target>
762 <context-group name="null">
763 <context context-type="linenumber">64</context>
764 </context-group>
765 </trans-unit>
130 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 766 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
131 <source>Email</source> 767 <source>Email</source>
132 <target>Correo electrónico</target> 768 <target>Correo electrónico</target>
@@ -198,11 +834,32 @@
198 <context context-type="linenumber">8</context> 834 <context context-type="linenumber">8</context>
199 </context-group> 835 </context-group>
200 </trans-unit> 836 </trans-unit>
837 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
838 <source>Example: jane_doe</source>
839 <target>Exemplo: jane_doe</target>
840 <context-group name="null">
841 <context context-type="linenumber">17</context>
842 </context-group>
843 </trans-unit>
844 <trans-unit id="7fe213724c4c0a4112c40c673884acb98a0a3b92">
845 <source>I am at least 16 years old and agree to the &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; of this instance</source>
846 <target>Teño ao menos 16 anos e acepto &lt;a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'&gt;Terms&lt;/a&gt; de esta instancia</target>
847 <context-group name="null">
848 <context context-type="linenumber">55</context>
849 </context-group>
850 </trans-unit>
201 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4"> 851 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
202 <source>Signup</source> 852 <source>Signup</source>
203 <target>Abrir conta</target> 853 <target>Abrir conta</target>
204 <context-group name="null"> 854 <context-group name="null">
205 <context context-type="linenumber">78</context> 855 <context context-type="linenumber">87</context>
856 </context-group>
857 </trans-unit>
858 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
859 <source>Features found on this instance</source>
860 <target>Características de esta instancia</target>
861 <context-group name="null">
862 <context context-type="linenumber">67</context>
206 </context-group> 863 </context-group>
207 </trans-unit> 864 </trans-unit>
208 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 865 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
@@ -223,6 +880,19 @@
223 <context context-type="linenumber">6</context> 880 <context context-type="linenumber">6</context>
224 </context-group> 881 </context-group>
225 </trans-unit> 882 </trans-unit>
883 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
884 <source>
885 Filters
886 <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;"/>
887 </source>
888 <target>
889 Filtros
890 <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;"/>
891 </target>
892 <context-group name="null">
893 <context context-type="linenumber">16</context>
894 </context-group>
895 </trans-unit>
226 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d"> 896 <trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d">
227 <source> 897 <source>
228 No results found 898 No results found
@@ -234,18 +904,43 @@
234 <context context-type="linenumber">28</context> 904 <context context-type="linenumber">28</context>
235 </context-group> 905 </context-group>
236 </trans-unit> 906 </trans-unit>
907 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
908 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
909 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscritoras</target>
910 <context-group name="null">
911 <context context-type="linenumber">44</context>
912 </context-group>
913 </trans-unit>
914 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
915 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
916 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> visualizacións</target>
917 <context-group name="null">
918 <context context-type="linenumber">55</context>
919 </context-group>
920 </trans-unit>
237 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 921 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
238 <source>Change the language</source> 922 <source>Change the language</source>
239 <target>Cambiar o idioma</target> 923 <target>Cambiar o idioma</target>
240 <context-group name="null"> 924 <context-group name="null">
241 <context context-type="linenumber">86</context> 925 <context context-type="linenumber">102</context>
926 </context-group>
927 </trans-unit>
928 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
929 <source>
930 Help to translate PeerTube!
931 </source>
932 <target>
933 Axude a traducir PeerTube!
934 </target>
935 <context-group name="null">
936 <context context-type="linenumber">8</context>
242 </context-group> 937 </context-group>
243 </trans-unit> 938 </trans-unit>
244 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 939 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
245 <source>Create an account</source> 940 <source>Create an account</source>
246 <target>Crear unha conta</target> 941 <target>Crear unha conta</target>
247 <context-group name="null"> 942 <context-group name="null">
248 <context context-type="linenumber">37</context> 943 <context context-type="linenumber">33</context>
249 </context-group> 944 </context-group>
250 </trans-unit> 945 </trans-unit>
251 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 946 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
@@ -259,42 +954,42 @@
259 <source>Trending</source> 954 <source>Trending</source>
260 <target>En voga</target> 955 <target>En voga</target>
261 <context-group name="null"> 956 <context-group name="null">
262 <context context-type="linenumber">55</context> 957 <context context-type="linenumber">71</context>
263 </context-group> 958 </context-group>
264 </trans-unit> 959 </trans-unit>
265 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 960 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
266 <source>Recently added</source> 961 <source>Recently added</source>
267 <target>Últimos engadidos</target> 962 <target>Últimos engadidos</target>
268 <context-group name="null"> 963 <context-group name="null">
269 <context context-type="linenumber">60</context> 964 <context context-type="linenumber">76</context>
270 </context-group> 965 </context-group>
271 </trans-unit> 966 </trans-unit>
272 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 967 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
273 <source>Local</source> 968 <source>Local</source>
274 <target>Local</target> 969 <target>Local</target>
275 <context-group name="null"> 970 <context-group name="null">
276 <context context-type="linenumber">65</context> 971 <context context-type="linenumber">81</context>
277 </context-group> 972 </context-group>
278 </trans-unit> 973 </trans-unit>
279 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 974 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
280 <source>More</source> 975 <source>More</source>
281 <target>Máis</target> 976 <target>Máis</target>
282 <context-group name="null"> 977 <context-group name="null">
283 <context context-type="linenumber">70</context> 978 <context context-type="linenumber">86</context>
284 </context-group> 979 </context-group>
285 </trans-unit> 980 </trans-unit>
286 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 981 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
287 <source>Administration</source> 982 <source>Administration</source>
288 <target>Administración</target> 983 <target>Administración</target>
289 <context-group name="null"> 984 <context-group name="null">
290 <context context-type="linenumber">74</context> 985 <context context-type="linenumber">90</context>
291 </context-group> 986 </context-group>
292 </trans-unit> 987 </trans-unit>
293 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 988 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
294 <source>About</source> 989 <source>About</source>
295 <target>Acerca de</target> 990 <target>Acerca de</target>
296 <context-group name="null"> 991 <context-group name="null">
297 <context context-type="linenumber">25</context> 992 <context context-type="linenumber">26</context>
298 </context-group> 993 </context-group>
299 </trans-unit> 994 </trans-unit>
300 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 995 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -357,21 +1052,21 @@
357 <source>Category</source> 1052 <source>Category</source>
358 <target>Categoría</target> 1053 <target>Categoría</target>
359 <context-group name="null"> 1054 <context-group name="null">
360 <context context-type="linenumber">170</context> 1055 <context context-type="linenumber">215</context>
361 </context-group> 1056 </context-group>
362 </trans-unit> 1057 </trans-unit>
363 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1058 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
364 <source>Licence</source> 1059 <source>Licence</source>
365 <target>Licenza</target> 1060 <target>Licenza</target>
366 <context-group name="null"> 1061 <context-group name="null">
367 <context context-type="linenumber">179</context> 1062 <context context-type="linenumber">224</context>
368 </context-group> 1063 </context-group>
369 </trans-unit> 1064 </trans-unit>
370 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1065 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
371 <source>Language</source> 1066 <source>Language</source>
372 <target>Idioma</target> 1067 <target>Idioma</target>
373 <context-group name="null"> 1068 <context-group name="null">
374 <context context-type="linenumber">188</context> 1069 <context context-type="linenumber">233</context>
375 </context-group> 1070 </context-group>
376 </trans-unit> 1071 </trans-unit>
377 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1072 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -430,13 +1125,6 @@
430 <context context-type="linenumber">39</context> 1125 <context context-type="linenumber">39</context>
431 </context-group> 1126 </context-group>
432 </trans-unit> 1127 </trans-unit>
433 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
434 <source>User registration is allowed and</source>
435 <target>O rexistro está aberto e</target>
436 <context-group name="null">
437 <context context-type="linenumber">29</context>
438 </context-group>
439 </trans-unit>
440 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1128 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
441 <source> 1129 <source>
442 About PeerTube 1130 About PeerTube
@@ -707,35 +1395,35 @@
707 <source>Default client route</source> 1395 <source>Default client route</source>
708 <target>Ruta ao cliente por omisión</target> 1396 <target>Ruta ao cliente por omisión</target>
709 <context-group name="null"> 1397 <context-group name="null">
710 <context context-type="linenumber">48</context> 1398 <context context-type="linenumber">57</context>
711 </context-group> 1399 </context-group>
712 </trans-unit> 1400 </trans-unit>
713 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1401 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
714 <source>Videos Trending</source> 1402 <source>Videos Trending</source>
715 <target>Vídeos de moda</target> 1403 <target>Vídeos de moda</target>
716 <context-group name="null"> 1404 <context-group name="null">
717 <context context-type="linenumber">52</context> 1405 <context context-type="linenumber">61</context>
718 </context-group> 1406 </context-group>
719 </trans-unit> 1407 </trans-unit>
720 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1408 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
721 <source>Videos Recently Added</source> 1409 <source>Videos Recently Added</source>
722 <target>Vídeos engadidos recentemente</target> 1410 <target>Vídeos engadidos recentemente</target>
723 <context-group name="null"> 1411 <context-group name="null">
724 <context context-type="linenumber">53</context> 1412 <context context-type="linenumber">62</context>
725 </context-group> 1413 </context-group>
726 </trans-unit> 1414 </trans-unit>
727 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1415 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
728 <source>Local videos</source> 1416 <source>Local videos</source>
729 <target>Vídeos en local</target> 1417 <target>Vídeos en local</target>
730 <context-group name="null"> 1418 <context-group name="null">
731 <context context-type="linenumber">54</context> 1419 <context context-type="linenumber">63</context>
732 </context-group> 1420 </context-group>
733 </trans-unit> 1421 </trans-unit>
734 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1422 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
735 <source>Policy on videos containing sensitive content</source> 1423 <source>Policy on videos containing sensitive content</source>
736 <target>Política para os vídeos con contido sensible</target> 1424 <target>Política para os vídeos con contido sensible</target>
737 <context-group name="null"> 1425 <context-group name="null">
738 <context context-type="linenumber">61</context> 1426 <context context-type="linenumber">70</context>
739 </context-group> 1427 </context-group>
740 </trans-unit> 1428 </trans-unit>
741 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1429 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -770,28 +1458,28 @@
770 <source>Signup enabled</source> 1458 <source>Signup enabled</source>
771 <target>Rexistro activado</target> 1459 <target>Rexistro activado</target>
772 <context-group name="null"> 1460 <context-group name="null">
773 <context context-type="linenumber">84</context> 1461 <context context-type="linenumber">93</context>
774 </context-group> 1462 </context-group>
775 </trans-unit> 1463 </trans-unit>
776 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1464 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
777 <source>Signup limit</source> 1465 <source>Signup limit</source>
778 <target>Rexistro limitado</target> 1466 <target>Rexistro limitado</target>
779 <context-group name="null"> 1467 <context-group name="null">
780 <context context-type="linenumber">96</context> 1468 <context context-type="linenumber">105</context>
781 </context-group> 1469 </context-group>
782 </trans-unit> 1470 </trans-unit>
783 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1471 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
784 <source>Users</source> 1472 <source>Users</source>
785 <target>Usuarias</target> 1473 <target>Usuarias</target>
786 <context-group name="null"> 1474 <context-group name="null">
787 <context context-type="linenumber">105</context> 1475 <context context-type="linenumber">114</context>
788 </context-group> 1476 </context-group>
789 </trans-unit> 1477 </trans-unit>
790 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1478 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
791 <source>User default video quota</source> 1479 <source>User default video quota</source>
792 <target>Cota de vídeo por omisión para a usuaria</target> 1480 <target>Cota de vídeo por omisión para a usuaria</target>
793 <context-group name="null"> 1481 <context-group name="null">
794 <context context-type="linenumber">109</context> 1482 <context context-type="linenumber">118</context>
795 </context-group> 1483 </context-group>
796 </trans-unit> 1484 </trans-unit>
797 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1485 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -805,21 +1493,21 @@
805 <source>Video import with a torrent file or a magnet URI enabled</source> 1493 <source>Video import with a torrent file or a magnet URI enabled</source>
806 <target>Importación de vídeo con un ficheiro torrent ou URI magnet activada</target> 1494 <target>Importación de vídeo con un ficheiro torrent ou URI magnet activada</target>
807 <context-group name="null"> 1495 <context-group name="null">
808 <context context-type="linenumber">148</context> 1496 <context context-type="linenumber">157</context>
809 </context-group> 1497 </context-group>
810 </trans-unit> 1498 </trans-unit>
811 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1499 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
812 <source>Administrator</source> 1500 <source>Administrator</source>
813 <target>Administración</target> 1501 <target>Administración</target>
814 <context-group name="null"> 1502 <context-group name="null">
815 <context context-type="linenumber">155</context> 1503 <context context-type="linenumber">181</context>
816 </context-group> 1504 </context-group>
817 </trans-unit> 1505 </trans-unit>
818 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1506 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
819 <source>Admin email</source> 1507 <source>Admin email</source>
820 <target>Correo-e da Admin</target> 1508 <target>Correo-e da Admin</target>
821 <context-group name="null"> 1509 <context-group name="null">
822 <context context-type="linenumber">158</context> 1510 <context context-type="linenumber">184</context>
823 </context-group> 1511 </context-group>
824 </trans-unit> 1512 </trans-unit>
825 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1513 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -833,133 +1521,133 @@
833 <source>Twitter</source> 1521 <source>Twitter</source>
834 <target>Twitter</target> 1522 <target>Twitter</target>
835 <context-group name="null"> 1523 <context-group name="null">
836 <context context-type="linenumber">178</context> 1524 <context context-type="linenumber">204</context>
837 </context-group> 1525 </context-group>
838 </trans-unit> 1526 </trans-unit>
839 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1527 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
840 <source>Your Twitter username</source> 1528 <source>Your Twitter username</source>
841 <target>O seu alcume na Twitter</target> 1529 <target>O seu alcume na Twitter</target>
842 <context-group name="null"> 1530 <context-group name="null">
843 <context context-type="linenumber">184</context> 1531 <context context-type="linenumber">210</context>
844 </context-group> 1532 </context-group>
845 </trans-unit> 1533 </trans-unit>
846 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1534 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
847 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1535 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
848 <target>Indica a conta na Twitter para o sitio web ou plataforma para a cal o contido foi publicado.</target> 1536 <target>Indica a conta na Twitter para o sitio web ou plataforma para a cal o contido foi publicado.</target>
849 <context-group name="null"> 1537 <context-group name="null">
850 <context context-type="linenumber">187</context> 1538 <context context-type="linenumber">213</context>
851 </context-group> 1539 </context-group>
852 </trans-unit> 1540 </trans-unit>
853 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1541 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
854 <source>Instance whitelisted by Twitter</source> 1542 <source>Instance whitelisted by Twitter</source>
855 <target>Instancia na lista blanca por Twitter</target> 1543 <target>Instancia na lista blanca por Twitter</target>
856 <context-group name="null"> 1544 <context-group name="null">
857 <context context-type="linenumber">199</context> 1545 <context context-type="linenumber">225</context>
858 </context-group> 1546 </context-group>
859 </trans-unit> 1547 </trans-unit>
860 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1548 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
861 <source>Services</source> 1549 <source>Services</source>
862 <target>Servizos</target> 1550 <target>Servizos</target>
863 <context-group name="null"> 1551 <context-group name="null">
864 <context context-type="linenumber">176</context> 1552 <context context-type="linenumber">202</context>
865 </context-group> 1553 </context-group>
866 </trans-unit> 1554 </trans-unit>
867 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1555 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
868 <source>Transcoding</source> 1556 <source>Transcoding</source>
869 <target>Recodificando</target> 1557 <target>Recodificando</target>
870 <context-group name="null"> 1558 <context-group name="null">
871 <context context-type="linenumber">215</context> 1559 <context context-type="linenumber">241</context>
872 </context-group> 1560 </context-group>
873 </trans-unit> 1561 </trans-unit>
874 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1562 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
875 <source>Transcoding enabled</source> 1563 <source>Transcoding enabled</source>
876 <target>Recodificación activada</target> 1564 <target>Recodificación activada</target>
877 <context-group name="null"> 1565 <context-group name="null">
878 <context context-type="linenumber">221</context> 1566 <context context-type="linenumber">247</context>
879 </context-group> 1567 </context-group>
880 </trans-unit> 1568 </trans-unit>
881 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1569 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
882 <source>If you disable transcoding, many videos from your users will not work!</source> 1570 <source>If you disable transcoding, many videos from your users will not work!</source>
883 <target>Si desactiva a recodificación moitos vídeos das súas usuarias non funcionarán!</target> 1571 <target>Si desactiva a recodificación moitos vídeos das súas usuarias non funcionarán!</target>
884 <context-group name="null"> 1572 <context-group name="null">
885 <context context-type="linenumber">222</context> 1573 <context context-type="linenumber">248</context>
886 </context-group> 1574 </context-group>
887 </trans-unit> 1575 </trans-unit>
888 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1576 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
889 <source>Transcoding threads</source> 1577 <source>Transcoding threads</source>
890 <target>Fíos de recodificación</target> 1578 <target>Fíos de recodificación</target>
891 <context-group name="null"> 1579 <context-group name="null">
892 <context context-type="linenumber">237</context> 1580 <context context-type="linenumber">263</context>
893 </context-group> 1581 </context-group>
894 </trans-unit> 1582 </trans-unit>
895 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1583 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
896 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1584 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
897 <target>Resolución <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target> 1585 <target>Resolución <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target>
898 <context-group name="null"> 1586 <context-group name="null">
899 <context context-type="linenumber">252</context> 1587 <context context-type="linenumber">278</context>
900 </context-group> 1588 </context-group>
901 </trans-unit> 1589 </trans-unit>
902 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1590 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
903 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1591 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
904 <target>Algúns ficheiros non se federan (vista previa, comentarios). Recollémolos directamente desde a instancia de orixe e almacenámolos.</target> 1592 <target>Algúns ficheiros non se federan (vista previa, comentarios). Recollémolos directamente desde a instancia de orixe e almacenámolos.</target>
905 <context-group name="null"> 1593 <context-group name="null">
906 <context context-type="linenumber">265</context> 1594 <context context-type="linenumber">291</context>
907 </context-group> 1595 </context-group>
908 </trans-unit> 1596 </trans-unit>
909 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1597 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
910 <source>Previews cache size</source> 1598 <source>Previews cache size</source>
911 <target>Tamaño da caché de vista previa</target> 1599 <target>Tamaño da caché de vista previa</target>
912 <context-group name="null"> 1600 <context-group name="null">
913 <context context-type="linenumber">271</context> 1601 <context context-type="linenumber">297</context>
914 </context-group> 1602 </context-group>
915 </trans-unit> 1603 </trans-unit>
916 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1604 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
917 <source>Video captions cache size</source> 1605 <source>Video captions cache size</source>
918 <target>Tamaño da caché de comentarios no vídeo</target> 1606 <target>Tamaño da caché de comentarios no vídeo</target>
919 <context-group name="null"> 1607 <context-group name="null">
920 <context context-type="linenumber">280</context> 1608 <context context-type="linenumber">306</context>
921 </context-group> 1609 </context-group>
922 </trans-unit> 1610 </trans-unit>
923 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1611 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
924 <source>Customizations</source> 1612 <source>Customizations</source>
925 <target>Personalizacións</target> 1613 <target>Personalizacións</target>
926 <context-group name="null"> 1614 <context-group name="null">
927 <context context-type="linenumber">289</context> 1615 <context context-type="linenumber">315</context>
928 </context-group> 1616 </context-group>
929 </trans-unit> 1617 </trans-unit>
930 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1618 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
931 <source>JavaScript</source> 1619 <source>JavaScript</source>
932 <target>JavaScript</target> 1620 <target>JavaScript</target>
933 <context-group name="null"> 1621 <context-group name="null">
934 <context context-type="linenumber">294</context> 1622 <context context-type="linenumber">320</context>
935 </context-group> 1623 </context-group>
936 </trans-unit> 1624 </trans-unit>
937 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1625 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
938 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1626 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
939 <target>Escribir código JavaScript directamente.&lt;br /&gt;Exemplo: &lt;pre&gt;console.log('a miña instancia é tremenda');&lt;/pre&gt;</target> 1627 <target>Escribir código JavaScript directamente.&lt;br /&gt;Exemplo: &lt;pre&gt;console.log('a miña instancia é tremenda');&lt;/pre&gt;</target>
940 <context-group name="null"> 1628 <context-group name="null">
941 <context context-type="linenumber">297</context> 1629 <context context-type="linenumber">323</context>
942 </context-group> 1630 </context-group>
943 </trans-unit> 1631 </trans-unit>
944 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1632 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
945 <source>Advanced configuration</source> 1633 <source>Advanced configuration</source>
946 <target>Configuración avanzada</target> 1634 <target>Configuración avanzada</target>
947 <context-group name="null"> 1635 <context-group name="null">
948 <context context-type="linenumber">212</context> 1636 <context context-type="linenumber">238</context>
949 </context-group> 1637 </context-group>
950 </trans-unit> 1638 </trans-unit>
951 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1639 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
952 <source>Update configuration</source> 1640 <source>Update configuration</source>
953 <target>Actualizar configuración</target> 1641 <target>Actualizar configuración</target>
954 <context-group name="null"> 1642 <context-group name="null">
955 <context context-type="linenumber">340</context> 1643 <context context-type="linenumber">366</context>
956 </context-group> 1644 </context-group>
957 </trans-unit> 1645 </trans-unit>
958 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1646 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
959 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1647 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
960 <target>Semella que a configuración non é válida. Por favor busque os erros potenciais nas diferentes pestanas.</target> 1648 <target>Semella que a configuración non é válida. Por favor busque os erros potenciais nas diferentes pestanas.</target>
961 <context-group name="null"> 1649 <context-group name="null">
962 <context context-type="linenumber">341</context> 1650 <context context-type="linenumber">367</context>
963 </context-group> 1651 </context-group>
964 </trans-unit> 1652 </trans-unit>
965 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1653 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -984,16 +1672,5 @@
984 <context context-type="linenumber">7</context> 1672 <context context-type="linenumber">7</context>
985 </context-group> 1673 </context-group>
986 </trans-unit> 1674 </trans-unit>
987 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
988 <source>
989 Cancel
990 </source>
991 <target>
992 Cancelar
993 </target>
994 <context-group name="null">
995 <context context-type="linenumber">30</context>
996 </context-group>
997 </trans-unit>
998 </body> 1675 </body>
999 </file></xliff> \ No newline at end of file 1676 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_it_IT.xml b/client/src/locale/target/angular_it_IT.xml
index 1c7a708a9..6cd1b3f39 100644
--- a/client/src/locale/target/angular_it_IT.xml
+++ b/client/src/locale/target/angular_it_IT.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Primo</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Primo</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Precedente</target> 92 <target>Precedente</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Successivo</target> 99 <target>Successivo</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Ultimo</target> 106 <target>Ultimo</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Diminuisci ore</target> 141 <target>Diminuisci ore</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Aumenta minuti</target> 148 <target>Aumenta minuti</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minuti</target> 162 <target>Minuti</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Diminuisci minuti</target> 169 <target>Diminuisci minuti</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Incrementa secondi</target> 176 <target>Incrementa secondi</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Secondi</target> 190 <target>Secondi</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Diminuisci secondi</target> 197 <target>Diminuisci secondi</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,18 +227,233 @@
227 <context context-type="linenumber">1</context> 227 <context context-type="linenumber">1</context>
228 </context-group> 228 </context-group>
229 </trans-unit> 229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> ha pubblicato un <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nuovo video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <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;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 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
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <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;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 Il tuo 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;"/> è stato rimosso dalla blacklist
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <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;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 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
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <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;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Il tuo 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;"/> è stato aggiunto alla blacklist
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <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;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <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;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <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;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Una notifica di abuso<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> è stata aggiunta al 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;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
307 <source>
308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <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;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <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;"/> ha commentato il tuo 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;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <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;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 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
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <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;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 Il tuo 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;"/> è stato pubblicato
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <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;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
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 }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <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;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/> L\' importazione del tuo video <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> è avvenuta con successo
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <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;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <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
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <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;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>C\ è stato un problema con l\' importazione del video <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/>
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <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;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <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;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 L\' utente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> si è registrato <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> su tua richiesta
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <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
407
408 <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;"/>
409 <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;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <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;"/> sta seguendo
417
418 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>il tuo canale <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;"/>
419 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>il tuo profilo<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <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;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <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;"/> ti ha menzionato in un <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;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 445 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 446 <source>Unlisted</source>
232 <target>Non elencato</target> 447 <target>Non elencato</target>
233 <context-group name="null"> 448 <context-group name="null">
234 <context context-type="linenumber">10</context> 449 <context context-type="linenumber">17</context>
235 </context-group> 450 </context-group>
236 </trans-unit> 451 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 452 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 453 <source>Private</source>
239 <target>Privato</target> 454 <target>Privato</target>
240 <context-group name="null"> 455 <context-group name="null">
241 <context context-type="linenumber">11</context> 456 <context context-type="linenumber">18</context>
242 </context-group> 457 </context-group>
243 </trans-unit> 458 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 459 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -248,6 +463,27 @@
248 <context context-type="linenumber">16</context> 463 <context context-type="linenumber">16</context>
249 </context-group> 464 </context-group>
250 </trans-unit> 465 </trans-unit>
466 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
467 <source>Display name</source>
468 <target>Nome visualizzato</target>
469 <context-group name="null">
470 <context context-type="linenumber">6</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
474 <source>Create</source>
475 <target>Crea</target>
476 <context-group name="null">
477 <context context-type="linenumber">73</context>
478 </context-group>
479 </trans-unit>
480 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
481 <source>Save</source>
482 <target>Salva</target>
483 <context-group name="null">
484 <context context-type="linenumber">115</context>
485 </context-group>
486 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 487 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
252 <source>Delete</source> 488 <source>Delete</source>
253 <target>Cancella</target> 489 <target>Cancella</target>
@@ -399,7 +635,7 @@
399 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> giornaliera illimitata)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 635 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> giornaliera illimitata)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
400 </target> 636 </target>
401 <context-group name="null"> 637 <context-group name="null">
402 <context context-type="linenumber">14</context> 638 <context context-type="linenumber">28</context>
403 </context-group> 639 </context-group>
404 </trans-unit> 640 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 641 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -527,7 +763,7 @@
527 <source>Login</source> 763 <source>Login</source>
528 <target>Accedi</target> 764 <target>Accedi</target>
529 <context-group name="null"> 765 <context-group name="null">
530 <context context-type="linenumber">36</context> 766 <context context-type="linenumber">32</context>
531 </context-group> 767 </context-group>
532 </trans-unit> 768 </trans-unit>
533 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 769 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -637,7 +873,7 @@
637 <source>Signup</source> 873 <source>Signup</source>
638 <target>Registrati</target> 874 <target>Registrati</target>
639 <context-group name="null"> 875 <context-group name="null">
640 <context context-type="linenumber">78</context> 876 <context context-type="linenumber">87</context>
641 </context-group> 877 </context-group>
642 </trans-unit> 878 </trans-unit>
643 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 879 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -707,7 +943,7 @@
707 <source>Change the language</source> 943 <source>Change the language</source>
708 <target>Cambia lingua</target> 944 <target>Cambia lingua</target>
709 <context-group name="null"> 945 <context-group name="null">
710 <context context-type="linenumber">86</context> 946 <context context-type="linenumber">102</context>
711 </context-group> 947 </context-group>
712 </trans-unit> 948 </trans-unit>
713 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 949 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -721,54 +957,17 @@
721 <context context-type="linenumber">8</context> 957 <context context-type="linenumber">8</context>
722 </context-group> 958 </context-group>
723 </trans-unit> 959 </trans-unit>
724 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
725 <source>
726 My public profile
727 </source>
728 <target>
729 Il mio profilo pubblico
730 </target>
731 <context-group name="null">
732 <context context-type="linenumber">16</context>
733 </context-group>
734 </trans-unit>
735 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
736 <source>
737 My account
738 </source>
739 <target>
740 Il mio account
741 </target>
742 <context-group name="null">
743 <context context-type="linenumber">20</context>
744 </context-group>
745 </trans-unit>
746 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
747 <source>
748 My videos
749 </source>
750 <target>
751 I miei video
752 </target>
753 <context-group name="null">
754 <context context-type="linenumber">24</context>
755 </context-group>
756 </trans-unit>
757 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
758 <source>
759 Log out
760 </source>
761 <target>
762 Esci
763 </target>
764 <context-group name="null">
765 <context context-type="linenumber">28</context>
766 </context-group>
767 </trans-unit>
768 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 960 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
769 <source>Create an account</source> 961 <source>Create an account</source>
770 <target>Crea un account</target> 962 <target>Crea un account</target>
771 <context-group name="null"> 963 <context-group name="null">
964 <context context-type="linenumber">33</context>
965 </context-group>
966 </trans-unit>
967 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
968 <source>My library</source>
969 <target>La mia biblioteca</target>
970 <context-group name="null">
772 <context context-type="linenumber">37</context> 971 <context context-type="linenumber">37</context>
773 </context-group> 972 </context-group>
774 </trans-unit> 973 </trans-unit>
@@ -783,70 +982,70 @@
783 <source>Subscriptions</source> 982 <source>Subscriptions</source>
784 <target>Iscrizioni</target> 983 <target>Iscrizioni</target>
785 <context-group name="null"> 984 <context-group name="null">
786 <context context-type="linenumber">45</context> 985 <context context-type="linenumber">51</context>
787 </context-group> 986 </context-group>
788 </trans-unit> 987 </trans-unit>
789 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 988 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
790 <source>Overview</source> 989 <source>Overview</source>
791 <target>Panoramica</target> 990 <target>Panoramica</target>
792 <context-group name="null"> 991 <context-group name="null">
793 <context context-type="linenumber">50</context> 992 <context context-type="linenumber">66</context>
794 </context-group> 993 </context-group>
795 </trans-unit> 994 </trans-unit>
796 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 995 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
797 <source>Trending</source> 996 <source>Trending</source>
798 <target>Popolari</target> 997 <target>Popolari</target>
799 <context-group name="null"> 998 <context-group name="null">
800 <context context-type="linenumber">55</context> 999 <context context-type="linenumber">71</context>
801 </context-group> 1000 </context-group>
802 </trans-unit> 1001 </trans-unit>
803 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1002 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
804 <source>Recently added</source> 1003 <source>Recently added</source>
805 <target>Aggiunti di recente</target> 1004 <target>Aggiunti di recente</target>
806 <context-group name="null"> 1005 <context-group name="null">
807 <context context-type="linenumber">60</context> 1006 <context context-type="linenumber">76</context>
808 </context-group> 1007 </context-group>
809 </trans-unit> 1008 </trans-unit>
810 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1009 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
811 <source>Local</source> 1010 <source>Local</source>
812 <target>Locali</target> 1011 <target>Locali</target>
813 <context-group name="null"> 1012 <context-group name="null">
814 <context context-type="linenumber">65</context> 1013 <context context-type="linenumber">81</context>
815 </context-group> 1014 </context-group>
816 </trans-unit> 1015 </trans-unit>
817 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1016 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
818 <source>More</source> 1017 <source>More</source>
819 <target>Altro</target> 1018 <target>Altro</target>
820 <context-group name="null"> 1019 <context-group name="null">
821 <context context-type="linenumber">70</context> 1020 <context context-type="linenumber">86</context>
822 </context-group> 1021 </context-group>
823 </trans-unit> 1022 </trans-unit>
824 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1023 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
825 <source>Administration</source> 1024 <source>Administration</source>
826 <target>Amministrazione</target> 1025 <target>Amministrazione</target>
827 <context-group name="null"> 1026 <context-group name="null">
828 <context context-type="linenumber">74</context> 1027 <context context-type="linenumber">90</context>
829 </context-group> 1028 </context-group>
830 </trans-unit> 1029 </trans-unit>
831 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1030 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
832 <source>About</source> 1031 <source>About</source>
833 <target>Informazioni</target> 1032 <target>Informazioni</target>
834 <context-group name="null"> 1033 <context-group name="null">
835 <context context-type="linenumber">25</context> 1034 <context context-type="linenumber">26</context>
836 </context-group> 1035 </context-group>
837 </trans-unit> 1036 </trans-unit>
838 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1037 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
839 <source>Show keyboard shortcuts</source> 1038 <source>Show keyboard shortcuts</source>
840 <target>Mostra scorciatoie della tastiera</target> 1039 <target>Mostra scorciatoie della tastiera</target>
841 <context-group name="null"> 1040 <context-group name="null">
842 <context context-type="linenumber">89</context> 1041 <context context-type="linenumber">105</context>
843 </context-group> 1042 </context-group>
844 </trans-unit> 1043 </trans-unit>
845 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1044 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
846 <source>Toggle dark interface</source> 1045 <source>Toggle dark interface</source>
847 <target>(Dis)attiva l'interfaccia sicura</target> 1046 <target>(Dis)attiva l'interfaccia sicura</target>
848 <context-group name="null"> 1047 <context-group name="null">
849 <context context-type="linenumber">92</context> 1048 <context context-type="linenumber">108</context>
850 </context-group> 1049 </context-group>
851 </trans-unit> 1050 </trans-unit>
852 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1051 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -867,14 +1066,14 @@
867 <source>Update your notification preferences</source> 1066 <source>Update your notification preferences</source>
868 <target>Aggiorna le preferenze sulle notifiche</target> 1067 <target>Aggiorna le preferenze sulle notifiche</target>
869 <context-group name="null"> 1068 <context-group name="null">
870 <context context-type="linenumber">15</context> 1069 <context context-type="linenumber">16</context>
871 </context-group> 1070 </context-group>
872 </trans-unit> 1071 </trans-unit>
873 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 1072 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
874 <source>See all your notifications</source> 1073 <source>See all your notifications</source>
875 <target>Vedi tutte le notifiche</target> 1074 <target>Vedi tutte le notifiche</target>
876 <context-group name="null"> 1075 <context-group name="null">
877 <context context-type="linenumber">22</context> 1076 <context context-type="linenumber">30</context>
878 </context-group> 1077 </context-group>
879 </trans-unit> 1078 </trans-unit>
880 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1079 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -905,6 +1104,27 @@
905 <context context-type="linenumber">15</context> 1104 <context context-type="linenumber">15</context>
906 </context-group> 1105 </context-group>
907 </trans-unit> 1106 </trans-unit>
1107 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1108 <source>Original publication year</source>
1109 <target>Data di pubblicazione</target>
1110 <context-group name="null">
1111 <context context-type="linenumber">24</context>
1112 </context-group>
1113 </trans-unit>
1114 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1115 <source>After...</source>
1116 <target>Dopo...</target>
1117 <context-group name="null">
1118 <context context-type="linenumber">30</context>
1119 </context-group>
1120 </trans-unit>
1121 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1122 <source>Before...</source>
1123 <target>Prima...</target>
1124 <context-group name="null">
1125 <context context-type="linenumber">37</context>
1126 </context-group>
1127 </trans-unit>
908 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1128 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
909 <source>Duration</source> 1129 <source>Duration</source>
910 <target>Durata</target> 1130 <target>Durata</target>
@@ -937,21 +1157,21 @@
937 <source>Category</source> 1157 <source>Category</source>
938 <target>Categoria</target> 1158 <target>Categoria</target>
939 <context-group name="null"> 1159 <context-group name="null">
940 <context context-type="linenumber">170</context> 1160 <context context-type="linenumber">215</context>
941 </context-group> 1161 </context-group>
942 </trans-unit> 1162 </trans-unit>
943 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1163 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
944 <source>Licence</source> 1164 <source>Licence</source>
945 <target>Licenza</target> 1165 <target>Licenza</target>
946 <context-group name="null"> 1166 <context-group name="null">
947 <context context-type="linenumber">179</context> 1167 <context context-type="linenumber">224</context>
948 </context-group> 1168 </context-group>
949 </trans-unit> 1169 </trans-unit>
950 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1170 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
951 <source>Language</source> 1171 <source>Language</source>
952 <target>Lingua</target> 1172 <target>Lingua</target>
953 <context-group name="null"> 1173 <context-group name="null">
954 <context context-type="linenumber">188</context> 1174 <context context-type="linenumber">233</context>
955 </context-group> 1175 </context-group>
956 </trans-unit> 1176 </trans-unit>
957 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1177 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1118,46 +1338,6 @@
1118 <context context-type="linenumber">39</context> 1338 <context context-type="linenumber">39</context>
1119 </context-group> 1339 </context-group>
1120 </trans-unit> 1340 </trans-unit>
1121 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1122 <source>User registration is allowed and</source>
1123 <target>È permessa la registrazione di nuovi utenti e</target>
1124 <context-group name="null">
1125 <context context-type="linenumber">29</context>
1126 </context-group>
1127 </trans-unit>
1128 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1129 <source>
1130 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1131 </source>
1132 <target>
1133 questa istanza fornisce una quota base di <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> per i video degli utenti.
1134 </target>
1135 <context-group name="null">
1136 <context context-type="linenumber">31</context>
1137 </context-group>
1138 </trans-unit>
1139 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1140 <source>
1141 this instance provides unlimited space for the videos of its users.
1142 </source>
1143 <target>
1144 questa istanza fornisce spazio illimitato per i video degli utenti.
1145 </target>
1146 <context-group name="null">
1147 <context context-type="linenumber">35</context>
1148 </context-group>
1149 </trans-unit>
1150 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1151 <source>
1152 User registration is currently not allowed.
1153 </source>
1154 <target>
1155 La registrazione di nuovi utenti non è attualmente prevista.
1156 </target>
1157 <context-group name="null">
1158 <context context-type="linenumber">40</context>
1159 </context-group>
1160 </trans-unit>
1161 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1341 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1162 <source> 1342 <source>
1163 About PeerTube 1343 About PeerTube
@@ -1519,42 +1699,42 @@
1519 <source>Default client route</source> 1699 <source>Default client route</source>
1520 <target>Percorso predefinito del client</target> 1700 <target>Percorso predefinito del client</target>
1521 <context-group name="null"> 1701 <context-group name="null">
1522 <context context-type="linenumber">48</context> 1702 <context context-type="linenumber">57</context>
1523 </context-group> 1703 </context-group>
1524 </trans-unit> 1704 </trans-unit>
1525 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1705 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1526 <source>Videos Overview</source> 1706 <source>Videos Overview</source>
1527 <target>Panoramica dei video</target> 1707 <target>Panoramica dei video</target>
1528 <context-group name="null"> 1708 <context-group name="null">
1529 <context context-type="linenumber">51</context> 1709 <context context-type="linenumber">60</context>
1530 </context-group> 1710 </context-group>
1531 </trans-unit> 1711 </trans-unit>
1532 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1712 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1533 <source>Videos Trending</source> 1713 <source>Videos Trending</source>
1534 <target>Video popolari</target> 1714 <target>Video popolari</target>
1535 <context-group name="null"> 1715 <context-group name="null">
1536 <context context-type="linenumber">52</context> 1716 <context context-type="linenumber">61</context>
1537 </context-group> 1717 </context-group>
1538 </trans-unit> 1718 </trans-unit>
1539 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1719 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1540 <source>Videos Recently Added</source> 1720 <source>Videos Recently Added</source>
1541 <target>Video aggiunti di recente</target> 1721 <target>Video aggiunti di recente</target>
1542 <context-group name="null"> 1722 <context-group name="null">
1543 <context context-type="linenumber">53</context> 1723 <context context-type="linenumber">62</context>
1544 </context-group> 1724 </context-group>
1545 </trans-unit> 1725 </trans-unit>
1546 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1726 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1547 <source>Local videos</source> 1727 <source>Local videos</source>
1548 <target>Video locali</target> 1728 <target>Video locali</target>
1549 <context-group name="null"> 1729 <context-group name="null">
1550 <context context-type="linenumber">54</context> 1730 <context context-type="linenumber">63</context>
1551 </context-group> 1731 </context-group>
1552 </trans-unit> 1732 </trans-unit>
1553 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1733 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1554 <source>Policy on videos containing sensitive content</source> 1734 <source>Policy on videos containing sensitive content</source>
1555 <target>Policy su video che contengono contenuti sensibili</target> 1735 <target>Policy su video che contengono contenuti sensibili</target>
1556 <context-group name="null"> 1736 <context-group name="null">
1557 <context context-type="linenumber">61</context> 1737 <context context-type="linenumber">70</context>
1558 </context-group> 1738 </context-group>
1559 </trans-unit> 1739 </trans-unit>
1560 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1740 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1589,42 +1769,42 @@
1589 <source>Signup enabled</source> 1769 <source>Signup enabled</source>
1590 <target>Registrazione abilitata</target> 1770 <target>Registrazione abilitata</target>
1591 <context-group name="null"> 1771 <context-group name="null">
1592 <context context-type="linenumber">84</context> 1772 <context context-type="linenumber">93</context>
1593 </context-group> 1773 </context-group>
1594 </trans-unit> 1774 </trans-unit>
1595 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1775 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1596 <source>Signup requires email verification</source> 1776 <source>Signup requires email verification</source>
1597 <target>La registrazione richiede una verifica via email</target> 1777 <target>La registrazione richiede una verifica via email</target>
1598 <context-group name="null"> 1778 <context-group name="null">
1599 <context context-type="linenumber">91</context> 1779 <context context-type="linenumber">100</context>
1600 </context-group> 1780 </context-group>
1601 </trans-unit> 1781 </trans-unit>
1602 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1782 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1603 <source>Signup limit</source> 1783 <source>Signup limit</source>
1604 <target>Limite registrazioni</target> 1784 <target>Limite registrazioni</target>
1605 <context-group name="null"> 1785 <context-group name="null">
1606 <context context-type="linenumber">96</context> 1786 <context context-type="linenumber">105</context>
1607 </context-group> 1787 </context-group>
1608 </trans-unit> 1788 </trans-unit>
1609 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1789 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1610 <source>Users</source> 1790 <source>Users</source>
1611 <target>Utenti</target> 1791 <target>Utenti</target>
1612 <context-group name="null"> 1792 <context-group name="null">
1613 <context context-type="linenumber">105</context> 1793 <context context-type="linenumber">114</context>
1614 </context-group> 1794 </context-group>
1615 </trans-unit> 1795 </trans-unit>
1616 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1796 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1617 <source>User default video quota</source> 1797 <source>User default video quota</source>
1618 <target>Quota standard per i video dell'utente</target> 1798 <target>Quota standard per i video dell'utente</target>
1619 <context-group name="null"> 1799 <context-group name="null">
1620 <context context-type="linenumber">109</context> 1800 <context context-type="linenumber">118</context>
1621 </context-group> 1801 </context-group>
1622 </trans-unit> 1802 </trans-unit>
1623 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1803 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1624 <source>User default daily upload limit</source> 1804 <source>User default daily upload limit</source>
1625 <target>Limite giornaliero per il caricamento</target> 1805 <target>Limite giornaliero per il caricamento</target>
1626 <context-group name="null"> 1806 <context-group name="null">
1627 <context context-type="linenumber">121</context> 1807 <context context-type="linenumber">130</context>
1628 </context-group> 1808 </context-group>
1629 </trans-unit> 1809 </trans-unit>
1630 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1810 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1638,35 +1818,35 @@
1638 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1818 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1639 <target>Importazione video con indirizzo HTTP (es. YouTube) abilitata</target> 1819 <target>Importazione video con indirizzo HTTP (es. YouTube) abilitata</target>
1640 <context-group name="null"> 1820 <context-group name="null">
1641 <context context-type="linenumber">141</context> 1821 <context context-type="linenumber">150</context>
1642 </context-group> 1822 </context-group>
1643 </trans-unit> 1823 </trans-unit>
1644 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1824 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1645 <source>Video import with a torrent file or a magnet URI enabled</source> 1825 <source>Video import with a torrent file or a magnet URI enabled</source>
1646 <target>Carica video con un file torrent o un URI magnetico attivo</target> 1826 <target>Carica video con un file torrent o un URI magnetico attivo</target>
1647 <context-group name="null"> 1827 <context-group name="null">
1648 <context context-type="linenumber">148</context> 1828 <context context-type="linenumber">157</context>
1649 </context-group> 1829 </context-group>
1650 </trans-unit> 1830 </trans-unit>
1651 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1831 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1652 <source>Administrator</source> 1832 <source>Administrator</source>
1653 <target>Amministratore</target> 1833 <target>Amministratore</target>
1654 <context-group name="null"> 1834 <context-group name="null">
1655 <context context-type="linenumber">155</context> 1835 <context context-type="linenumber">181</context>
1656 </context-group> 1836 </context-group>
1657 </trans-unit> 1837 </trans-unit>
1658 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1838 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1659 <source>Admin email</source> 1839 <source>Admin email</source>
1660 <target>Email Amministratore</target> 1840 <target>Email Amministratore</target>
1661 <context-group name="null"> 1841 <context-group name="null">
1662 <context context-type="linenumber">158</context> 1842 <context context-type="linenumber">184</context>
1663 </context-group> 1843 </context-group>
1664 </trans-unit> 1844 </trans-unit>
1665 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1845 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1666 <source>Enable contact form</source> 1846 <source>Enable contact form</source>
1667 <target>Abilita modulo di contatto</target> 1847 <target>Abilita modulo di contatto</target>
1668 <context-group name="null"> 1848 <context-group name="null">
1669 <context context-type="linenumber">169</context> 1849 <context context-type="linenumber">195</context>
1670 </context-group> 1850 </context-group>
1671 </trans-unit> 1851 </trans-unit>
1672 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1852 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1680,28 +1860,28 @@
1680 <source>Twitter</source> 1860 <source>Twitter</source>
1681 <target>Twitter</target> 1861 <target>Twitter</target>
1682 <context-group name="null"> 1862 <context-group name="null">
1683 <context context-type="linenumber">178</context> 1863 <context context-type="linenumber">204</context>
1684 </context-group> 1864 </context-group>
1685 </trans-unit> 1865 </trans-unit>
1686 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1866 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1687 <source>Your Twitter username</source> 1867 <source>Your Twitter username</source>
1688 <target>Il tuo username Twitter</target> 1868 <target>Il tuo username Twitter</target>
1689 <context-group name="null"> 1869 <context-group name="null">
1690 <context context-type="linenumber">184</context> 1870 <context context-type="linenumber">210</context>
1691 </context-group> 1871 </context-group>
1692 </trans-unit> 1872 </trans-unit>
1693 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1873 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1694 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1874 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1695 <target>Indica l'account Twitter per il sito web o la piattaforma in cui il contenuto è stato pubblicato.</target> 1875 <target>Indica l'account Twitter per il sito web o la piattaforma in cui il contenuto è stato pubblicato.</target>
1696 <context-group name="null"> 1876 <context-group name="null">
1697 <context context-type="linenumber">187</context> 1877 <context context-type="linenumber">213</context>
1698 </context-group> 1878 </context-group>
1699 </trans-unit> 1879 </trans-unit>
1700 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1880 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1701 <source>Instance whitelisted by Twitter</source> 1881 <source>Instance whitelisted by Twitter</source>
1702 <target>Istanza inserita in white list da Twitter</target> 1882 <target>Istanza inserita in white list da Twitter</target>
1703 <context-group name="null"> 1883 <context-group name="null">
1704 <context context-type="linenumber">199</context> 1884 <context context-type="linenumber">225</context>
1705 </context-group> 1885 </context-group>
1706 </trans-unit> 1886 </trans-unit>
1707 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1887 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1712,63 +1892,63 @@
1712 Se l'istanza non è in lista bianca, verrà inserita un'immagine con link che porta all'istanza PeerTube.&lt;br /&gt;&lt;br /&gt; 1892 Se l'istanza non è in lista bianca, verrà inserita un'immagine con link che porta all'istanza PeerTube.&lt;br /&gt;&lt;br /&gt;
1713 Segnare questa casella, salvare la configurazione e provare con una URL video dell'istanza (https://example.com/videos/watch/blabla) su &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; per vedere se l'istanza è un lista bianca.</target> 1893 Segnare questa casella, salvare la configurazione e provare con una URL video dell'istanza (https://example.com/videos/watch/blabla) su &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; per vedere se l'istanza è un lista bianca.</target>
1714 <context-group name="null"> 1894 <context-group name="null">
1715 <context context-type="linenumber">200</context> 1895 <context context-type="linenumber">226</context>
1716 </context-group> 1896 </context-group>
1717 </trans-unit> 1897 </trans-unit>
1718 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1898 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1719 <source>Services</source> 1899 <source>Services</source>
1720 <target>Servizi</target> 1900 <target>Servizi</target>
1721 <context-group name="null"> 1901 <context-group name="null">
1722 <context context-type="linenumber">176</context> 1902 <context context-type="linenumber">202</context>
1723 </context-group> 1903 </context-group>
1724 </trans-unit> 1904 </trans-unit>
1725 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1905 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1726 <source>Transcoding</source> 1906 <source>Transcoding</source>
1727 <target>Trascodifica</target> 1907 <target>Trascodifica</target>
1728 <context-group name="null"> 1908 <context-group name="null">
1729 <context context-type="linenumber">215</context> 1909 <context context-type="linenumber">241</context>
1730 </context-group> 1910 </context-group>
1731 </trans-unit> 1911 </trans-unit>
1732 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1912 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1733 <source>Transcoding enabled</source> 1913 <source>Transcoding enabled</source>
1734 <target>Trascodifca attivata</target> 1914 <target>Trascodifca attivata</target>
1735 <context-group name="null"> 1915 <context-group name="null">
1736 <context context-type="linenumber">221</context> 1916 <context context-type="linenumber">247</context>
1737 </context-group> 1917 </context-group>
1738 </trans-unit> 1918 </trans-unit>
1739 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1919 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1740 <source>If you disable transcoding, many videos from your users will not work!</source> 1920 <source>If you disable transcoding, many videos from your users will not work!</source>
1741 <target>Se si disattiva la trascodifica, molti video degli utenti non funzioneranno.</target> 1921 <target>Se si disattiva la trascodifica, molti video degli utenti non funzioneranno.</target>
1742 <context-group name="null"> 1922 <context-group name="null">
1743 <context context-type="linenumber">222</context> 1923 <context context-type="linenumber">248</context>
1744 </context-group> 1924 </context-group>
1745 </trans-unit> 1925 </trans-unit>
1746 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 1926 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1747 <source>Allow additional extensions</source> 1927 <source>Allow additional extensions</source>
1748 <target>Permettere estensioni aggiuntive</target> 1928 <target>Permettere estensioni aggiuntive</target>
1749 <context-group name="null"> 1929 <context-group name="null">
1750 <context context-type="linenumber">231</context> 1930 <context context-type="linenumber">257</context>
1751 </context-group> 1931 </context-group>
1752 </trans-unit> 1932 </trans-unit>
1753 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 1933 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1754 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 1934 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1755 <target>Permettere agli utenti di caricare video MKV, MOV, AVI e FLV.</target> 1935 <target>Permettere agli utenti di caricare video MKV, MOV, AVI e FLV.</target>
1756 <context-group name="null"> 1936 <context-group name="null">
1757 <context context-type="linenumber">232</context> 1937 <context context-type="linenumber">258</context>
1758 </context-group> 1938 </context-group>
1759 </trans-unit> 1939 </trans-unit>
1760 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1940 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1761 <source>Transcoding threads</source> 1941 <source>Transcoding threads</source>
1762 <target>Numero thread di trascodifica</target> 1942 <target>Numero thread di trascodifica</target>
1763 <context-group name="null"> 1943 <context-group name="null">
1764 <context context-type="linenumber">237</context> 1944 <context context-type="linenumber">263</context>
1765 </context-group> 1945 </context-group>
1766 </trans-unit> 1946 </trans-unit>
1767 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1947 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1768 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1948 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1769 <target>Risoluzione <x id="INTERPOLATION" equiv-text="{{resolution}}"/> abilitata</target> 1949 <target>Risoluzione <x id="INTERPOLATION" equiv-text="{{resolution}}"/> abilitata</target>
1770 <context-group name="null"> 1950 <context-group name="null">
1771 <context context-type="linenumber">252</context> 1951 <context context-type="linenumber">278</context>
1772 </context-group> 1952 </context-group>
1773 </trans-unit> 1953 </trans-unit>
1774 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1954 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1783,105 +1963,70 @@
1783 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1963 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1784 </target> 1964 </target>
1785 <context-group name="null"> 1965 <context-group name="null">
1786 <context context-type="linenumber">260</context> 1966 <context context-type="linenumber">286</context>
1787 </context-group> 1967 </context-group>
1788 </trans-unit> 1968 </trans-unit>
1789 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1969 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1790 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1970 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1791 <target>Alcuni file non sono federati (anteprime, sottotitoli). Li recuperiamo direttamente dall'istanza di origine e li mettiamo in cache.</target> 1971 <target>Alcuni file non sono federati (anteprime, sottotitoli). Li recuperiamo direttamente dall'istanza di origine e li mettiamo in cache.</target>
1792 <context-group name="null"> 1972 <context-group name="null">
1793 <context context-type="linenumber">265</context> 1973 <context context-type="linenumber">291</context>
1794 </context-group> 1974 </context-group>
1795 </trans-unit> 1975 </trans-unit>
1796 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1976 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1797 <source>Previews cache size</source> 1977 <source>Previews cache size</source>
1798 <target>Dimensione del cache per l'anteprima</target> 1978 <target>Dimensione del cache per l'anteprima</target>
1799 <context-group name="null"> 1979 <context-group name="null">
1800 <context context-type="linenumber">271</context> 1980 <context context-type="linenumber">297</context>
1801 </context-group> 1981 </context-group>
1802 </trans-unit> 1982 </trans-unit>
1803 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1983 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1804 <source>Video captions cache size</source> 1984 <source>Video captions cache size</source>
1805 <target>Dimensione cache sottotitoli</target> 1985 <target>Dimensione cache sottotitoli</target>
1806 <context-group name="null"> 1986 <context-group name="null">
1807 <context context-type="linenumber">280</context> 1987 <context context-type="linenumber">306</context>
1808 </context-group> 1988 </context-group>
1809 </trans-unit> 1989 </trans-unit>
1810 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1990 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1811 <source>Customizations</source> 1991 <source>Customizations</source>
1812 <target>Personalizzazioni</target> 1992 <target>Personalizzazioni</target>
1813 <context-group name="null"> 1993 <context-group name="null">
1814 <context context-type="linenumber">289</context> 1994 <context context-type="linenumber">315</context>
1815 </context-group> 1995 </context-group>
1816 </trans-unit> 1996 </trans-unit>
1817 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1997 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1818 <source>JavaScript</source> 1998 <source>JavaScript</source>
1819 <target>JavaScript</target> 1999 <target>JavaScript</target>
1820 <context-group name="null"> 2000 <context-group name="null">
1821 <context context-type="linenumber">294</context> 2001 <context context-type="linenumber">320</context>
1822 </context-group> 2002 </context-group>
1823 </trans-unit> 2003 </trans-unit>
1824 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2004 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1825 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2005 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1826 <target>Scrivi direttamente codice JavaScript .&lt;br /&gt;Esempio: &lt;pre&gt;console.log('La mia istanza spacca!');&lt;/pre&gt;</target> 2006 <target>Scrivi direttamente codice JavaScript .&lt;br /&gt;Esempio: &lt;pre&gt;console.log('La mia istanza spacca!');&lt;/pre&gt;</target>
1827 <context-group name="null"> 2007 <context-group name="null">
1828 <context context-type="linenumber">297</context> 2008 <context context-type="linenumber">323</context>
1829 </context-group>
1830 </trans-unit>
1831 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde">
1832 <source>
1833 Write directly CSS code. Example:&lt;br /&gt;
1834 &lt;pre&gt;
1835 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1836 background-color: red;
1837 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1838 &lt;/pre&gt;
1839
1840 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1841 &lt;pre&gt;
1842 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1843 color: red;
1844 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1845 &lt;/pre&gt;
1846 </source>
1847 <target>
1848 Scrivi direttamente codice CSS. Esempio:&lt;br /&gt;
1849 &lt;pre&gt;
1850 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1851 background-color: red;
1852 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1853 &lt;/pre&gt;
1854
1855 Anteporre &lt;em&gt;#custom-css&lt;/em&gt; per modificare gli stili. Esempio:
1856 &lt;pre&gt;
1857 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1858 color: red;
1859 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1860 &lt;/pre&gt;
1861 </target>
1862 <context-group name="null">
1863 <context context-type="linenumber">311</context>
1864 </context-group> 2009 </context-group>
1865 </trans-unit> 2010 </trans-unit>
1866 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2011 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1867 <source>Advanced configuration</source> 2012 <source>Advanced configuration</source>
1868 <target>Configurazione avanzata</target> 2013 <target>Configurazione avanzata</target>
1869 <context-group name="null"> 2014 <context-group name="null">
1870 <context context-type="linenumber">212</context> 2015 <context context-type="linenumber">238</context>
1871 </context-group> 2016 </context-group>
1872 </trans-unit> 2017 </trans-unit>
1873 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2018 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1874 <source>Update configuration</source> 2019 <source>Update configuration</source>
1875 <target>Aggiorna configurazione</target> 2020 <target>Aggiorna configurazione</target>
1876 <context-group name="null"> 2021 <context-group name="null">
1877 <context context-type="linenumber">340</context> 2022 <context context-type="linenumber">366</context>
1878 </context-group> 2023 </context-group>
1879 </trans-unit> 2024 </trans-unit>
1880 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2025 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1881 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2026 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1882 <target>Sembra che la configurazione sia valida. Per favore cerca potenziali errori nelle altre tab</target> 2027 <target>Sembra che la configurazione sia valida. Per favore cerca potenziali errori nelle altre tab</target>
1883 <context-group name="null"> 2028 <context-group name="null">
1884 <context context-type="linenumber">341</context> 2029 <context context-type="linenumber">367</context>
1885 </context-group> 2030 </context-group>
1886 </trans-unit> 2031 </trans-unit>
1887 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2032 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -2138,6 +2283,48 @@
2138 <context context-type="linenumber">72</context> 2283 <context context-type="linenumber">72</context>
2139 </context-group> 2284 </context-group>
2140 </trans-unit> 2285 </trans-unit>
2286 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2287 <source>Danger Zone</source>
2288 <target>Zona di pericolo</target>
2289 <context-group name="null">
2290 <context context-type="linenumber">86</context>
2291 </context-group>
2292 </trans-unit>
2293 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2294 <source>Send a link to reset the password by email to the user</source>
2295 <target>Invia un link per effettuare il reset della password via email all' utente</target>
2296 <context-group name="null">
2297 <context context-type="linenumber">89</context>
2298 </context-group>
2299 </trans-unit>
2300 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2301 <source>Ask for new password</source>
2302 <target>Richiedi una nuova password</target>
2303 <context-group name="null">
2304 <context context-type="linenumber">90</context>
2305 </context-group>
2306 </trans-unit>
2307 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2308 <source>Manually set the user password</source>
2309 <target>Imposta manualmente la password dell' utente</target>
2310 <context-group name="null">
2311 <context context-type="linenumber">94</context>
2312 </context-group>
2313 </trans-unit>
2314 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2315 <source>Show</source>
2316 <target>Mostra</target>
2317 <context-group name="null">
2318 <context context-type="linenumber">10</context>
2319 </context-group>
2320 </trans-unit>
2321 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2322 <source>Hide</source>
2323 <target>Nascondi</target>
2324 <context-group name="null">
2325 <context context-type="linenumber">11</context>
2326 </context-group>
2327 </trans-unit>
2141 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2328 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2142 <source>Users list</source> 2329 <source>Users list</source>
2143 <target>Lista utenti</target> 2330 <target>Lista utenti</target>
@@ -2170,7 +2357,7 @@
2170 <source>Go to the account page</source> 2357 <source>Go to the account page</source>
2171 <target>Vai alla pagina dell'account</target> 2358 <target>Vai alla pagina dell'account</target>
2172 <context-group name="null"> 2359 <context-group name="null">
2173 <context context-type="linenumber">134</context> 2360 <context context-type="linenumber">179</context>
2174 </context-group> 2361 </context-group>
2175 </trans-unit> 2362 </trans-unit>
2176 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2363 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2310,6 +2497,13 @@
2310 <context context-type="linenumber">43</context> 2497 <context context-type="linenumber">43</context>
2311 </context-group> 2498 </context-group>
2312 </trans-unit> 2499 </trans-unit>
2500 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2501 <source>Unblacklist</source>
2502 <target>Rimuovi dalla lista nera</target>
2503 <context-group name="null">
2504 <context context-type="linenumber">146</context>
2505 </context-group>
2506 </trans-unit>
2313 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2507 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2314 <source>Moderation</source> 2508 <source>Moderation</source>
2315 <target>Moderazione</target> 2509 <target>Moderazione</target>
@@ -2324,13 +2518,6 @@
2324 <context context-type="linenumber">5</context> 2518 <context context-type="linenumber">5</context>
2325 </context-group> 2519 </context-group>
2326 </trans-unit> 2520 </trans-unit>
2327 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2328 <source>Blacklisted videos</source>
2329 <target>Video in lista nera</target>
2330 <context-group name="null">
2331 <context context-type="linenumber">7</context>
2332 </context-group>
2333 </trans-unit>
2334 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2521 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2335 <source>Muted accounts</source> 2522 <source>Muted accounts</source>
2336 <target>Account silenziati</target> 2523 <target>Account silenziati</target>
@@ -2342,7 +2529,7 @@
2342 <source>Muted servers</source> 2529 <source>Muted servers</source>
2343 <target>Server silenziati</target> 2530 <target>Server silenziati</target>
2344 <context-group name="null"> 2531 <context-group name="null">
2345 <context context-type="linenumber">11</context> 2532 <context context-type="linenumber">13</context>
2346 </context-group> 2533 </context-group>
2347 </trans-unit> 2534 </trans-unit>
2348 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2535 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2398,7 +2585,7 @@
2398 <source>Change ownership</source> 2585 <source>Change ownership</source>
2399 <target>Cambia proprietà</target> 2586 <target>Cambia proprietà</target>
2400 <context-group name="null"> 2587 <context-group name="null">
2401 <context context-type="linenumber">46</context> 2588 <context context-type="linenumber">40</context>
2402 </context-group> 2589 </context-group>
2403 </trans-unit> 2590 </trans-unit>
2404 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2591 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2423,32 +2610,14 @@
2423 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2610 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2424 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizzazioni</target> 2611 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizzazioni</target>
2425 <context-group name="null"> 2612 <context-group name="null">
2426 <context context-type="linenumber">19</context> 2613 <context context-type="linenumber">13</context>
2427 </context-group> 2614 </context-group>
2428 </trans-unit> 2615 </trans-unit>
2429 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2616 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2430 <source>Blacklisted</source> 2617 <source>Blacklisted</source>
2431 <target>In lista nera</target> 2618 <target>In lista nera</target>
2432 <context-group name="null"> 2619 <context-group name="null">
2433 <context context-type="linenumber">22</context> 2620 <context context-type="linenumber">16</context>
2434 </context-group>
2435 </trans-unit>
2436 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2437 <source>
2438 Cancel
2439 </source>
2440 <target>
2441 Annulla
2442 </target>
2443 <context-group name="null">
2444 <context context-type="linenumber">30</context>
2445 </context-group>
2446 </trans-unit>
2447 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2448 <source>Create another video channel</source>
2449 <target>Crea un altro canale video</target>
2450 <context-group name="null">
2451 <context context-type="linenumber">4</context>
2452 </context-group> 2621 </context-group>
2453 </trans-unit> 2622 </trans-unit>
2454 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2623 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2472,13 +2641,6 @@
2472 <context context-type="linenumber">15</context> 2641 <context context-type="linenumber">15</context>
2473 </context-group> 2642 </context-group>
2474 </trans-unit> 2643 </trans-unit>
2475 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2476 <source>Display name</source>
2477 <target>Nome visualizzato</target>
2478 <context-group name="null">
2479 <context context-type="linenumber">6</context>
2480 </context-group>
2481 </trans-unit>
2482 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2644 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2483 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2645 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2484When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2646When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2592,18 +2754,11 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2592 <context context-type="linenumber">4</context> 2754 <context context-type="linenumber">4</context>
2593 </context-group> 2755 </context-group>
2594 </trans-unit> 2756 </trans-unit>
2595 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123">
2596 <source>Delete history</source>
2597 <target>Cancella storico</target>
2598 <context-group name="null">
2599 <context context-type="linenumber">8</context>
2600 </context-group>
2601 </trans-unit>
2602 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 2757 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2603 <source>You don't have videos history yet.</source> 2758 <source>You don't have videos history yet.</source>
2604 <target>Non c'è nessun video nello storico</target> 2759 <target>Non c'è nessun video nello storico</target>
2605 <context-group name="null"> 2760 <context-group name="null">
2606 <context context-type="linenumber">13</context> 2761 <context context-type="linenumber">14</context>
2607 </context-group> 2762 </context-group>
2608 </trans-unit> 2763 </trans-unit>
2609 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 2764 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
@@ -2613,6 +2768,53 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2613 <context context-type="linenumber">22</context> 2768 <context context-type="linenumber">22</context>
2614 </context-group> 2769 </context-group>
2615 </trans-unit> 2770 </trans-unit>
2771 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2772 <source>
2773 <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;"/>
2774 Notification preferences
2775 </source>
2776 <target>
2777 <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;"/>
2778 Preferenze per le notifiche
2779 </target>
2780 <context-group name="null">
2781 <context context-type="linenumber">2</context>
2782 </context-group>
2783 </trans-unit>
2784 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2785 <source>
2786 <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;"/>
2787 Mark all as read
2788 </source>
2789 <target>
2790 <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;"/>
2791 Segna come letto
2792 </target>
2793 <context-group name="null">
2794 <context context-type="linenumber">7</context>
2795 </context-group>
2796 </trans-unit>
2797 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2798 <source>Privacy</source>
2799 <target>Privacy</target>
2800 <context-group name="null">
2801 <context context-type="linenumber">205</context>
2802 </context-group>
2803 </trans-unit>
2804 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2805 <source>Channel</source>
2806 <target>Canale</target>
2807 <context-group name="null">
2808 <context context-type="linenumber">39</context>
2809 </context-group>
2810 </trans-unit>
2811 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2812 <source>Upload thumbnail</source>
2813 <target>Carica miniatura</target>
2814 <context-group name="null">
2815 <context context-type="linenumber">192</context>
2816 </context-group>
2817 </trans-unit>
2616 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2818 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2617 <source>Change password</source> 2819 <source>Change password</source>
2618 <target>Cambia password</target> 2820 <target>Cambia password</target>
@@ -2662,13 +2864,6 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2662 <context context-type="linenumber">28</context> 2864 <context context-type="linenumber">28</context>
2663 </context-group> 2865 </context-group>
2664 </trans-unit> 2866 </trans-unit>
2665 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2666 <source>Save</source>
2667 <target>Salva</target>
2668 <context-group name="null">
2669 <context context-type="linenumber">32</context>
2670 </context-group>
2671 </trans-unit>
2672 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2867 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2673 <source>Update my profile</source> 2868 <source>Update my profile</source>
2674 <target>Modifica il mio profilo</target> 2869 <target>Modifica il mio profilo</target>
@@ -2808,7 +3003,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2808 <source>URL</source> 3003 <source>URL</source>
2809 <target>URL</target> 3004 <target>URL</target>
2810 <context-group name="null"> 3005 <context-group name="null">
2811 <context context-type="linenumber">17</context> 3006 <context context-type="linenumber">25</context>
2812 </context-group> 3007 </context-group>
2813 </trans-unit> 3008 </trans-unit>
2814 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3009 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2818,20 +3013,6 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2818 <context context-type="linenumber">9</context> 3013 <context context-type="linenumber">9</context>
2819 </context-group> 3014 </context-group>
2820 </trans-unit> 3015 </trans-unit>
2821 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2822 <source>Channel</source>
2823 <target>Canale</target>
2824 <context-group name="null">
2825 <context context-type="linenumber">39</context>
2826 </context-group>
2827 </trans-unit>
2828 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2829 <source>Privacy</source>
2830 <target>Privacy</target>
2831 <context-group name="null">
2832 <context context-type="linenumber">160</context>
2833 </context-group>
2834 </trans-unit>
2835 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 3016 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2836 <source>Sorry, but something went wrong</source> 3017 <source>Sorry, but something went wrong</source>
2837 <target>Qualcosa è andato storto</target> 3018 <target>Qualcosa è andato storto</target>
@@ -2854,7 +3035,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
2854 <source>Update</source> 3035 <source>Update</source>
2855 <target>Aggiorna</target> 3036 <target>Aggiorna</target>
2856 <context-group name="null"> 3037 <context-group name="null">
2857 <context context-type="linenumber">93</context> 3038 <context context-type="linenumber">138</context>
2858 </context-group> 3039 </context-group>
2859 </trans-unit> 3040 </trans-unit>
2860 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3041 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -3013,7 +3194,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3013 <source>Tags</source> 3194 <source>Tags</source>
3014 <target>Tag</target> 3195 <target>Tag</target>
3015 <context-group name="null"> 3196 <context-group name="null">
3016 <context context-type="linenumber">197</context> 3197 <context context-type="linenumber">242</context>
3017 </context-group> 3198 </context-group>
3018 </trans-unit> 3199 </trans-unit>
3019 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3200 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -3153,13 +3334,6 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3153 <context context-type="linenumber">135</context> 3334 <context context-type="linenumber">135</context>
3154 </context-group> 3335 </context-group>
3155 </trans-unit> 3336 </trans-unit>
3156 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3157 <source>Upload thumbnail</source>
3158 <target>Carica miniatura</target>
3159 <context-group name="null">
3160 <context context-type="linenumber">192</context>
3161 </context-group>
3162 </trans-unit>
3163 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3337 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3164 <source>Upload preview</source> 3338 <source>Upload preview</source>
3165 <target>Carica anteprima</target> 3339 <target>Carica anteprima</target>
@@ -3171,7 +3345,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3171 <source>Support</source> 3345 <source>Support</source>
3172 <target>Supporto</target> 3346 <target>Supporto</target>
3173 <context-group name="null"> 3347 <context-group name="null">
3174 <context context-type="linenumber">70</context> 3348 <context context-type="linenumber">101</context>
3175 </context-group> 3349 </context-group>
3176 </trans-unit> 3350 </trans-unit>
3177 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3351 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -3181,6 +3355,20 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3181 <context context-type="linenumber">206</context> 3355 <context context-type="linenumber">206</context>
3182 </context-group> 3356 </context-group>
3183 </trans-unit> 3357 </trans-unit>
3358 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3359 <source>Original publication date</source>
3360 <target>Data di pubblicazione</target>
3361 <context-group name="null">
3362 <context context-type="linenumber">219</context>
3363 </context-group>
3364 </trans-unit>
3365 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3366 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3367 <target>Questa è la data nella quale il contenuto è stato pubblicato (es. la data di rilascio di un film)</target>
3368 <context-group name="null">
3369 <context context-type="linenumber">220</context>
3370 </context-group>
3371 </trans-unit>
3184 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 3372 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3185 <source>Enable video comments</source> 3373 <source>Enable video comments</source>
3186 <target>Abilita commenti per i video</target> 3374 <target>Abilita commenti per i video</target>
@@ -3188,6 +3376,13 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3188 <context context-type="linenumber">234</context> 3376 <context context-type="linenumber">234</context>
3189 </context-group> 3377 </context-group>
3190 </trans-unit> 3378 </trans-unit>
3379 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3380 <source>Enable download</source>
3381 <target>Abilita download</target>
3382 <context-group name="null">
3383 <context context-type="linenumber">239</context>
3384 </context-group>
3385 </trans-unit>
3191 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3386 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3192 <source>Advanced settings</source> 3387 <source>Advanced settings</source>
3193 <target>Impostazioni avanzate</target> 3388 <target>Impostazioni avanzate</target>
@@ -3249,7 +3444,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3249 <source>Download</source> 3444 <source>Download</source>
3250 <target>Scarica</target> 3445 <target>Scarica</target>
3251 <context-group name="null"> 3446 <context-group name="null">
3252 <context context-type="linenumber">85</context> 3447 <context context-type="linenumber">130</context>
3253 </context-group> 3448 </context-group>
3254 </trans-unit> 3449 </trans-unit>
3255 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3450 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -3276,21 +3471,21 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3276 <source>Share</source> 3471 <source>Share</source>
3277 <target>Condividi</target> 3472 <target>Condividi</target>
3278 <context-group name="null"> 3473 <context-group name="null">
3279 <context context-type="linenumber">75</context> 3474 <context context-type="linenumber">106</context>
3280 </context-group> 3475 </context-group>
3281 </trans-unit> 3476 </trans-unit>
3282 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3477 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3283 <source>QR-Code</source> 3478 <source>QR-Code</source>
3284 <target>Codice QR</target> 3479 <target>Codice QR</target>
3285 <context-group name="null"> 3480 <context-group name="null">
3286 <context context-type="linenumber">29</context> 3481 <context context-type="linenumber">37</context>
3287 </context-group> 3482 </context-group>
3288 </trans-unit> 3483 </trans-unit>
3289 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3484 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3290 <source>Embed</source> 3485 <source>Embed</source>
3291 <target>Includi</target> 3486 <target>Includi</target>
3292 <context-group name="null"> 3487 <context-group name="null">
3293 <context context-type="linenumber">34</context> 3488 <context context-type="linenumber">42</context>
3294 </context-group> 3489 </context-group>
3295 </trans-unit> 3490 </trans-unit>
3296 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3491 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3301,14 +3496,14 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3301 L'url non è sicuro (no HTTPS), quindi il video "incluso" non funzionerà su siti HTTPS (il browser blocca richieste verso siti HTTP su siti in cui HTTPS è abilitato). 3496 L'url non è sicuro (no HTTPS), quindi il video "incluso" non funzionerà su siti HTTPS (il browser blocca richieste verso siti HTTP su siti in cui HTTPS è abilitato).
3302 </target> 3497 </target>
3303 <context-group name="null"> 3498 <context-group name="null">
3304 <context context-type="linenumber">45</context> 3499 <context context-type="linenumber">53</context>
3305 </context-group> 3500 </context-group>
3306 </trans-unit> 3501 </trans-unit>
3307 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3502 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3308 <source>Close</source> 3503 <source>Close</source>
3309 <target>Chiudi</target> 3504 <target>Chiudi</target>
3310 <context-group name="null"> 3505 <context-group name="null">
3311 <context context-type="linenumber">51</context> 3506 <context context-type="linenumber">59</context>
3312 </context-group> 3507 </context-group>
3313 </trans-unit> 3508 </trans-unit>
3314 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3509 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3333,7 +3528,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3333 Il video è nella fase di import, sarà disponibile quando l'import sarà completato. 3528 Il video è nella fase di import, sarà disponibile quando l'import sarà completato.
3334 </target> 3529 </target>
3335 <context-group name="null"> 3530 <context-group name="null">
3336 <context context-type="linenumber">11</context> 3531 <context context-type="linenumber">39</context>
3337 </context-group> 3532 </context-group>
3338 </trans-unit> 3533 </trans-unit>
3339 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3534 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3344,7 +3539,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3344 E' in corso la trascodifica del video, potrebbe non funzionare correttamente. 3539 E' in corso la trascodifica del video, potrebbe non funzionare correttamente.
3345 </target> 3540 </target>
3346 <context-group name="null"> 3541 <context-group name="null">
3347 <context context-type="linenumber">15</context> 3542 <context context-type="linenumber">43</context>
3348 </context-group> 3543 </context-group>
3349 </trans-unit> 3544 </trans-unit>
3350 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3545 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3355,14 +3550,14 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3355 Questo video sarà pubblicato su <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3550 Questo video sarà pubblicato su <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3356 </target> 3551 </target>
3357 <context-group name="null"> 3552 <context-group name="null">
3358 <context context-type="linenumber">19</context> 3553 <context context-type="linenumber">47</context>
3359 </context-group> 3554 </context-group>
3360 </trans-unit> 3555 </trans-unit>
3361 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3556 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3362 <source>This video is blacklisted.</source> 3557 <source>This video is blacklisted.</source>
3363 <target>Questo video è nella lista nera.</target> 3558 <target>Questo video è nella lista nera.</target>
3364 <context-group name="null"> 3559 <context-group name="null">
3365 <context context-type="linenumber">24</context> 3560 <context context-type="linenumber">56</context>
3366 </context-group> 3561 </context-group>
3367 </trans-unit> 3562 </trans-unit>
3368 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3563 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3373,130 +3568,119 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3373 Pubblicato <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizzazioni 3568 Pubblicato <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizzazioni
3374 </target> 3569 </target>
3375 <context-group name="null"> 3570 <context-group name="null">
3376 <context context-type="linenumber">36</context> 3571 <context context-type="linenumber">76</context>
3377 </context-group>
3378 </trans-unit>
3379 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3380 <source>
3381 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3382 </source>
3383 <target>
3384 Pubblicato <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizzazioni
3385 </target>
3386 <context-group name="null">
3387 <context context-type="linenumber">45</context>
3388 </context-group> 3572 </context-group>
3389 </trans-unit> 3573 </trans-unit>
3390 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3574 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3391 <source>Like this video</source> 3575 <source>Like this video</source>
3392 <target>Metti mi piace su questo video</target> 3576 <target>Metti mi piace su questo video</target>
3393 <context-group name="null"> 3577 <context-group name="null">
3394 <context context-type="linenumber">55</context> 3578 <context context-type="linenumber">86</context>
3395 </context-group> 3579 </context-group>
3396 </trans-unit> 3580 </trans-unit>
3397 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3581 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3398 <source>Dislike this video</source> 3582 <source>Dislike this video</source>
3399 <target>Rimuovi mi piace da questo video</target> 3583 <target>Rimuovi mi piace da questo video</target>
3400 <context-group name="null"> 3584 <context-group name="null">
3401 <context context-type="linenumber">63</context> 3585 <context context-type="linenumber">94</context>
3402 </context-group> 3586 </context-group>
3403 </trans-unit> 3587 </trans-unit>
3404 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3588 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3405 <source>Download the video</source> 3589 <source>Download the video</source>
3406 <target>Scarica il video</target> 3590 <target>Scarica il video</target>
3407 <context-group name="null"> 3591 <context-group name="null">
3408 <context context-type="linenumber">84</context> 3592 <context context-type="linenumber">129</context>
3409 </context-group> 3593 </context-group>
3410 </trans-unit> 3594 </trans-unit>
3411 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3595 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3412 <source>Report</source> 3596 <source>Report</source>
3413 <target>Segnala</target> 3597 <target>Segnala</target>
3414 <context-group name="null"> 3598 <context-group name="null">
3415 <context context-type="linenumber">89</context> 3599 <context context-type="linenumber">134</context>
3416 </context-group> 3600 </context-group>
3417 </trans-unit> 3601 </trans-unit>
3418 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3602 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3419 <source>Report this video</source> 3603 <source>Report this video</source>
3420 <target>Segnala questo video</target> 3604 <target>Segnala questo video</target>
3421 <context-group name="null"> 3605 <context-group name="null">
3422 <context context-type="linenumber">88</context> 3606 <context context-type="linenumber">133</context>
3423 </context-group> 3607 </context-group>
3424 </trans-unit> 3608 </trans-unit>
3425 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3609 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3426 <source>Update this video</source> 3610 <source>Update this video</source>
3427 <target>Modifica questo video</target> 3611 <target>Modifica questo video</target>
3428 <context-group name="null"> 3612 <context-group name="null">
3429 <context context-type="linenumber">92</context> 3613 <context context-type="linenumber">137</context>
3430 </context-group> 3614 </context-group>
3431 </trans-unit> 3615 </trans-unit>
3432 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3616 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3433 <source>Blacklist</source> 3617 <source>Blacklist</source>
3434 <target>Lista nera</target> 3618 <target>Lista nera</target>
3435 <context-group name="null"> 3619 <context-group name="null">
3436 <context context-type="linenumber">97</context> 3620 <context context-type="linenumber">142</context>
3437 </context-group> 3621 </context-group>
3438 </trans-unit> 3622 </trans-unit>
3439 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3623 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3440 <source>Blacklist this video</source> 3624 <source>Blacklist this video</source>
3441 <target>Metti questo video nella lista nera</target> 3625 <target>Metti questo video nella lista nera</target>
3442 <context-group name="null"> 3626 <context-group name="null">
3443 <context context-type="linenumber">96</context> 3627 <context context-type="linenumber">141</context>
3444 </context-group>
3445 </trans-unit>
3446 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3447 <source>Unblacklist</source>
3448 <target>Rimuovi dalla lista nera</target>
3449 <context-group name="null">
3450 <context context-type="linenumber">101</context>
3451 </context-group> 3628 </context-group>
3452 </trans-unit> 3629 </trans-unit>
3453 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3630 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3454 <source>Unblacklist this video</source> 3631 <source>Unblacklist this video</source>
3455 <target>Rimuovi questo video dalla lista nera</target> 3632 <target>Rimuovi questo video dalla lista nera</target>
3456 <context-group name="null"> 3633 <context-group name="null">
3457 <context context-type="linenumber">100</context> 3634 <context context-type="linenumber">145</context>
3458 </context-group> 3635 </context-group>
3459 </trans-unit> 3636 </trans-unit>
3460 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3637 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3461 <source>Delete this video</source> 3638 <source>Delete this video</source>
3462 <target>Cancella questo video</target> 3639 <target>Cancella questo video</target>
3463 <context-group name="null"> 3640 <context-group name="null">
3464 <context context-type="linenumber">104</context> 3641 <context context-type="linenumber">149</context>
3465 </context-group> 3642 </context-group>
3466 </trans-unit> 3643 </trans-unit>
3467 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3644 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3468 <source>Go the channel page</source> 3645 <source>Go the channel page</source>
3469 <target>Vai alla pagina del canale</target> 3646 <target>Vai alla pagina del canale</target>
3470 <context-group name="null"> 3647 <context-group name="null">
3471 <context context-type="linenumber">124</context> 3648 <context context-type="linenumber">169</context>
3472 </context-group> 3649 </context-group>
3473 </trans-unit> 3650 </trans-unit>
3474 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3651 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3475 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3652 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3476 <target>Di <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3653 <target>Di <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3477 <context-group name="null"> 3654 <context-group name="null">
3478 <context context-type="linenumber">135</context> 3655 <context context-type="linenumber">180</context>
3479 </context-group> 3656 </context-group>
3480 </trans-unit> 3657 </trans-unit>
3481 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3658 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3482 <source>Show more</source> 3659 <source>Show more</source>
3483 <target>Mostra di più</target> 3660 <target>Mostra di più</target>
3484 <context-group name="null"> 3661 <context-group name="null">
3485 <context context-type="linenumber">147</context> 3662 <context context-type="linenumber">192</context>
3486 </context-group> 3663 </context-group>
3487 </trans-unit> 3664 </trans-unit>
3488 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3665 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3489 <source>Show less</source> 3666 <source>Show less</source>
3490 <target>Mostra di meno</target> 3667 <target>Mostra di meno</target>
3491 <context-group name="null"> 3668 <context-group name="null">
3492 <context context-type="linenumber">153</context> 3669 <context context-type="linenumber">198</context>
3670 </context-group>
3671 </trans-unit>
3672 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3673 <source>Originally published</source>
3674 <target>Pubblicato</target>
3675 <context-group name="null">
3676 <context context-type="linenumber">210</context>
3493 </context-group> 3677 </context-group>
3494 </trans-unit> 3678 </trans-unit>
3495 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3679 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3496 <source>Friendly Reminder: </source> 3680 <source>Friendly Reminder: </source>
3497 <target>Promemoria amichevole:</target> 3681 <target>Promemoria amichevole:</target>
3498 <context-group name="null"> 3682 <context-group name="null">
3499 <context context-type="linenumber">214</context> 3683 <context context-type="linenumber">258</context>
3500 </context-group> 3684 </context-group>
3501 </trans-unit> 3685 </trans-unit>
3502 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3686 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3507,21 +3691,21 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3507 il sistema di condivisione usato per questo video implica the alcune informazioni tecniche riguardo il tuo sistema (come un indirizzo IP pubblico) possano essere inviate ad altri nodi. 3691 il sistema di condivisione usato per questo video implica the alcune informazioni tecniche riguardo il tuo sistema (come un indirizzo IP pubblico) possano essere inviate ad altri nodi.
3508 </target> 3692 </target>
3509 <context-group name="null"> 3693 <context-group name="null">
3510 <context context-type="linenumber">215</context> 3694 <context context-type="linenumber">259</context>
3511 </context-group> 3695 </context-group>
3512 </trans-unit> 3696 </trans-unit>
3513 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3697 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3514 <source>More information</source> 3698 <source>More information</source>
3515 <target>Più informazioni</target> 3699 <target>Più informazioni</target>
3516 <context-group name="null"> 3700 <context-group name="null">
3517 <context context-type="linenumber">218</context> 3701 <context context-type="linenumber">262</context>
3518 </context-group> 3702 </context-group>
3519 </trans-unit> 3703 </trans-unit>
3520 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3704 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3521 <source>Get more information</source> 3705 <source>Get more information</source>
3522 <target>Ottieni più informazioni</target> 3706 <target>Ottieni più informazioni</target>
3523 <context-group name="null"> 3707 <context-group name="null">
3524 <context context-type="linenumber">218</context> 3708 <context context-type="linenumber">262</context>
3525 </context-group> 3709 </context-group>
3526 </trans-unit> 3710 </trans-unit>
3527 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3711 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3532,7 +3716,7 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
3532 OK 3716 OK
3533 </target> 3717 </target>
3534 <context-group name="null"> 3718 <context-group name="null">
3535 <context context-type="linenumber">221</context> 3719 <context context-type="linenumber">265</context>
3536 </context-group> 3720 </context-group>
3537 </trans-unit> 3721 </trans-unit>
3538 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3722 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -4007,6 +4191,20 @@ Altri video</target>
4007 <context context-type="linenumber">1</context> 4191 <context context-type="linenumber">1</context>
4008 </context-group> 4192 </context-group>
4009 </trans-unit> 4193 </trans-unit>
4194 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4195 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4196 <target>Password cambiata per l\' utente <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4197 <context-group name="null">
4198 <context context-type="linenumber">1</context>
4199 </context-group>
4200 </trans-unit>
4201 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4202 <source>Update user password</source>
4203 <target>Aggiorna password dell' utente</target>
4204 <context-group name="null">
4205 <context context-type="linenumber">1</context>
4206 </context-group>
4207 </trans-unit>
4010 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4208 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
4011 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4209 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
4012 <target>L'utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato modificato.</target> 4210 <target>L'utente <x id="INTERPOLATION" equiv-text="{{username}}"/> è stato modificato.</target>
@@ -4021,6 +4219,13 @@ Altri video</target>
4021 <context context-type="linenumber">1</context> 4219 <context context-type="linenumber">1</context>
4022 </context-group> 4220 </context-group>
4023 </trans-unit> 4221 </trans-unit>
4222 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4223 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4224 <target>Un\' email per la richiesta di reimpostare la password è stata inviata a <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4225 <context-group name="null">
4226 <context context-type="linenumber">1</context>
4227 </context-group>
4228 </trans-unit>
4024 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 4229 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
4025 <source>Unban</source> 4230 <source>Unban</source>
4026 <target>Rimuovi espulsione</target> 4231 <target>Rimuovi espulsione</target>
@@ -4203,13 +4408,6 @@ Altri video</target>
4203 <context context-type="linenumber">1</context> 4408 <context context-type="linenumber">1</context>
4204 </context-group> 4409 </context-group>
4205 </trans-unit> 4410 </trans-unit>
4206 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e">
4207 <source>New video abuse on local video</source>
4208 <target>Nuova segnalazione su video locale</target>
4209 <context-group name="null">
4210 <context context-type="linenumber">1</context>
4211 </context-group>
4212 </trans-unit>
4213 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 4411 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4214 <source>One of your video is blacklisted/unblacklisted</source> 4412 <source>One of your video is blacklisted/unblacklisted</source>
4215 <target>Uno dei video è stato messo in/tolto dalla lista nera</target> 4413 <target>Uno dei video è stato messo in/tolto dalla lista nera</target>
@@ -4294,13 +4492,6 @@ Altri video</target>
4294 <context context-type="linenumber">1</context> 4492 <context context-type="linenumber">1</context>
4295 </context-group> 4493 </context-group>
4296 </trans-unit> 4494 </trans-unit>
4297 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
4298 <source>Create</source>
4299 <target>Crea</target>
4300 <context-group name="null">
4301 <context context-type="linenumber">1</context>
4302 </context-group>
4303 </trans-unit>
4304 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4495 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4305 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4496 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4306 <target>Il canale video <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> è stato modificato.</target> 4497 <target>Il canale video <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> è stato modificato.</target>
@@ -4399,13 +4590,6 @@ Altri video</target>
4399 <context context-type="linenumber">1</context> 4590 <context context-type="linenumber">1</context>
4400 </context-group> 4591 </context-group>
4401 </trans-unit> 4592 </trans-unit>
4402 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
4403 <source>My library</source>
4404 <target>La mia biblioteca</target>
4405 <context-group name="null">
4406 <context context-type="linenumber">1</context>
4407 </context-group>
4408 </trans-unit>
4409 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4593 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4410 <source>My channels</source> 4594 <source>My channels</source>
4411 <target>I miei canali</target> 4595 <target>I miei canali</target>
@@ -5199,6 +5383,11 @@ Altri video</target>
5199 <context context-type="linenumber">1</context> 5383 <context context-type="linenumber">1</context>
5200 </context-group> 5384 </context-group>
5201 </trans-unit> 5385 </trans-unit>
5386 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5387 <source>Display name cannot be more than 120 characters long.</source><target>Display name cannot be more than 120 characters long.</target><context-group name="null">
5388 <context context-type="linenumber">1</context>
5389 </context-group>
5390 </trans-unit>
5202 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5391 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
5203 <source>Video name is required.</source> 5392 <source>Video name is required.</source>
5204 <target>Ci vuole il nome del video.</target> 5393 <target>Ci vuole il nome del video.</target>
@@ -6151,13 +6340,6 @@ Altri video</target>
6151 <context context-type="linenumber">1</context> 6340 <context context-type="linenumber">1</context>
6152 </context-group> 6341 </context-group>
6153 </trans-unit> 6342 </trans-unit>
6154 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
6155 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
6156 <target>Inizia a <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
6157 <context-group name="null">
6158 <context context-type="linenumber">1</context>
6159 </context-group>
6160 </trans-unit>
6161 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 6343 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
6162 <source>Like the video</source> 6344 <source>Like the video</source>
6163 <target>Mi piace</target> 6345 <target>Mi piace</target>
@@ -6207,13 +6389,6 @@ Altri video</target>
6207 <context context-type="linenumber">1</context> 6389 <context context-type="linenumber">1</context>
6208 </context-group> 6390 </context-group>
6209 </trans-unit> 6391 </trans-unit>
6210 <trans-unit id="8c429645223c24afe30218fc45bb07e352bb1938">
6211 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours.</source>
6212 <target>I video di tendenza sono quelli che realizzano il maggior numero di visualizzazioni nelle 24 ore precedenti.</target>
6213 <context-group name="null">
6214 <context context-type="linenumber">1</context>
6215 </context-group>
6216 </trans-unit>
6217 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 6392 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6218 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 6393 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6219 <target>Di tendenza negli ultimi <x id="INTERPOLATION" equiv-text="{{days}}"/> giorni</target> 6394 <target>Di tendenza negli ultimi <x id="INTERPOLATION" equiv-text="{{days}}"/> giorni</target>
@@ -6221,13 +6396,6 @@ Altri video</target>
6221 <context context-type="linenumber">1</context> 6396 <context context-type="linenumber">1</context>
6222 </context-group> 6397 </context-group>
6223 </trans-unit> 6398 </trans-unit>
6224 <trans-unit id="98b98154eca3533e16b81c5b08611d19949e8661">
6225 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days.</source>
6226 <target>I video di tendenza sono quelli che realizzano il maggior numero di visualizzazioni negli ultimi <x id="INTERPOLATION" equiv-text="{{days}}"/> giorni.</target>
6227 <context-group name="null">
6228 <context context-type="linenumber">1</context>
6229 </context-group>
6230 </trans-unit>
6231 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6399 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
6232 <source>Videos from your subscriptions</source> 6400 <source>Videos from your subscriptions</source>
6233 <target>Video dalle tue iscrizioni</target> 6401 <target>Video dalle tue iscrizioni</target>
diff --git a/client/src/locale/target/angular_ja_JP.xml b/client/src/locale/target/angular_ja_JP.xml
index b55b5bae5..e9fb10e91 100644
--- a/client/src/locale/target/angular_ja_JP.xml
+++ b/client/src/locale/target/angular_ja_JP.xml
@@ -56,60 +56,62 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>最初</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>最初</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>前</target> 92 <target>前</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>次</target> 99 <target>次</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>最終</target> 106 <target>最終</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source><target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target><context-group name="null"> 112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
113 <context context-type="linenumber">6</context> 115 <context context-type="linenumber">6</context>
114 </context-group> 116 </context-group>
115 </trans-unit> 117 </trans-unit>
@@ -138,77 +140,77 @@
138 <source>Decrement hours</source> 140 <source>Decrement hours</source>
139 <target>時間減らす</target> 141 <target>時間減らす</target>
140 <context-group name="null"> 142 <context-group name="null">
141 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
142 </context-group> 144 </context-group>
143 </trans-unit> 145 </trans-unit>
144 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
145 <source>Increment minutes</source> 147 <source>Increment minutes</source>
146 <target>分増やす</target> 148 <target>分増やす</target>
147 <context-group name="null"> 149 <context-group name="null">
148 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
149 </context-group> 151 </context-group>
150 </trans-unit> 152 </trans-unit>
151 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
152 <source>MM</source> 154 <source>MM</source>
153 <target>MM</target> 155 <target>MM</target>
154 <context-group name="null"> 156 <context-group name="null">
155 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
156 </context-group> 158 </context-group>
157 </trans-unit> 159 </trans-unit>
158 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
159 <source>Minutes</source> 161 <source>Minutes</source>
160 <target>分</target> 162 <target>分</target>
161 <context-group name="null"> 163 <context-group name="null">
162 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
163 </context-group> 165 </context-group>
164 </trans-unit> 166 </trans-unit>
165 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
166 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
167 <target>分減らす</target> 169 <target>分減らす</target>
168 <context-group name="null"> 170 <context-group name="null">
169 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
170 </context-group> 172 </context-group>
171 </trans-unit> 173 </trans-unit>
172 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
173 <source>Increment seconds</source> 175 <source>Increment seconds</source>
174 <target>秒増やす</target> 176 <target>秒増やす</target>
175 <context-group name="null"> 177 <context-group name="null">
176 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
177 </context-group> 179 </context-group>
178 </trans-unit> 180 </trans-unit>
179 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
180 <source>SS</source> 182 <source>SS</source>
181 <target>SS</target> 183 <target>SS</target>
182 <context-group name="null"> 184 <context-group name="null">
183 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
184 </context-group> 186 </context-group>
185 </trans-unit> 187 </trans-unit>
186 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
187 <source>Seconds</source> 189 <source>Seconds</source>
188 <target>秒</target> 190 <target>秒</target>
189 <context-group name="null"> 191 <context-group name="null">
190 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
191 </context-group> 193 </context-group>
192 </trans-unit> 194 </trans-unit>
193 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
194 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
195 <target>秒減らす</target> 197 <target>秒減らす</target>
196 <context-group name="null"> 198 <context-group name="null">
197 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
198 </context-group> 200 </context-group>
199 </trans-unit> 201 </trans-unit>
200 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
201 <source>PM</source> 203 <source>PM</source>
202 <target>午後</target> 204 <target>午後</target>
203 <context-group name="null"> 205 <context-group name="null">
204 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
205 </context-group> 207 </context-group>
206 </trans-unit> 208 </trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
208 <source>AM</source> 210 <source>AM</source>
209 <target>午前</target> 211 <target>午前</target>
210 <context-group name="null"> 212 <context-group name="null">
211 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
212 </context-group> 214 </context-group>
213 </trans-unit> 215 </trans-unit>
214 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -216,6 +218,20 @@
216 <context context-type="linenumber">11</context> 218 <context context-type="linenumber">11</context>
217 </context-group> 219 </context-group>
218 </trans-unit> 220 </trans-unit>
221 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
222 <source>You don't have notifications.</source>
223 <target>通知はありません。</target>
224 <context-group name="null">
225 <context context-type="linenumber">1</context>
226 </context-group>
227 </trans-unit>
228 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
229 <source>Private</source>
230 <target>プライベート</target>
231 <context-group name="null">
232 <context context-type="linenumber">18</context>
233 </context-group>
234 </trans-unit>
219 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 235 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
220 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 236 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
221 <target> <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回再生</target> 237 <target> <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回再生</target>
@@ -223,6 +239,27 @@
223 <context context-type="linenumber">16</context> 239 <context context-type="linenumber">16</context>
224 </context-group> 240 </context-group>
225 </trans-unit> 241 </trans-unit>
242 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
243 <source>Display name</source>
244 <target>表示名</target>
245 <context-group name="null">
246 <context context-type="linenumber">6</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
250 <source>Create</source>
251 <target>作る</target>
252 <context-group name="null">
253 <context context-type="linenumber">73</context>
254 </context-group>
255 </trans-unit>
256 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
257 <source>Save</source>
258 <target>貯める</target>
259 <context-group name="null">
260 <context context-type="linenumber">115</context>
261 </context-group>
262 </trans-unit>
226 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 263 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
227 <source>Delete</source> 264 <source>Delete</source>
228 <target>削除</target> 265 <target>削除</target>
@@ -258,6 +295,41 @@
258 <context context-type="linenumber">19</context> 295 <context context-type="linenumber">19</context>
259 </context-group> 296 </context-group>
260 </trans-unit> 297 </trans-unit>
298 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
299 <source>Using an ActivityPub account</source>
300 <target>ActivityPubアカウントを使用</target>
301 <context-group name="null">
302 <context context-type="linenumber">36</context>
303 </context-group>
304 </trans-unit>
305 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
306 <source>Subscribe with your local account</source>
307 <target>ローカルアカウントで購読する</target>
308 <context-group name="null">
309 <context context-type="linenumber">40</context>
310 </context-group>
311 </trans-unit>
312 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
313 <source>Subscribe with a Mastodon account:</source>
314 <target>マストドンアカウントで購読する:</target>
315 <context-group name="null">
316 <context context-type="linenumber">43</context>
317 </context-group>
318 </trans-unit>
319 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
320 <source>Using a syndication feed</source>
321 <target>フィードを使用</target>
322 <context-group name="null">
323 <context context-type="linenumber">48</context>
324 </context-group>
325 </trans-unit>
326 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
327 <source>Subscribe via RSS</source>
328 <target>RSSで購読する</target>
329 <context-group name="null">
330 <context context-type="linenumber">49</context>
331 </context-group>
332 </trans-unit>
261 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 333 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
262 <source>Ban</source> 334 <source>Ban</source>
263 <target>禁止</target> 335 <target>禁止</target>
@@ -306,7 +378,7 @@
306 </trans-unit> 378 </trans-unit>
307 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478"> 379 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
308 <source>Username or email address</source> 380 <source>Username or email address</source>
309 <target>ユーザーメール</target> 381 <target>ユーザーかメールアドレス</target>
310 <context-group name="null"> 382 <context-group name="null">
311 <context context-type="linenumber">15</context> 383 <context context-type="linenumber">15</context>
312 </context-group> 384 </context-group>
@@ -356,7 +428,7 @@
356 <source>Login</source> 428 <source>Login</source>
357 <target>ログイン</target> 429 <target>ログイン</target>
358 <context-group name="null"> 430 <context-group name="null">
359 <context context-type="linenumber">36</context> 431 <context context-type="linenumber">32</context>
360 </context-group> 432 </context-group>
361 </trans-unit> 433 </trans-unit>
362 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 434 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -435,7 +507,7 @@
435 </trans-unit> 507 </trans-unit>
436 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3"> 508 <trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3">
437 <source>Example: jane_doe</source> 509 <source>Example: jane_doe</source>
438 <target>例 jane_doe</target> 510 <target>例jane_doe</target>
439 <context-group name="null"> 511 <context-group name="null">
440 <context context-type="linenumber">17</context> 512 <context context-type="linenumber">17</context>
441 </context-group> 513 </context-group>
@@ -444,7 +516,7 @@
444 <source>Signup</source> 516 <source>Signup</source>
445 <target>サインアップ</target> 517 <target>サインアップ</target>
446 <context-group name="null"> 518 <context-group name="null">
447 <context context-type="linenumber">78</context> 519 <context context-type="linenumber">87</context>
448 </context-group> 520 </context-group>
449 </trans-unit> 521 </trans-unit>
450 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 522 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
@@ -454,43 +526,32 @@
454 <context context-type="linenumber">5</context> 526 <context context-type="linenumber">5</context>
455 </context-group> 527 </context-group>
456 </trans-unit> 528 </trans-unit>
457 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 529 <trans-unit id="602281e45fe8b79748e3fbf21c432379fcb58883">
458 <source>Change the language</source><target>Change the language</target><context-group name="null"> 530 <source><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> views</source>
459 <context context-type="linenumber">86</context> 531 <target><x id="INTERPOLATION" equiv-text="{{ result.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ result.views | myNumberFormatter }}"/> 回再生</target>
460 </context-group>
461 </trans-unit>
462 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
463 <source>
464 My account
465 </source>
466 <target>マイアカウント</target>
467 <context-group name="null"> 532 <context-group name="null">
468 <context context-type="linenumber">20</context> 533 <context context-type="linenumber">55</context>
469 </context-group> 534 </context-group>
470 </trans-unit> 535 </trans-unit>
471 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 536 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
472 <source> 537 <source>Change the language</source><target>Change the language</target><context-group name="null">
473 My videos 538 <context context-type="linenumber">102</context>
474 </source>
475 <target>マイビデオ</target>
476 <context-group name="null">
477 <context context-type="linenumber">24</context>
478 </context-group> 539 </context-group>
479 </trans-unit> 540 </trans-unit>
480 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1"> 541 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
481 <source> 542 <source>
482 Log out 543 Help to translate PeerTube!
483 </source> 544 </source>
484 <target></target> 545 <target>PeerTube翻訳手伝ださい!</target>
485 <context-group name="null"> 546 <context-group name="null">
486 <context context-type="linenumber">28</context> 547 <context context-type="linenumber">8</context>
487 </context-group> 548 </context-group>
488 </trans-unit> 549 </trans-unit>
489 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 550 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
490 <source>Create an account</source> 551 <source>Create an account</source>
491 <target>アカウントを作成する</target> 552 <target>アカウントを作成する</target>
492 <context-group name="null"> 553 <context-group name="null">
493 <context context-type="linenumber">37</context> 554 <context context-type="linenumber">33</context>
494 </context-group> 555 </context-group>
495 </trans-unit> 556 </trans-unit>
496 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 557 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
@@ -504,59 +565,71 @@
504 <source>Subscriptions</source> 565 <source>Subscriptions</source>
505 <target>サブスクリプション</target> 566 <target>サブスクリプション</target>
506 <context-group name="null"> 567 <context-group name="null">
507 <context context-type="linenumber">45</context> 568 <context context-type="linenumber">51</context>
508 </context-group> 569 </context-group>
509 </trans-unit> 570 </trans-unit>
510 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 571 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
511 <source>Overview</source> 572 <source>Overview</source>
512 <target>調査</target> 573 <target>調査</target>
513 <context-group name="null"> 574 <context-group name="null">
514 <context context-type="linenumber">50</context> 575 <context context-type="linenumber">66</context>
515 </context-group> 576 </context-group>
516 </trans-unit> 577 </trans-unit>
517 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 578 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
518 <source>Trending</source><target>Trending</target><context-group name="null"> 579 <source>Trending</source><target>Trending</target><context-group name="null">
519 <context context-type="linenumber">55</context> 580 <context context-type="linenumber">71</context>
520 </context-group> 581 </context-group>
521 </trans-unit> 582 </trans-unit>
522 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 583 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
523 <source>Recently added</source> 584 <source>Recently added</source>
524 <target>最近追加された</target> 585 <target>最近追加された</target>
525 <context-group name="null"> 586 <context-group name="null">
526 <context context-type="linenumber">60</context> 587 <context context-type="linenumber">76</context>
527 </context-group> 588 </context-group>
528 </trans-unit> 589 </trans-unit>
529 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 590 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
530 <source>Local</source> 591 <source>Local</source>
531 <target></target> 592 <target>ーカル</target>
532 <context-group name="null"> 593 <context-group name="null">
533 <context context-type="linenumber">65</context> 594 <context context-type="linenumber">81</context>
534 </context-group> 595 </context-group>
535 </trans-unit> 596 </trans-unit>
536 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 597 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
537 <source>More</source> 598 <source>More</source><target>More</target><context-group name="null">
538 <target>多くの</target> 599 <context context-type="linenumber">86</context>
539 <context-group name="null">
540 <context context-type="linenumber">70</context>
541 </context-group> 600 </context-group>
542 </trans-unit> 601 </trans-unit>
543 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 602 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
544 <source>Administration</source> 603 <source>Administration</source>
545 <target>運営</target> 604 <target>運営</target>
546 <context-group name="null"> 605 <context-group name="null">
547 <context context-type="linenumber">74</context> 606 <context context-type="linenumber">90</context>
548 </context-group> 607 </context-group>
549 </trans-unit> 608 </trans-unit>
550 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 609 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
551 <source>About</source> 610 <source>About</source>
552 <target>私たちに</target> 611 <target>私たちに</target>
553 <context-group name="null"> 612 <context-group name="null">
554 <context context-type="linenumber">25</context> 613 <context context-type="linenumber">26</context>
614 </context-group>
615 </trans-unit>
616 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
617 <source>Show keyboard shortcuts</source>
618 <target>キーボードショートカットを表示</target>
619 <context-group name="null">
620 <context context-type="linenumber">105</context>
621 </context-group>
622 </trans-unit>
623 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
624 <source>Notifications</source>
625 <target>通知</target>
626 <context-group name="null">
627 <context context-type="linenumber">10</context>
555 </context-group> 628 </context-group>
556 </trans-unit> 629 </trans-unit>
557 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 630 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
558 <source>Search...</source> 631 <source>Search...</source>
559 <target>サーチ...</target> 632 <target>検索...</target>
560 <context-group name="null"> 633 <context-group name="null">
561 <context context-type="linenumber">2</context> 634 <context context-type="linenumber">2</context>
562 </context-group> 635 </context-group>
@@ -607,21 +680,21 @@
607 <source>Category</source> 680 <source>Category</source>
608 <target>カテゴリー</target> 681 <target>カテゴリー</target>
609 <context-group name="null"> 682 <context-group name="null">
610 <context context-type="linenumber">170</context> 683 <context context-type="linenumber">215</context>
611 </context-group> 684 </context-group>
612 </trans-unit> 685 </trans-unit>
613 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 686 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
614 <source>Licence</source> 687 <source>Licence</source>
615 <target>ライセンス</target> 688 <target>ライセンス</target>
616 <context-group name="null"> 689 <context-group name="null">
617 <context context-type="linenumber">179</context> 690 <context context-type="linenumber">224</context>
618 </context-group> 691 </context-group>
619 </trans-unit> 692 </trans-unit>
620 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 693 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
621 <source>Language</source> 694 <source>Language</source>
622 <target>言語</target> 695 <target>言語</target>
623 <context-group name="null"> 696 <context-group name="null">
624 <context context-type="linenumber">188</context> 697 <context context-type="linenumber">233</context>
625 </context-group> 698 </context-group>
626 </trans-unit> 699 </trans-unit>
627 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 700 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
@@ -714,13 +787,6 @@
714 <context context-type="linenumber">39</context> 787 <context context-type="linenumber">39</context>
715 </context-group> 788 </context-group>
716 </trans-unit> 789 </trans-unit>
717 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
718 <source>User registration is allowed and</source>
719 <target>ユーザー登録が可能です</target>
720 <context-group name="null">
721 <context context-type="linenumber">29</context>
722 </context-group>
723 </trans-unit>
724 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 790 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
725 <source> 791 <source>
726 About PeerTube 792 About PeerTube
@@ -746,6 +812,13 @@
746 <context context-type="linenumber">18</context> 812 <context context-type="linenumber">18</context>
747 </context-group> 813 </context-group>
748 </trans-unit> 814 </trans-unit>
815 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
816 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
817 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> 人の登録者</target>
818 <context-group name="null">
819 <context context-type="linenumber">24</context>
820 </context-group>
821 </trans-unit>
749 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a"> 822 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
750 <source>Stats</source> 823 <source>Stats</source>
751 <target>統計</target> 824 <target>統計</target>
@@ -753,6 +826,13 @@
753 <context context-type="linenumber">16</context> 826 <context context-type="linenumber">16</context>
754 </context-group> 827 </context-group>
755 </trans-unit> 828 </trans-unit>
829 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
830 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
831 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> 人の登録者</target>
832 <context-group name="null">
833 <context context-type="linenumber">14</context>
834 </context-group>
835 </trans-unit>
756 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f"> 836 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f">
757 <source>See this video channel</source> 837 <source>See this video channel</source>
758 <target>このビデオチャンネルを見る</target> 838 <target>このビデオチャンネルを見る</target>
@@ -762,7 +842,7 @@
762 </trans-unit> 842 </trans-unit>
763 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59"> 843 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
764 <source>Name</source> 844 <source>Name</source>
765 <target>名</target> 845 <target>名</target>
766 <context-group name="null"> 846 <context-group name="null">
767 <context context-type="linenumber">12</context> 847 <context context-type="linenumber">12</context>
768 </context-group> 848 </context-group>
@@ -778,7 +858,14 @@
778 <source>Videos Overview</source> 858 <source>Videos Overview</source>
779 <target>ビデオの概要</target> 859 <target>ビデオの概要</target>
780 <context-group name="null"> 860 <context-group name="null">
781 <context context-type="linenumber">51</context> 861 <context context-type="linenumber">60</context>
862 </context-group>
863 </trans-unit>
864 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
865 <source>Local videos</source>
866 <target>ローカルビデオ</target>
867 <context-group name="null">
868 <context context-type="linenumber">63</context>
782 </context-group> 869 </context-group>
783 </trans-unit> 870 </trans-unit>
784 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2"> 871 <trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2">
@@ -799,28 +886,28 @@
799 <source>Signup enabled</source> 886 <source>Signup enabled</source>
800 <target>サインアップが有効</target> 887 <target>サインアップが有効</target>
801 <context-group name="null"> 888 <context-group name="null">
802 <context context-type="linenumber">84</context> 889 <context context-type="linenumber">93</context>
803 </context-group> 890 </context-group>
804 </trans-unit> 891 </trans-unit>
805 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 892 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
806 <source>Signup requires email verification</source> 893 <source>Signup requires email verification</source>
807 <target>サインアップには電子メールの確認が必要です</target> 894 <target>サインアップには電子メールの確認が必要です</target>
808 <context-group name="null"> 895 <context-group name="null">
809 <context context-type="linenumber">91</context> 896 <context context-type="linenumber">100</context>
810 </context-group> 897 </context-group>
811 </trans-unit> 898 </trans-unit>
812 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 899 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
813 <source>Signup limit</source> 900 <source>Signup limit</source>
814 <target>サインアップの制限</target> 901 <target>サインアップの制限</target>
815 <context-group name="null"> 902 <context-group name="null">
816 <context context-type="linenumber">96</context> 903 <context context-type="linenumber">105</context>
817 </context-group> 904 </context-group>
818 </trans-unit> 905 </trans-unit>
819 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 906 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
820 <source>Users</source> 907 <source>Users</source>
821 <target>ユーザー</target> 908 <target>ユーザー</target>
822 <context-group name="null"> 909 <context-group name="null">
823 <context context-type="linenumber">105</context> 910 <context context-type="linenumber">114</context>
824 </context-group> 911 </context-group>
825 </trans-unit> 912 </trans-unit>
826 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 913 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -834,21 +921,21 @@
834 <source>Video import with a torrent file or a magnet URI enabled</source> 921 <source>Video import with a torrent file or a magnet URI enabled</source>
835 <target>Torrent ファイル または magnet リンクを使用して動画をインポートする</target> 922 <target>Torrent ファイル または magnet リンクを使用して動画をインポートする</target>
836 <context-group name="null"> 923 <context-group name="null">
837 <context context-type="linenumber">148</context> 924 <context context-type="linenumber">157</context>
838 </context-group> 925 </context-group>
839 </trans-unit> 926 </trans-unit>
840 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 927 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
841 <source>Administrator</source> 928 <source>Administrator</source>
842 <target>管理者</target> 929 <target>管理者</target>
843 <context-group name="null"> 930 <context-group name="null">
844 <context context-type="linenumber">155</context> 931 <context context-type="linenumber">181</context>
845 </context-group> 932 </context-group>
846 </trans-unit> 933 </trans-unit>
847 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 934 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
848 <source>Admin email</source> 935 <source>Admin email</source>
849 <target>管理者の電子メール</target> 936 <target>管理者の電子メール</target>
850 <context-group name="null"> 937 <context-group name="null">
851 <context context-type="linenumber">158</context> 938 <context context-type="linenumber">184</context>
852 </context-group> 939 </context-group>
853 </trans-unit> 940 </trans-unit>
854 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 941 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -862,68 +949,68 @@
862 <source>Twitter</source> 949 <source>Twitter</source>
863 <target>Twitter</target> 950 <target>Twitter</target>
864 <context-group name="null"> 951 <context-group name="null">
865 <context context-type="linenumber">178</context> 952 <context context-type="linenumber">204</context>
866 </context-group> 953 </context-group>
867 </trans-unit> 954 </trans-unit>
868 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 955 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
869 <source>Your Twitter username</source> 956 <source>Your Twitter username</source>
870 <target>あなたのTwitterユーザー名</target> 957 <target>あなたのTwitterユーザー名</target>
871 <context-group name="null"> 958 <context-group name="null">
872 <context context-type="linenumber">184</context> 959 <context context-type="linenumber">210</context>
873 </context-group> 960 </context-group>
874 </trans-unit> 961 </trans-unit>
875 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 962 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
876 <source>Services</source> 963 <source>Services</source>
877 <target>サービス</target> 964 <target>サービス</target>
878 <context-group name="null"> 965 <context-group name="null">
879 <context context-type="linenumber">176</context> 966 <context context-type="linenumber">202</context>
880 </context-group> 967 </context-group>
881 </trans-unit> 968 </trans-unit>
882 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 969 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
883 <source>Transcoding</source> 970 <source>Transcoding</source>
884 <target>トランスコード</target> 971 <target>トランスコード</target>
885 <context-group name="null"> 972 <context-group name="null">
886 <context context-type="linenumber">215</context> 973 <context context-type="linenumber">241</context>
887 </context-group> 974 </context-group>
888 </trans-unit> 975 </trans-unit>
889 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 976 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
890 <source>Transcoding enabled</source> 977 <source>Transcoding enabled</source>
891 <target>トランスコードが有効になっています</target> 978 <target>トランスコードが有効になっています</target>
892 <context-group name="null"> 979 <context-group name="null">
893 <context context-type="linenumber">221</context> 980 <context context-type="linenumber">247</context>
894 </context-group> 981 </context-group>
895 </trans-unit> 982 </trans-unit>
896 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 983 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
897 <source>Transcoding threads</source><target>Transcoding threads</target><context-group name="null"> 984 <source>Transcoding threads</source><target>Transcoding threads</target><context-group name="null">
898 <context context-type="linenumber">237</context> 985 <context context-type="linenumber">263</context>
899 </context-group> 986 </context-group>
900 </trans-unit> 987 </trans-unit>
901 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 988 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
902 <source>Customizations</source> 989 <source>Customizations</source>
903 <target>カスタマイズ</target> 990 <target>カスタマイズ</target>
904 <context-group name="null"> 991 <context-group name="null">
905 <context context-type="linenumber">289</context> 992 <context context-type="linenumber">315</context>
906 </context-group> 993 </context-group>
907 </trans-unit> 994 </trans-unit>
908 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 995 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
909 <source>JavaScript</source> 996 <source>JavaScript</source>
910 <target>JavaScript</target> 997 <target>JavaScript</target>
911 <context-group name="null"> 998 <context-group name="null">
912 <context context-type="linenumber">294</context> 999 <context context-type="linenumber">320</context>
913 </context-group> 1000 </context-group>
914 </trans-unit> 1001 </trans-unit>
915 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1002 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
916 <source>Advanced configuration</source> 1003 <source>Advanced configuration</source>
917 <target>高度な構成</target> 1004 <target>高度な構成</target>
918 <context-group name="null"> 1005 <context-group name="null">
919 <context context-type="linenumber">212</context> 1006 <context context-type="linenumber">238</context>
920 </context-group> 1007 </context-group>
921 </trans-unit> 1008 </trans-unit>
922 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1009 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
923 <source>Update configuration</source> 1010 <source>Update configuration</source>
924 <target>設定を更新する</target> 1011 <target>設定を更新する</target>
925 <context-group name="null"> 1012 <context-group name="null">
926 <context context-type="linenumber">340</context> 1013 <context context-type="linenumber">366</context>
927 </context-group> 1014 </context-group>
928 </trans-unit> 1015 </trans-unit>
929 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1016 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1039,7 +1126,7 @@
1039 <source>Go to the account page</source> 1126 <source>Go to the account page</source>
1040 <target>アカウントページに移動</target> 1127 <target>アカウントページに移動</target>
1041 <context-group name="null"> 1128 <context-group name="null">
1042 <context context-type="linenumber">134</context> 1129 <context context-type="linenumber">179</context>
1043 </context-group> 1130 </context-group>
1044 </trans-unit> 1131 </trans-unit>
1045 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 1132 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
@@ -1144,18 +1231,14 @@
1144 <source>Change ownership</source> 1231 <source>Change ownership</source>
1145 <target>所有権を変更する</target> 1232 <target>所有権を変更する</target>
1146 <context-group name="null"> 1233 <context-group name="null">
1147 <context context-type="linenumber">46</context> 1234 <context context-type="linenumber">40</context>
1148 </context-group> 1235 </context-group>
1149 </trans-unit> 1236 </trans-unit>
1150 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a"> 1237 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
1151 <source> 1238 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
1152 Cancel 1239 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回再生</target>
1153 </source>
1154 <target>
1155キャンセル
1156 </target>
1157 <context-group name="null"> 1240 <context-group name="null">
1158 <context context-type="linenumber">30</context> 1241 <context context-type="linenumber">13</context>
1159 </context-group> 1242 </context-group>
1160 </trans-unit> 1243 </trans-unit>
1161 <trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68"> 1244 <trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68">
@@ -1165,13 +1248,6 @@
1165 <context context-type="linenumber">6</context> 1248 <context context-type="linenumber">6</context>
1166 </context-group> 1249 </context-group>
1167 </trans-unit> 1250 </trans-unit>
1168 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1169 <source>Display name</source>
1170 <target>表示名</target>
1171 <context-group name="null">
1172 <context context-type="linenumber">6</context>
1173 </context-group>
1174 </trans-unit>
1175 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191"> 1251 <trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191">
1176 <source>Target</source> 1252 <source>Target</source>
1177 <target>ターゲット</target> 1253 <target>ターゲット</target>
@@ -1207,6 +1283,47 @@
1207 <context context-type="linenumber">47</context> 1283 <context context-type="linenumber">47</context>
1208 </context-group> 1284 </context-group>
1209 </trans-unit> 1285 </trans-unit>
1286 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
1287 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
1288 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 回再生</target>
1289 <context-group name="null">
1290 <context context-type="linenumber">22</context>
1291 </context-group>
1292 </trans-unit>
1293 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
1294 <source>
1295 <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;"/>
1296 Mark all as read
1297 </source>
1298 <target>
1299 <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;"/>
1300 すべて既読済みとしてマークする
1301 </target>
1302 <context-group name="null">
1303 <context context-type="linenumber">7</context>
1304 </context-group>
1305 </trans-unit>
1306 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1307 <source>Privacy</source>
1308 <target>プライバシー</target>
1309 <context-group name="null">
1310 <context context-type="linenumber">205</context>
1311 </context-group>
1312 </trans-unit>
1313 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1314 <source>Channel</source>
1315 <target>チャンネル</target>
1316 <context-group name="null">
1317 <context context-type="linenumber">39</context>
1318 </context-group>
1319 </trans-unit>
1320 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1321 <source>Upload thumbnail</source>
1322 <target>サムネイルをアップロードする</target>
1323 <context-group name="null">
1324 <context context-type="linenumber">192</context>
1325 </context-group>
1326 </trans-unit>
1210 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 1327 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
1211 <source>Change password</source> 1328 <source>Change password</source>
1212 <target>パスワードを変更する</target> 1329 <target>パスワードを変更する</target>
@@ -1214,6 +1331,13 @@
1214 <context context-type="linenumber">30</context> 1331 <context context-type="linenumber">30</context>
1215 </context-group> 1332 </context-group>
1216 </trans-unit> 1333 </trans-unit>
1334 <trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b">
1335 <source>Current password</source>
1336 <target>現在のパスワード</target>
1337 <context-group name="null">
1338 <context context-type="linenumber">7</context>
1339 </context-group>
1340 </trans-unit>
1217 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229"> 1341 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
1218 <source>New password</source> 1342 <source>New password</source>
1219 <target>新しいパスワード</target> 1343 <target>新しいパスワード</target>
@@ -1228,11 +1352,11 @@
1228 <context context-type="linenumber">23</context> 1352 <context context-type="linenumber">23</context>
1229 </context-group> 1353 </context-group>
1230 </trans-unit> 1354 </trans-unit>
1231 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 1355 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
1232 <source>Save</source> 1356 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
1233 <target></target> 1357 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> 人登録者</target>
1234 <context-group name="null"> 1358 <context-group name="null">
1235 <context context-type="linenumber">32</context> 1359 <context context-type="linenumber">10</context>
1236 </context-group> 1360 </context-group>
1237 </trans-unit> 1361 </trans-unit>
1238 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9"> 1362 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
@@ -1242,6 +1366,13 @@
1242 <context context-type="linenumber">18</context> 1366 <context context-type="linenumber">18</context>
1243 </context-group> 1367 </context-group>
1244 </trans-unit> 1368 </trans-unit>
1369 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
1370 <source>Web</source>
1371 <target>Web</target>
1372 <context-group name="null">
1373 <context context-type="linenumber">3</context>
1374 </context-group>
1375 </trans-unit>
1245 <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48"> 1376 <trans-unit id="7ee8fad77b2664dabfb90ea03470f75a6f6d1d48">
1246 <source>An error occurred. </source> 1377 <source>An error occurred. </source>
1247 <target>エラーが発生しました</target> 1378 <target>エラーが発生しました</target>
@@ -1256,32 +1387,32 @@
1256 <context context-type="linenumber">9</context> 1387 <context context-type="linenumber">9</context>
1257 </context-group> 1388 </context-group>
1258 </trans-unit> 1389 </trans-unit>
1259 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6"> 1390 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
1260 <source>URL</source> 1391 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
1261 <target>URL</target> 1392 <target>作成日 <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
1262 <context-group name="null"> 1393 <context-group name="null">
1263 <context context-type="linenumber">17</context> 1394 <context context-type="linenumber">17</context>
1264 </context-group> 1395 </context-group>
1265 </trans-unit> 1396 </trans-unit>
1266 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071"> 1397 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
1267 <source>Channel</source> 1398 <source>URL</source>
1268 <target>チャネル</target> 1399 <target>URL</target>
1269 <context-group name="null"> 1400 <context-group name="null">
1270 <context context-type="linenumber">39</context> 1401 <context context-type="linenumber">25</context>
1271 </context-group> 1402 </context-group>
1272 </trans-unit> 1403 </trans-unit>
1273 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427"> 1404 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
1274 <source>Privacy</source> 1405 <source>Update</source>
1275 <target>プライバシー</target> 1406 <target>更新</target>
1276 <context-group name="null"> 1407 <context-group name="null">
1277 <context context-type="linenumber">160</context> 1408 <context context-type="linenumber">138</context>
1278 </context-group> 1409 </context-group>
1279 </trans-unit> 1410 </trans-unit>
1280 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb"> 1411 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
1281 <source>Update</source> 1412 <source>Select the file to upload</source>
1282 <target>アップ</target> 1413 <target>アップするファイルを選択する</target>
1283 <context-group name="null"> 1414 <context-group name="null">
1284 <context context-type="linenumber">93</context> 1415 <context context-type="linenumber">6</context>
1285 </context-group> 1416 </context-group>
1286 </trans-unit> 1417 </trans-unit>
1287 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3"> 1418 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
@@ -1291,6 +1422,13 @@
1291 <context context-type="linenumber">65</context> 1422 <context context-type="linenumber">65</context>
1292 </context-group> 1423 </context-group>
1293 </trans-unit> 1424 </trans-unit>
1425 <trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b">
1426 <source>Select the torrent to import</source>
1427 <target>インポートするTorrentを選択する</target>
1428 <context-group name="null">
1429 <context context-type="linenumber">6</context>
1430 </context-group>
1431 </trans-unit>
1294 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9"> 1432 <trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9">
1295 <source>Paste magnet URI</source> 1433 <source>Paste magnet URI</source>
1296 <target>Magnet URI を貼り付け</target> 1434 <target>Magnet URI を貼り付け</target>
@@ -1305,6 +1443,20 @@
1305 <context context-type="linenumber">10</context> 1443 <context context-type="linenumber">10</context>
1306 </context-group> 1444 </context-group>
1307 </trans-unit> 1445 </trans-unit>
1446 <trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470">
1447 <source>Import with URL</source>
1448 <target>URLでインポート</target>
1449 <context-group name="null">
1450 <context context-type="linenumber">17</context>
1451 </context-group>
1452 </trans-unit>
1453 <trans-unit id="752c401d7dcd708944eef60e411187f71d882340">
1454 <source>Import with torrent</source>
1455 <target>Torrentでインポート</target>
1456 <context-group name="null">
1457 <context context-type="linenumber">24</context>
1458 </context-group>
1459 </trans-unit>
1308 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e"> 1460 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
1309 <source>Title</source> 1461 <source>Title</source>
1310 <target>タイトル</target> 1462 <target>タイトル</target>
@@ -1316,7 +1468,35 @@
1316 <source>Tags</source> 1468 <source>Tags</source>
1317 <target>タグ</target> 1469 <target>タグ</target>
1318 <context-group name="null"> 1470 <context-group name="null">
1319 <context context-type="linenumber">197</context> 1471 <context context-type="linenumber">242</context>
1472 </context-group>
1473 </trans-unit>
1474 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
1475 <source>Enter a new tag</source>
1476 <target>新しいタグを入力</target>
1477 <context-group name="null">
1478 <context context-type="linenumber">21</context>
1479 </context-group>
1480 </trans-unit>
1481 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
1482 <source>Basic info</source>
1483 <target>基本情報</target>
1484 <context-group name="null">
1485 <context context-type="linenumber">4</context>
1486 </context-group>
1487 </trans-unit>
1488 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
1489 <source>Upload preview</source>
1490 <target>プレビューをアップロードする</target>
1491 <context-group name="null">
1492 <context context-type="linenumber">199</context>
1493 </context-group>
1494 </trans-unit>
1495 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
1496 <source>Support</source>
1497 <target>サポート</target>
1498 <context-group name="null">
1499 <context context-type="linenumber">101</context>
1320 </context-group> 1500 </context-group>
1321 </trans-unit> 1501 </trans-unit>
1322 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 1502 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
@@ -1326,6 +1506,13 @@
1326 <context context-type="linenumber">234</context> 1506 <context context-type="linenumber">234</context>
1327 </context-group> 1507 </context-group>
1328 </trans-unit> 1508 </trans-unit>
1509 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
1510 <source>Advanced settings</source>
1511 <target>高度な設定</target>
1512 <context-group name="null">
1513 <context context-type="linenumber">186</context>
1514 </context-group>
1515 </trans-unit>
1329 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 1516 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
1330 <source>Download video</source> 1517 <source>Download video</source>
1331 <target>ビデオをダウンロードする</target> 1518 <target>ビデオをダウンロードする</target>
@@ -1355,7 +1542,7 @@
1355 <source>Download</source> 1542 <source>Download</source>
1356 <target>ダウンロード</target> 1543 <target>ダウンロード</target>
1357 <context-group name="null"> 1544 <context-group name="null">
1358 <context context-type="linenumber">85</context> 1545 <context context-type="linenumber">130</context>
1359 </context-group> 1546 </context-group>
1360 </trans-unit> 1547 </trans-unit>
1361 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 1548 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -1369,95 +1556,86 @@
1369 <source>Share</source> 1556 <source>Share</source>
1370 <target>シェア</target> 1557 <target>シェア</target>
1371 <context-group name="null"> 1558 <context-group name="null">
1372 <context context-type="linenumber">75</context> 1559 <context context-type="linenumber">106</context>
1373 </context-group> 1560 </context-group>
1374 </trans-unit> 1561 </trans-unit>
1375 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 1562 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
1376 <source>QR-Code</source> 1563 <source>QR-Code</source>
1377 <target>QRコード</target> 1564 <target>QRコード</target>
1378 <context-group name="null"> 1565 <context-group name="null">
1379 <context context-type="linenumber">29</context> 1566 <context context-type="linenumber">37</context>
1380 </context-group> 1567 </context-group>
1381 </trans-unit> 1568 </trans-unit>
1382 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 1569 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
1383 <source>Close</source> 1570 <source>Close</source>
1384 <target>閉じる</target> 1571 <target>閉じる</target>
1385 <context-group name="null"> 1572 <context-group name="null">
1386 <context context-type="linenumber">51</context> 1573 <context context-type="linenumber">59</context>
1387 </context-group> 1574 </context-group>
1388 </trans-unit> 1575 </trans-unit>
1389 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 1576 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
1390 <source> 1577 <source>
1391 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 1578 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
1392 </source> 1579 </source>
1393 <target>公表 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回再生</target> 1580 <target>公開日 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回再生</target>
1394 <context-group name="null"> 1581 <context-group name="null">
1395 <context context-type="linenumber">36</context> 1582 <context context-type="linenumber">76</context>
1396 </context-group>
1397 </trans-unit>
1398 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
1399 <source>
1400 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
1401 </source>
1402 <target>公表 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 回再生</target>
1403 <context-group name="null">
1404 <context context-type="linenumber">45</context>
1405 </context-group> 1583 </context-group>
1406 </trans-unit> 1584 </trans-unit>
1407 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 1585 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
1408 <source>Update this video</source> 1586 <source>Update this video</source>
1409 <target>このビデオを更新する</target> 1587 <target>このビデオを更新する</target>
1410 <context-group name="null"> 1588 <context-group name="null">
1411 <context context-type="linenumber">92</context> 1589 <context context-type="linenumber">137</context>
1412 </context-group> 1590 </context-group>
1413 </trans-unit> 1591 </trans-unit>
1414 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 1592 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
1415 <source>Delete this video</source> 1593 <source>Delete this video</source>
1416 <target>このビデオを削除する</target> 1594 <target>このビデオを削除する</target>
1417 <context-group name="null"> 1595 <context-group name="null">
1418 <context context-type="linenumber">104</context> 1596 <context context-type="linenumber">149</context>
1419 </context-group> 1597 </context-group>
1420 </trans-unit> 1598 </trans-unit>
1421 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 1599 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
1422 <source>Go the channel page</source> 1600 <source>Go the channel page</source>
1423 <target>チャンネルページに移動する</target> 1601 <target>チャンネルページに移動する</target>
1424 <context-group name="null"> 1602 <context-group name="null">
1425 <context context-type="linenumber">124</context> 1603 <context context-type="linenumber">169</context>
1426 </context-group> 1604 </context-group>
1427 </trans-unit> 1605 </trans-unit>
1428 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 1606 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
1429 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 1607 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
1430 <target>から<x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 1608 <target>から<x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
1431 <context-group name="null"> 1609 <context-group name="null">
1432 <context context-type="linenumber">135</context> 1610 <context context-type="linenumber">180</context>
1433 </context-group> 1611 </context-group>
1434 </trans-unit> 1612 </trans-unit>
1435 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 1613 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
1436 <source>Show more</source> 1614 <source>Show more</source>
1437 <target>もっと見せる</target> 1615 <target>もっと見せる</target>
1438 <context-group name="null"> 1616 <context-group name="null">
1439 <context context-type="linenumber">147</context> 1617 <context context-type="linenumber">192</context>
1440 </context-group> 1618 </context-group>
1441 </trans-unit> 1619 </trans-unit>
1442 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 1620 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
1443 <source>Show less</source> 1621 <source>Show less</source>
1444 <target>あまり見せない</target> 1622 <target>あまり見せない</target>
1445 <context-group name="null"> 1623 <context-group name="null">
1446 <context context-type="linenumber">153</context> 1624 <context context-type="linenumber">198</context>
1447 </context-group> 1625 </context-group>
1448 </trans-unit> 1626 </trans-unit>
1449 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 1627 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
1450 <source>More information</source> 1628 <source>More information</source>
1451 <target>詳しくは:</target> 1629 <target>詳しくは:</target>
1452 <context-group name="null"> 1630 <context-group name="null">
1453 <context context-type="linenumber">218</context> 1631 <context context-type="linenumber">262</context>
1454 </context-group> 1632 </context-group>
1455 </trans-unit> 1633 </trans-unit>
1456 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 1634 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
1457 <source>Get more information</source> 1635 <source>Get more information</source>
1458 <target>より多くの情報を得る</target> 1636 <target>より多くの情報を得る</target>
1459 <context-group name="null"> 1637 <context-group name="null">
1460 <context context-type="linenumber">218</context> 1638 <context context-type="linenumber">262</context>
1461 </context-group> 1639 </context-group>
1462 </trans-unit> 1640 </trans-unit>
1463 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 1641 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -1468,7 +1646,7 @@
1468 はい 1646 はい
1469 </target> 1647 </target>
1470 <context-group name="null"> 1648 <context-group name="null">
1471 <context context-type="linenumber">221</context> 1649 <context context-type="linenumber">265</context>
1472 </context-group> 1650 </context-group>
1473 </trans-unit> 1651 </trans-unit>
1474 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 1652 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -1500,6 +1678,13 @@
1500 <context context-type="linenumber">17</context> 1678 <context context-type="linenumber">17</context>
1501 </context-group> 1679 </context-group>
1502 </trans-unit> 1680 </trans-unit>
1681 <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e">
1682 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
1683 <target><x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> 件の返信を表示</target>
1684 <context-group name="null">
1685 <context context-type="linenumber">54</context>
1686 </context-group>
1687 </trans-unit>
1503 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 1688 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
1504 <source> 1689 <source>
1505 Comments are disabled. 1690 Comments are disabled.
@@ -1538,7 +1723,7 @@
1538 </trans-unit> 1723 </trans-unit>
1539 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6"> 1724 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6">
1540 <source>Reply</source> 1725 <source>Reply</source>
1541 <target></target> 1726 <target></target>
1542 <context-group name="null"> 1727 <context-group name="null">
1543 <context context-type="linenumber">14</context> 1728 <context context-type="linenumber">14</context>
1544 </context-group> 1729 </context-group>
@@ -1571,6 +1756,34 @@
1571 <context context-type="linenumber">1</context> 1756 <context context-type="linenumber">1</context>
1572 </context-group> 1757 </context-group>
1573 </trans-unit> 1758 </trans-unit>
1759 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
1760 <source>100MB</source>
1761 <target>100MB</target>
1762 <context-group name="null">
1763 <context context-type="linenumber">1</context>
1764 </context-group>
1765 </trans-unit>
1766 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
1767 <source>500MB</source>
1768 <target>500MB</target>
1769 <context-group name="null">
1770 <context context-type="linenumber">1</context>
1771 </context-group>
1772 </trans-unit>
1773 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
1774 <source>10MB</source>
1775 <target>10MB</target>
1776 <context-group name="null">
1777 <context context-type="linenumber">1</context>
1778 </context-group>
1779 </trans-unit>
1780 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
1781 <source>50MB</source>
1782 <target>50MB</target>
1783 <context-group name="null">
1784 <context context-type="linenumber">1</context>
1785 </context-group>
1786 </trans-unit>
1574 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3"> 1787 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3">
1575 <source>Mark as accepted</source> 1788 <source>Mark as accepted</source>
1576 <target>承認済みとしてマークする</target> 1789 <target>承認済みとしてマークする</target>
@@ -1611,6 +1824,13 @@
1611 <context context-type="linenumber">1</context> 1824 <context context-type="linenumber">1</context>
1612 </context-group> 1825 </context-group>
1613 </trans-unit> 1826 </trans-unit>
1827 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
1828 <source>Delete videos history</source>
1829 <target>履歴の削除</target>
1830 <context-group name="null">
1831 <context context-type="linenumber">1</context>
1832 </context-group>
1833 </trans-unit>
1614 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b"> 1834 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
1615 <source>Profile updated.</source> 1835 <source>Profile updated.</source>
1616 <target>プロフィール更新。</target> 1836 <target>プロフィール更新。</target>
@@ -1632,13 +1852,6 @@
1632 <context context-type="linenumber">1</context> 1852 <context context-type="linenumber">1</context>
1633 </context-group> 1853 </context-group>
1634 </trans-unit> 1854 </trans-unit>
1635 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
1636 <source>Create</source>
1637 <target>作る</target>
1638 <context-group name="null">
1639 <context context-type="linenumber">1</context>
1640 </context-group>
1641 </trans-unit>
1642 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9"> 1855 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9">
1643 <source>My subscriptions</source> 1856 <source>My subscriptions</source>
1644 <target>私の輸入品</target> 1857 <target>私の輸入品</target>
@@ -1682,6 +1895,13 @@
1682 <context context-type="linenumber">1</context> 1895 <context context-type="linenumber">1</context>
1683 </context-group> 1896 </context-group>
1684 </trans-unit> 1897 </trans-unit>
1898 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
1899 <source>Keyboard Shortcuts:</source>
1900 <target>キーボードショートカット:</target>
1901 <context-group name="null">
1902 <context context-type="linenumber">1</context>
1903 </context-group>
1904 </trans-unit>
1685 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5"> 1905 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5">
1686 <source>Info</source> 1906 <source>Info</source>
1687 <target>情報</target> 1907 <target>情報</target>
@@ -1754,14 +1974,14 @@
1754 </trans-unit> 1974 </trans-unit>
1755 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9"> 1975 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9">
1756 <source>Views</source> 1976 <source>Views</source>
1757 <target>ビュー</target> 1977 <target>回再生</target>
1758 <context-group name="null"> 1978 <context-group name="null">
1759 <context context-type="linenumber">1</context> 1979 <context context-type="linenumber">1</context>
1760 </context-group> 1980 </context-group>
1761 </trans-unit> 1981 </trans-unit>
1762 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016"> 1982 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
1763 <source>Search</source> 1983 <source>Search</source>
1764 <target>サーチ</target> 1984 <target>検索</target>
1765 <context-group name="null"> 1985 <context-group name="null">
1766 <context context-type="linenumber">1</context> 1986 <context context-type="linenumber">1</context>
1767 </context-group> 1987 </context-group>
@@ -1796,7 +2016,7 @@
1796 </trans-unit> 2016 </trans-unit>
1797 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5"> 2017 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5">
1798 <source>Password is required.</source> 2018 <source>Password is required.</source>
1799 <target>パスワードが必要。</target> 2019 <target>パスワードが必要</target>
1800 <context-group name="null"> 2020 <context-group name="null">
1801 <context context-type="linenumber">1</context> 2021 <context context-type="linenumber">1</context>
1802 </context-group> 2022 </context-group>
@@ -2312,6 +2532,83 @@
2312 <context context-type="linenumber">1</context> 2532 <context context-type="linenumber">1</context>
2313 </context-group> 2533 </context-group>
2314 </trans-unit> 2534 </trans-unit>
2535 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
2536 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
2537 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 年前</target>
2538 <context-group name="null">
2539 <context context-type="linenumber">1</context>
2540 </context-group>
2541 </trans-unit>
2542 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
2543 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
2544 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> か月前</target>
2545 <context-group name="null">
2546 <context context-type="linenumber">1</context>
2547 </context-group>
2548 </trans-unit>
2549 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
2550 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
2551 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> か月前</target>
2552 <context-group name="null">
2553 <context context-type="linenumber">1</context>
2554 </context-group>
2555 </trans-unit>
2556 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
2557 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
2558 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 週間前</target>
2559 <context-group name="null">
2560 <context context-type="linenumber">1</context>
2561 </context-group>
2562 </trans-unit>
2563 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
2564 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
2565 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 週間前</target>
2566 <context-group name="null">
2567 <context context-type="linenumber">1</context>
2568 </context-group>
2569 </trans-unit>
2570 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
2571 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
2572 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 日前</target>
2573 <context-group name="null">
2574 <context context-type="linenumber">1</context>
2575 </context-group>
2576 </trans-unit>
2577 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
2578 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
2579 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 日前</target>
2580 <context-group name="null">
2581 <context context-type="linenumber">1</context>
2582 </context-group>
2583 </trans-unit>
2584 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
2585 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
2586 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 時間前</target>
2587 <context-group name="null">
2588 <context context-type="linenumber">1</context>
2589 </context-group>
2590 </trans-unit>
2591 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
2592 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
2593 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 時間前</target>
2594 <context-group name="null">
2595 <context context-type="linenumber">1</context>
2596 </context-group>
2597 </trans-unit>
2598 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
2599 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
2600 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 分前</target>
2601 <context-group name="null">
2602 <context context-type="linenumber">1</context>
2603 </context-group>
2604 </trans-unit>
2605 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
2606 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
2607 <target><x id="INTERPOLATION" equiv-text="{{interval}}"/> 秒前</target>
2608 <context-group name="null">
2609 <context context-type="linenumber">1</context>
2610 </context-group>
2611 </trans-unit>
2315 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980"> 2612 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980">
2316 <source>Emphasis</source> 2613 <source>Emphasis</source>
2317 <target>強調</target> 2614 <target>強調</target>
@@ -2396,6 +2693,13 @@
2396 <context context-type="linenumber">1</context> 2693 <context context-type="linenumber">1</context>
2397 </context-group> 2694 </context-group>
2398 </trans-unit> 2695 </trans-unit>
2696 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
2697 <source>Moderator</source>
2698 <target>モデレーター</target>
2699 <context-group name="null">
2700 <context context-type="linenumber">1</context>
2701 </context-group>
2702 </trans-unit>
2399 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 2703 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
2400 <source>Only I can see this video</source> 2704 <source>Only I can see this video</source>
2401 <target>私だけはこのビデオを見えます</target> 2705 <target>私だけはこのビデオを見えます</target>
@@ -2459,6 +2763,13 @@
2459 <context context-type="linenumber">1</context> 2763 <context context-type="linenumber">1</context>
2460 </context-group> 2764 </context-group>
2461 </trans-unit> 2765 </trans-unit>
2766 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
2767 <source>Trending for the last 24 hours</source>
2768 <target>過去24時間のトレンド</target>
2769 <context-group name="null">
2770 <context context-type="linenumber">1</context>
2771 </context-group>
2772 </trans-unit>
2462 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 2773 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
2463 <source>Videos from your subscriptions</source> 2774 <source>Videos from your subscriptions</source>
2464 <target>あなたの購読からのビデオ</target> 2775 <target>あなたの購読からのビデオ</target>
diff --git a/client/src/locale/target/angular_jbo.xml b/client/src/locale/target/angular_jbo.xml
index 58702ad42..41acdd9fc 100644
--- a/client/src/locale/target/angular_jbo.xml
+++ b/client/src/locale/target/angular_jbo.xml
@@ -54,50 +54,50 @@
54 </trans-unit> 54 </trans-unit>
55 <trans-unit id="ngb.pagination.first"> 55 <trans-unit id="ngb.pagination.first">
56 <source>««</source><target>««</target><context-group name="null"> 56 <source>««</source><target>««</target><context-group name="null">
57 <context context-type="linenumber">7</context> 57 <context context-type="linenumber">2</context>
58 </context-group>
59 </trans-unit>
60 <trans-unit id="ngb.pagination.previous">
61 <source>«</source><target>«</target><context-group name="null">
62 <context context-type="linenumber">3</context>
63 </context-group>
64 </trans-unit>
65 <trans-unit id="ngb.pagination.next">
66 <source>»</source><target>»</target><context-group name="null">
67 <context context-type="linenumber">4</context>
68 </context-group>
69 </trans-unit>
70 <trans-unit id="ngb.pagination.last">
71 <source>»»</source><target>»»</target><context-group name="null">
72 <context context-type="linenumber">5</context>
58 </context-group> 73 </context-group>
59 </trans-unit> 74 </trans-unit>
60 <trans-unit id="ngb.pagination.first-aria"> 75 <trans-unit id="ngb.pagination.first-aria">
61 <source>First</source> 76 <source>First</source>
62 <target>lo pa moi</target> 77 <target>lo pa moi</target>
63 <context-group name="null"> 78 <context-group name="null">
64 <context context-type="linenumber">5</context> 79 <context context-type="linenumber">14</context>
65 </context-group>
66 </trans-unit>
67 <trans-unit id="ngb.pagination.previous">
68 <source>«</source><target>«</target><context-group name="null">
69 <context context-type="linenumber">15</context>
70 </context-group> 80 </context-group>
71 </trans-unit> 81 </trans-unit>
72 <trans-unit id="ngb.pagination.previous-aria"> 82 <trans-unit id="ngb.pagination.previous-aria">
73 <source>Previous</source> 83 <source>Previous</source>
74 <target>lo prula'i</target> 84 <target>lo prula'i</target>
75 <context-group name="null"> 85 <context-group name="null">
76 <context context-type="linenumber">13</context> 86 <context context-type="linenumber">23</context>
77 </context-group>
78 </trans-unit>
79 <trans-unit id="ngb.pagination.next">
80 <source>»</source><target>»</target><context-group name="null">
81 <context context-type="linenumber">29</context>
82 </context-group> 87 </context-group>
83 </trans-unit> 88 </trans-unit>
84 <trans-unit id="ngb.pagination.next-aria"> 89 <trans-unit id="ngb.pagination.next-aria">
85 <source>Next</source> 90 <source>Next</source>
86 <target>lo bavla'i</target> 91 <target>lo bavla'i</target>
87 <context-group name="null"> 92 <context-group name="null">
88 <context context-type="linenumber">27</context> 93 <context context-type="linenumber">41</context>
89 </context-group>
90 </trans-unit>
91 <trans-unit id="ngb.pagination.last">
92 <source>»»</source><target>»»</target><context-group name="null">
93 <context context-type="linenumber">36</context>
94 </context-group> 94 </context-group>
95 </trans-unit> 95 </trans-unit>
96 <trans-unit id="ngb.pagination.last-aria"> 96 <trans-unit id="ngb.pagination.last-aria">
97 <source>Last</source> 97 <source>Last</source>
98 <target>lo ro moi</target> 98 <target>lo ro moi</target>
99 <context-group name="null"> 99 <context-group name="null">
100 <context context-type="linenumber">34</context> 100 <context context-type="linenumber">49</context>
101 </context-group> 101 </context-group>
102 </trans-unit> 102 </trans-unit>
103 <trans-unit id="ngb.progressbar.value"> 103 <trans-unit id="ngb.progressbar.value">
@@ -125,63 +125,84 @@
125 <source>Decrement hours</source> 125 <source>Decrement hours</source>
126 <target>jdika lo se cacra</target> 126 <target>jdika lo se cacra</target>
127 <context-group name="null"> 127 <context-group name="null">
128 <context context-type="linenumber">19</context> 128 <context context-type="linenumber">20</context>
129 </context-group> 129 </context-group>
130 </trans-unit> 130 </trans-unit>
131 <trans-unit id="ngb.timepicker.increment-minutes"> 131 <trans-unit id="ngb.timepicker.increment-minutes">
132 <source>Increment minutes</source> 132 <source>Increment minutes</source>
133 <target>zenba lo se mentu</target> 133 <target>zenba lo se mentu</target>
134 <context-group name="null"> 134 <context-group name="null">
135 <context context-type="linenumber">28</context> 135 <context context-type="linenumber">29</context>
136 </context-group> 136 </context-group>
137 </trans-unit> 137 </trans-unit>
138 <trans-unit id="ngb.timepicker.minutes"> 138 <trans-unit id="ngb.timepicker.minutes">
139 <source>Minutes</source> 139 <source>Minutes</source>
140 <target>lo se mentu</target> 140 <target>lo se mentu</target>
141 <context-group name="null"> 141 <context-group name="null">
142 <context context-type="linenumber">33</context> 142 <context context-type="linenumber">34</context>
143 </context-group> 143 </context-group>
144 </trans-unit> 144 </trans-unit>
145 <trans-unit id="ngb.timepicker.decrement-minutes"> 145 <trans-unit id="ngb.timepicker.decrement-minutes">
146 <source>Decrement minutes</source> 146 <source>Decrement minutes</source>
147 <target>jdika lo se mentu</target> 147 <target>jdika lo se mentu</target>
148 <context-group name="null"> 148 <context-group name="null">
149 <context context-type="linenumber">38</context> 149 <context context-type="linenumber">40</context>
150 </context-group> 150 </context-group>
151 </trans-unit> 151 </trans-unit>
152 <trans-unit id="ngb.timepicker.increment-seconds"> 152 <trans-unit id="ngb.timepicker.increment-seconds">
153 <source>Increment seconds</source> 153 <source>Increment seconds</source>
154 <target>zenba lo se snidu</target> 154 <target>zenba lo se snidu</target>
155 <context-group name="null"> 155 <context-group name="null">
156 <context context-type="linenumber">47</context> 156 <context context-type="linenumber">49</context>
157 </context-group> 157 </context-group>
158 </trans-unit> 158 </trans-unit>
159 <trans-unit id="ngb.timepicker.seconds"> 159 <trans-unit id="ngb.timepicker.seconds">
160 <source>Seconds</source> 160 <source>Seconds</source>
161 <target>lo se snidu</target> 161 <target>lo se snidu</target>
162 <context-group name="null"> 162 <context-group name="null">
163 <context context-type="linenumber">52</context> 163 <context context-type="linenumber">54</context>
164 </context-group> 164 </context-group>
165 </trans-unit> 165 </trans-unit>
166 <trans-unit id="ngb.timepicker.decrement-seconds"> 166 <trans-unit id="ngb.timepicker.decrement-seconds">
167 <source>Decrement seconds</source> 167 <source>Decrement seconds</source>
168 <target>jdika lo se snidu</target> 168 <target>jdika lo se snidu</target>
169 <context-group name="null"> 169 <context-group name="null">
170 <context context-type="linenumber">57</context> 170 <context context-type="linenumber">60</context>
171 </context-group> 171 </context-group>
172 </trans-unit> 172 </trans-unit>
173 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 173 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
174 <source>Unlisted</source> 174 <source>Unlisted</source>
175 <target>lo na'e se liste</target> 175 <target>lo na'e se liste</target>
176 <context-group name="null"> 176 <context-group name="null">
177 <context context-type="linenumber">10</context> 177 <context context-type="linenumber">17</context>
178 </context-group> 178 </context-group>
179 </trans-unit> 179 </trans-unit>
180 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 180 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
181 <source>Private</source> 181 <source>Private</source>
182 <target>lo sivni</target> 182 <target>lo sivni</target>
183 <context-group name="null"> 183 <context-group name="null">
184 <context context-type="linenumber">11</context> 184 <context context-type="linenumber">18</context>
185 </context-group>
186 </trans-unit>
187 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
188 <source>Display name</source>
189 <target>lo cmene</target>
190 <context-group name="null">
191 <context context-type="linenumber">6</context>
192 </context-group>
193 </trans-unit>
194 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
195 <source>Create</source>
196 <target>zbasu</target>
197 <context-group name="null">
198 <context context-type="linenumber">73</context>
199 </context-group>
200 </trans-unit>
201 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
202 <source>Save</source>
203 <target>vreji</target>
204 <context-group name="null">
205 <context context-type="linenumber">115</context>
185 </context-group> 206 </context-group>
186 </trans-unit> 207 </trans-unit>
187 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 208 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -254,7 +275,7 @@ sisti lo nu jersi pe'a</target>
254 <source>Login</source> 275 <source>Login</source>
255 <target>co'a cmisau</target> 276 <target>co'a cmisau</target>
256 <context-group name="null"> 277 <context-group name="null">
257 <context context-type="linenumber">36</context> 278 <context context-type="linenumber">32</context>
258 </context-group> 279 </context-group>
259 </trans-unit> 280 </trans-unit>
260 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 281 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -337,7 +358,7 @@ zbasu lo pilno</target>
337 <source>Signup</source> 358 <source>Signup</source>
338 <target>cmiveigau</target> 359 <target>cmiveigau</target>
339 <context-group name="null"> 360 <context-group name="null">
340 <context context-type="linenumber">78</context> 361 <context context-type="linenumber">87</context>
341 </context-group> 362 </context-group>
342 </trans-unit> 363 </trans-unit>
343 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 364 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
@@ -368,44 +389,14 @@ zbasu lo pilno</target>
368 <source>Change the language</source> 389 <source>Change the language</source>
369 <target>galfi lo bangu</target> 390 <target>galfi lo bangu</target>
370 <context-group name="null"> 391 <context-group name="null">
371 <context context-type="linenumber">86</context> 392 <context context-type="linenumber">102</context>
372 </context-group>
373 </trans-unit>
374 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
375 <source>
376 My public profile
377 </source>
378 <target>
379lo predatni be mi be'o poi gubni</target>
380 <context-group name="null">
381 <context context-type="linenumber">16</context>
382 </context-group>
383 </trans-unit>
384 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
385 <source>
386 My account
387 </source>
388 <target>
389lo mi pilno</target>
390 <context-group name="null">
391 <context context-type="linenumber">20</context>
392 </context-group>
393 </trans-unit>
394 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
395 <source>
396 My videos
397 </source>
398 <target>
399lo mi vidvi</target>
400 <context-group name="null">
401 <context context-type="linenumber">24</context>
402 </context-group> 393 </context-group>
403 </trans-unit> 394 </trans-unit>
404 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 395 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
405 <source>Create an account</source> 396 <source>Create an account</source>
406 <target>zbasu lo pilno</target> 397 <target>zbasu lo pilno</target>
407 <context-group name="null"> 398 <context-group name="null">
408 <context context-type="linenumber">37</context> 399 <context context-type="linenumber">33</context>
409 </context-group> 400 </context-group>
410 </trans-unit> 401 </trans-unit>
411 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 402 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
@@ -419,35 +410,35 @@ lo mi vidvi</target>
419 <source>Subscriptions</source> 410 <source>Subscriptions</source>
420 <target>lo se jersi pe'a</target> 411 <target>lo se jersi pe'a</target>
421 <context-group name="null"> 412 <context-group name="null">
422 <context context-type="linenumber">45</context> 413 <context context-type="linenumber">51</context>
423 </context-group> 414 </context-group>
424 </trans-unit> 415 </trans-unit>
425 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 416 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
426 <source>Trending</source> 417 <source>Trending</source>
427 <target>lo cabna misno</target> 418 <target>lo cabna misno</target>
428 <context-group name="null"> 419 <context-group name="null">
429 <context context-type="linenumber">55</context> 420 <context context-type="linenumber">71</context>
430 </context-group> 421 </context-group>
431 </trans-unit> 422 </trans-unit>
432 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 423 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
433 <source>Local</source> 424 <source>Local</source>
434 <target>lo diklo</target> 425 <target>lo diklo</target>
435 <context-group name="null"> 426 <context-group name="null">
436 <context context-type="linenumber">65</context> 427 <context context-type="linenumber">81</context>
437 </context-group> 428 </context-group>
438 </trans-unit> 429 </trans-unit>
439 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 430 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
440 <source>More</source> 431 <source>More</source>
441 <target>lo drata</target> 432 <target>lo drata</target>
442 <context-group name="null"> 433 <context-group name="null">
443 <context context-type="linenumber">70</context> 434 <context context-type="linenumber">86</context>
444 </context-group> 435 </context-group>
445 </trans-unit> 436 </trans-unit>
446 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 437 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
447 <source>About</source> 438 <source>About</source>
448 <target>lo datni</target> 439 <target>lo datni</target>
449 <context-group name="null"> 440 <context-group name="null">
450 <context context-type="linenumber">25</context> 441 <context context-type="linenumber">26</context>
451 </context-group> 442 </context-group>
452 </trans-unit> 443 </trans-unit>
453 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 444 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -496,14 +487,14 @@ lo mi vidvi</target>
496 <source>Category</source> 487 <source>Category</source>
497 <target>lo klesi</target> 488 <target>lo klesi</target>
498 <context-group name="null"> 489 <context-group name="null">
499 <context context-type="linenumber">170</context> 490 <context context-type="linenumber">215</context>
500 </context-group> 491 </context-group>
501 </trans-unit> 492 </trans-unit>
502 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 493 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
503 <source>Language</source> 494 <source>Language</source>
504 <target>lo bangu</target> 495 <target>lo bangu</target>
505 <context-group name="null"> 496 <context-group name="null">
506 <context context-type="linenumber">188</context> 497 <context context-type="linenumber">233</context>
507 </context-group> 498 </context-group>
508 </trans-unit> 499 </trans-unit>
509 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22"> 500 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22">
@@ -666,21 +657,21 @@ lo mi vidvi</target>
666 <source>Local videos</source> 657 <source>Local videos</source>
667 <target>lo diklo vidvi</target> 658 <target>lo diklo vidvi</target>
668 <context-group name="null"> 659 <context-group name="null">
669 <context context-type="linenumber">54</context> 660 <context context-type="linenumber">63</context>
670 </context-group> 661 </context-group>
671 </trans-unit> 662 </trans-unit>
672 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 663 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
673 <source>Policy on videos containing sensitive content</source> 664 <source>Policy on videos containing sensitive content</source>
674 <target>loi javni be tu'a lo vidvi poi vasru lo ganvi poi te kajde</target> 665 <target>loi javni be tu'a lo vidvi poi vasru lo ganvi poi te kajde</target>
675 <context-group name="null"> 666 <context-group name="null">
676 <context context-type="linenumber">61</context> 667 <context context-type="linenumber">70</context>
677 </context-group> 668 </context-group>
678 </trans-unit> 669 </trans-unit>
679 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 670 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
680 <source>JavaScript</source> 671 <source>JavaScript</source>
681 <target>la .djavascript.</target> 672 <target>la .djavascript.</target>
682 <context-group name="null"> 673 <context-group name="null">
683 <context context-type="linenumber">294</context> 674 <context context-type="linenumber">320</context>
684 </context-group> 675 </context-group>
685 </trans-unit> 676 </trans-unit>
686 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 677 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -721,13 +712,6 @@ lo pilno</target>
721 <context context-type="linenumber">16</context> 712 <context context-type="linenumber">16</context>
722 </context-group> 713 </context-group>
723 </trans-unit> 714 </trans-unit>
724 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
725 <source>Create another video channel</source>
726 <target>zbasu lo drata ke vidvi te tivni</target>
727 <context-group name="null">
728 <context context-type="linenumber">4</context>
729 </context-group>
730 </trans-unit>
731 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 715 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
732 <source>Go to the channel</source> 716 <source>Go to the channel</source>
733 <target>klama le te tivni</target> 717 <target>klama le te tivni</target>
@@ -749,13 +733,6 @@ lo pilno</target>
749 <context context-type="linenumber">15</context> 733 <context context-type="linenumber">15</context>
750 </context-group> 734 </context-group>
751 </trans-unit> 735 </trans-unit>
752 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
753 <source>Display name</source>
754 <target>lo cmene</target>
755 <context-group name="null">
756 <context context-type="linenumber">6</context>
757 </context-group>
758 </trans-unit>
759 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a"> 736 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
760 <source>You don't have any subscriptions yet.</source> 737 <source>You don't have any subscriptions yet.</source>
761 <target>.i do ca jersi pe'a no da</target> 738 <target>.i do ca jersi pe'a no da</target>
@@ -763,6 +740,13 @@ lo pilno</target>
763 <context context-type="linenumber">1</context> 740 <context context-type="linenumber">1</context>
764 </context-group> 741 </context-group>
765 </trans-unit> 742 </trans-unit>
743 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
744 <source>Channel</source>
745 <target>lo te tivni</target>
746 <context-group name="null">
747 <context context-type="linenumber">39</context>
748 </context-group>
749 </trans-unit>
766 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 750 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
767 <source>Change password</source> 751 <source>Change password</source>
768 <target>galfi lo japyvla</target> 752 <target>galfi lo japyvla</target>
@@ -805,13 +789,6 @@ lo pilno</target>
805 <context context-type="linenumber">21</context> 789 <context context-type="linenumber">21</context>
806 </context-group> 790 </context-group>
807 </trans-unit> 791 </trans-unit>
808 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
809 <source>Save</source>
810 <target>vreji</target>
811 <context-group name="null">
812 <context context-type="linenumber">32</context>
813 </context-group>
814 </trans-unit>
815 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 792 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
816 <source>Update my profile</source> 793 <source>Update my profile</source>
817 <target>galfi le predatni be mi</target> 794 <target>galfi le predatni be mi</target>
@@ -858,14 +835,7 @@ lo pilno</target>
858 <source>URL</source> 835 <source>URL</source>
859 <target>lo urli</target> 836 <target>lo urli</target>
860 <context-group name="null"> 837 <context-group name="null">
861 <context context-type="linenumber">17</context> 838 <context context-type="linenumber">25</context>
862 </context-group>
863 </trans-unit>
864 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
865 <source>Channel</source>
866 <target>lo te tivni</target>
867 <context-group name="null">
868 <context context-type="linenumber">39</context>
869 </context-group> 839 </context-group>
870 </trans-unit> 840 </trans-unit>
871 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3"> 841 <trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3">
@@ -893,7 +863,7 @@ lo pilno</target>
893 <source>Tags</source> 863 <source>Tags</source>
894 <target>lo tcita</target> 864 <target>lo tcita</target>
895 <context-group name="null"> 865 <context-group name="null">
896 <context context-type="linenumber">197</context> 866 <context context-type="linenumber">242</context>
897 </context-group> 867 </context-group>
898 </trans-unit> 868 </trans-unit>
899 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 869 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -935,7 +905,7 @@ lo pilno</target>
935 <source>Support</source> 905 <source>Support</source>
936 <target>rupsra</target> 906 <target>rupsra</target>
937 <context-group name="null"> 907 <context-group name="null">
938 <context context-type="linenumber">70</context> 908 <context context-type="linenumber">101</context>
939 </context-group> 909 </context-group>
940 </trans-unit> 910 </trans-unit>
941 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 911 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
@@ -970,70 +940,70 @@ lo pilno</target>
970 <source>Download</source> 940 <source>Download</source>
971 <target>kibycpa</target> 941 <target>kibycpa</target>
972 <context-group name="null"> 942 <context-group name="null">
973 <context context-type="linenumber">85</context> 943 <context context-type="linenumber">130</context>
974 </context-group> 944 </context-group>
975 </trans-unit> 945 </trans-unit>
976 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 946 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
977 <source>Share</source> 947 <source>Share</source>
978 <target>fatri</target> 948 <target>fatri</target>
979 <context-group name="null"> 949 <context-group name="null">
980 <context context-type="linenumber">75</context> 950 <context context-type="linenumber">106</context>
981 </context-group> 951 </context-group>
982 </trans-unit> 952 </trans-unit>
983 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 953 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
984 <source>Close</source> 954 <source>Close</source>
985 <target>mipri</target> 955 <target>mipri</target>
986 <context-group name="null"> 956 <context-group name="null">
987 <context context-type="linenumber">51</context> 957 <context context-type="linenumber">59</context>
988 </context-group> 958 </context-group>
989 </trans-unit> 959 </trans-unit>
990 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 960 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
991 <source>Like this video</source> 961 <source>Like this video</source>
992 <target>zanru le vi vidvi</target> 962 <target>zanru le vi vidvi</target>
993 <context-group name="null"> 963 <context-group name="null">
994 <context context-type="linenumber">55</context> 964 <context context-type="linenumber">86</context>
995 </context-group> 965 </context-group>
996 </trans-unit> 966 </trans-unit>
997 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 967 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
998 <source>Dislike this video</source> 968 <source>Dislike this video</source>
999 <target>to'e zanru le vi vidvi</target> 969 <target>to'e zanru le vi vidvi</target>
1000 <context-group name="null"> 970 <context-group name="null">
1001 <context context-type="linenumber">63</context> 971 <context context-type="linenumber">94</context>
1002 </context-group> 972 </context-group>
1003 </trans-unit> 973 </trans-unit>
1004 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 974 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
1005 <source>Download the video</source> 975 <source>Download the video</source>
1006 <target>kibycpa le vidvi</target> 976 <target>kibycpa le vidvi</target>
1007 <context-group name="null"> 977 <context-group name="null">
1008 <context context-type="linenumber">84</context> 978 <context context-type="linenumber">129</context>
1009 </context-group> 979 </context-group>
1010 </trans-unit> 980 </trans-unit>
1011 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 981 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
1012 <source>Delete this video</source> 982 <source>Delete this video</source>
1013 <target>vimcu le vi vidvi</target> 983 <target>vimcu le vi vidvi</target>
1014 <context-group name="null"> 984 <context-group name="null">
1015 <context context-type="linenumber">104</context> 985 <context context-type="linenumber">149</context>
1016 </context-group> 986 </context-group>
1017 </trans-unit> 987 </trans-unit>
1018 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 988 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
1019 <source>Go the channel page</source> 989 <source>Go the channel page</source>
1020 <target>klama le papri pe le te tivni</target> 990 <target>klama le papri pe le te tivni</target>
1021 <context-group name="null"> 991 <context-group name="null">
1022 <context context-type="linenumber">124</context> 992 <context context-type="linenumber">169</context>
1023 </context-group> 993 </context-group>
1024 </trans-unit> 994 </trans-unit>
1025 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 995 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
1026 <source>Show more</source> 996 <source>Show more</source>
1027 <target>viska lo zmadu</target> 997 <target>viska lo zmadu</target>
1028 <context-group name="null"> 998 <context-group name="null">
1029 <context context-type="linenumber">147</context> 999 <context context-type="linenumber">192</context>
1030 </context-group> 1000 </context-group>
1031 </trans-unit> 1001 </trans-unit>
1032 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 1002 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
1033 <source>Show less</source> 1003 <source>Show less</source>
1034 <target>viska lo mleca</target> 1004 <target>viska lo mleca</target>
1035 <context-group name="null"> 1005 <context-group name="null">
1036 <context context-type="linenumber">153</context> 1006 <context context-type="linenumber">198</context>
1037 </context-group> 1007 </context-group>
1038 </trans-unit> 1008 </trans-unit>
1039 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828"> 1009 <trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828">
@@ -1251,13 +1221,6 @@ lo pilno</target>
1251 <context context-type="linenumber">1</context> 1221 <context context-type="linenumber">1</context>
1252 </context-group> 1222 </context-group>
1253 </trans-unit> 1223 </trans-unit>
1254 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
1255 <source>Create</source>
1256 <target>zbasu</target>
1257 <context-group name="null">
1258 <context context-type="linenumber">1</context>
1259 </context-group>
1260 </trans-unit>
1261 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 1224 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
1262 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 1225 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
1263 <target>.i mo'u galfi la'o ly. <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> .ly. noi vidvi te tivni</target> 1226 <target>.i mo'u galfi la'o ly. <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> .ly. noi vidvi te tivni</target>
diff --git a/client/src/locale/target/angular_nl_NL.xml b/client/src/locale/target/angular_nl_NL.xml
index 6ec1b8998..d2345cdf8 100644
--- a/client/src/locale/target/angular_nl_NL.xml
+++ b/client/src/locale/target/angular_nl_NL.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Eerste</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Eerste</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Vorige</target> 92 <target>Vorige</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Volgende</target> 99 <target>Volgende</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Laatste</target> 106 <target>Laatste</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Verlaag uren</target> 141 <target>Verlaag uren</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Verhoog minuten</target> 148 <target>Verhoog minuten</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minuten</target> 162 <target>Minuten</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Verlaag minuten</target> 169 <target>Verlaag minuten</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Verhoog seconden</target> 176 <target>Verhoog seconden</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Seconden</target> 190 <target>Seconden</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Verlaag seconden</target> 197 <target>Verlaag seconden</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -220,18 +220,240 @@
220 <context context-type="linenumber">11</context> 220 <context context-type="linenumber">11</context>
221 </context-group> 221 </context-group>
222 </trans-unit> 222 </trans-unit>
223 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
224 <source>You don't have notifications.</source>
225 <target>Je hebt geen notifcaties.</target>
226 <context-group name="null">
227 <context context-type="linenumber">1</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publiceerde een <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nieuwe video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <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;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 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
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <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;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 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;"/> is van de zwarte lijst gehaald
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <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;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 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
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <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;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 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;"/> is op de zwarte lijst gezet
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <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;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <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;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <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;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Een nieuw videomisbruik<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is gemaakt op 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;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
307 <source>
308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <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;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> heeft een opmerking over jouw 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;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <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;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 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
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <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;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 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;"/> is gepubliceerd
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <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;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
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 }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <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;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Jouw video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> is geslaagd
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <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;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <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
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <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;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Jouw video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> is mislukt
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <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;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <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;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 Gebruiker <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> heeft zich ingeschreven<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> op jouw instantie
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <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
407
408 <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;"/>
409 <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;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <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;"/> volgt
417
418 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>jouw kanaal <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;"/>
419 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>jouw account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <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;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> heeft je vermeld op <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;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
223 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 445 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
224 <source>Unlisted</source> 446 <source>Unlisted</source>
225 <target>Onvermeld</target> 447 <target>Onvermeld</target>
226 <context-group name="null"> 448 <context-group name="null">
227 <context context-type="linenumber">10</context> 449 <context context-type="linenumber">17</context>
228 </context-group> 450 </context-group>
229 </trans-unit> 451 </trans-unit>
230 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 452 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
231 <source>Private</source> 453 <source>Private</source>
232 <target>Privé</target> 454 <target>Privé</target>
233 <context-group name="null"> 455 <context-group name="null">
234 <context context-type="linenumber">11</context> 456 <context context-type="linenumber">18</context>
235 </context-group> 457 </context-group>
236 </trans-unit> 458 </trans-unit>
237 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 459 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -241,6 +463,27 @@
241 <context context-type="linenumber">16</context> 463 <context context-type="linenumber">16</context>
242 </context-group> 464 </context-group>
243 </trans-unit> 465 </trans-unit>
466 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
467 <source>Display name</source>
468 <target>Weergavenaam</target>
469 <context-group name="null">
470 <context context-type="linenumber">6</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
474 <source>Create</source>
475 <target>Creeër</target>
476 <context-group name="null">
477 <context context-type="linenumber">73</context>
478 </context-group>
479 </trans-unit>
480 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
481 <source>Save</source>
482 <target>Opslaan</target>
483 <context-group name="null">
484 <context context-type="linenumber">115</context>
485 </context-group>
486 </trans-unit>
244 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 487 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
245 <source>Delete</source> 488 <source>Delete</source>
246 <target>Verwijderen</target> 489 <target>Verwijderen</target>
@@ -390,7 +633,7 @@ Abonnement opzeggen</target>
390Oneindig <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;"/> 633Oneindig <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;"/>
391 </target> 634 </target>
392 <context-group name="null"> 635 <context-group name="null">
393 <context context-type="linenumber">14</context> 636 <context context-type="linenumber">28</context>
394 </context-group> 637 </context-group>
395 </trans-unit> 638 </trans-unit>
396 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 639 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -431,6 +674,13 @@ Een verbannen gebruiker kan niet langer inloggen.</target>
431 <context context-type="linenumber">26</context> 674 <context context-type="linenumber">26</context>
432 </context-group> 675 </context-group>
433 </trans-unit> 676 </trans-unit>
677 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
678 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
679 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
680 <context-group name="null">
681 <context context-type="linenumber">11</context>
682 </context-group>
683 </trans-unit>
434 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea"> 684 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
435 <source> 685 <source>
436 Login 686 Login
@@ -507,7 +757,7 @@ of maak een account aan op een andere instantie</target>
507 <source>Login</source> 757 <source>Login</source>
508 <target>Aanmelden</target> 758 <target>Aanmelden</target>
509 <context-group name="null"> 759 <context-group name="null">
510 <context context-type="linenumber">36</context> 760 <context context-type="linenumber">32</context>
511 </context-group> 761 </context-group>
512 </trans-unit> 762 </trans-unit>
513 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 763 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -517,6 +767,17 @@ of maak een account aan op een andere instantie</target>
517 <context context-type="linenumber">57</context> 767 <context context-type="linenumber">57</context>
518 </context-group> 768 </context-group>
519 </trans-unit> 769 </trans-unit>
770 <trans-unit id="f876804a6725f7b950c8e4c56ca596206856e6a2">
771 <source>
772 We are sorry, you cannot recover you password because your instance administrator did not configure the PeerTube email system.
773 </source>
774 <target>
775 Het spijt ons, je kunt je wachtwoord niet achterhalen omdat de beheerder van jouw instantie het PeerTube e-mail systeem niet heeft geconfigureerd.
776 </target>
777 <context-group name="null">
778 <context context-type="linenumber">64</context>
779 </context-group>
780 </trans-unit>
520 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 781 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
521 <source>Email</source> 782 <source>Email</source>
522 <target>E-mail</target> 783 <target>E-mail</target>
@@ -604,7 +865,7 @@ Account aanmaken</target>
604 <source>Signup</source> 865 <source>Signup</source>
605 <target>Registratie</target> 866 <target>Registratie</target>
606 <context-group name="null"> 867 <context-group name="null">
607 <context context-type="linenumber">78</context> 868 <context context-type="linenumber">87</context>
608 </context-group> 869 </context-group>
609 </trans-unit> 870 </trans-unit>
610 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 871 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -671,53 +932,31 @@ Geen resultaten gevonden</target>
671 <source>Change the language</source> 932 <source>Change the language</source>
672 <target>Taal veranderen</target> 933 <target>Taal veranderen</target>
673 <context-group name="null"> 934 <context-group name="null">
674 <context context-type="linenumber">86</context> 935 <context context-type="linenumber">102</context>
675 </context-group>
676 </trans-unit>
677 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
678 <source>
679 My public profile
680 </source>
681 <target>
682Mijn openbare profiel</target>
683 <context-group name="null">
684 <context context-type="linenumber">16</context>
685 </context-group>
686 </trans-unit>
687 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
688 <source>
689 My account
690 </source>
691 <target>
692Mijn account</target>
693 <context-group name="null">
694 <context context-type="linenumber">20</context>
695 </context-group> 936 </context-group>
696 </trans-unit> 937 </trans-unit>
697 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10"> 938 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
698 <source> 939 <source>
699 My videos 940 Help to translate PeerTube!
700 </source> 941 </source>
701 <target>
702Mijn video's</target>
703 <context-group name="null">
704 <context context-type="linenumber">24</context>
705 </context-group>
706 </trans-unit>
707 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
708 <source>
709 Log out
710 </source>
711 <target> 942 <target>
712Uitloggen</target> 943 Help PeerTube te vertalen!
944 </target>
713 <context-group name="null"> 945 <context-group name="null">
714 <context context-type="linenumber">28</context> 946 <context context-type="linenumber">8</context>
715 </context-group> 947 </context-group>
716 </trans-unit> 948 </trans-unit>
717 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 949 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
718 <source>Create an account</source> 950 <source>Create an account</source>
719 <target>Account maken</target> 951 <target>Account maken</target>
720 <context-group name="null"> 952 <context-group name="null">
953 <context context-type="linenumber">33</context>
954 </context-group>
955 </trans-unit>
956 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
957 <source>My library</source>
958 <target>Mijn bibliotheek</target>
959 <context-group name="null">
721 <context context-type="linenumber">37</context> 960 <context context-type="linenumber">37</context>
722 </context-group> 961 </context-group>
723 </trans-unit> 962 </trans-unit>
@@ -732,70 +971,98 @@ Uitloggen</target>
732 <source>Subscriptions</source> 971 <source>Subscriptions</source>
733 <target>Abonnementen</target> 972 <target>Abonnementen</target>
734 <context-group name="null"> 973 <context-group name="null">
735 <context context-type="linenumber">45</context> 974 <context context-type="linenumber">51</context>
736 </context-group> 975 </context-group>
737 </trans-unit> 976 </trans-unit>
738 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 977 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
739 <source>Overview</source> 978 <source>Overview</source>
740 <target>Overzicht</target> 979 <target>Overzicht</target>
741 <context-group name="null"> 980 <context-group name="null">
742 <context context-type="linenumber">50</context> 981 <context context-type="linenumber">66</context>
743 </context-group> 982 </context-group>
744 </trans-unit> 983 </trans-unit>
745 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 984 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
746 <source>Trending</source> 985 <source>Trending</source>
747 <target>Populair</target> 986 <target>Populair</target>
748 <context-group name="null"> 987 <context-group name="null">
749 <context context-type="linenumber">55</context> 988 <context context-type="linenumber">71</context>
750 </context-group> 989 </context-group>
751 </trans-unit> 990 </trans-unit>
752 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 991 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
753 <source>Recently added</source> 992 <source>Recently added</source>
754 <target>Recent toegevoegd</target> 993 <target>Recent toegevoegd</target>
755 <context-group name="null"> 994 <context-group name="null">
756 <context context-type="linenumber">60</context> 995 <context context-type="linenumber">76</context>
757 </context-group> 996 </context-group>
758 </trans-unit> 997 </trans-unit>
759 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 998 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
760 <source>Local</source> 999 <source>Local</source>
761 <target>Lokaal</target> 1000 <target>Lokaal</target>
762 <context-group name="null"> 1001 <context-group name="null">
763 <context context-type="linenumber">65</context> 1002 <context context-type="linenumber">81</context>
764 </context-group> 1003 </context-group>
765 </trans-unit> 1004 </trans-unit>
766 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1005 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
767 <source>More</source> 1006 <source>More</source>
768 <target>Meer</target> 1007 <target>Meer</target>
769 <context-group name="null"> 1008 <context-group name="null">
770 <context context-type="linenumber">70</context> 1009 <context context-type="linenumber">86</context>
771 </context-group> 1010 </context-group>
772 </trans-unit> 1011 </trans-unit>
773 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1012 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
774 <source>Administration</source> 1013 <source>Administration</source>
775 <target>Administratie</target> 1014 <target>Administratie</target>
776 <context-group name="null"> 1015 <context-group name="null">
777 <context context-type="linenumber">74</context> 1016 <context context-type="linenumber">90</context>
778 </context-group> 1017 </context-group>
779 </trans-unit> 1018 </trans-unit>
780 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1019 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
781 <source>About</source> 1020 <source>About</source>
782 <target>Over</target> 1021 <target>Over</target>
783 <context-group name="null"> 1022 <context-group name="null">
784 <context context-type="linenumber">25</context> 1023 <context context-type="linenumber">26</context>
785 </context-group> 1024 </context-group>
786 </trans-unit> 1025 </trans-unit>
787 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1026 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
788 <source>Show keyboard shortcuts</source> 1027 <source>Show keyboard shortcuts</source>
789 <target>Laat keyboard shortcuts zien</target> 1028 <target>Laat keyboard shortcuts zien</target>
790 <context-group name="null"> 1029 <context-group name="null">
791 <context context-type="linenumber">89</context> 1030 <context context-type="linenumber">105</context>
792 </context-group> 1031 </context-group>
793 </trans-unit> 1032 </trans-unit>
794 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1033 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
795 <source>Toggle dark interface</source> 1034 <source>Toggle dark interface</source>
796 <target>Schakel donkere interface aan of uit</target> 1035 <target>Schakel donkere interface aan of uit</target>
797 <context-group name="null"> 1036 <context-group name="null">
798 <context context-type="linenumber">92</context> 1037 <context context-type="linenumber">108</context>
1038 </context-group>
1039 </trans-unit>
1040 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1041 <source>View your notifications</source>
1042 <target>Bekijk jouw notificaties.</target>
1043 <context-group name="null">
1044 <context context-type="linenumber">3</context>
1045 </context-group>
1046 </trans-unit>
1047 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1048 <source>Notifications</source>
1049 <target>Notificaties</target>
1050 <context-group name="null">
1051 <context context-type="linenumber">10</context>
1052 </context-group>
1053 </trans-unit>
1054 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1055 <source>Update your notification preferences</source>
1056 <target>Update je notificatie voorkeuren</target>
1057 <context-group name="null">
1058 <context context-type="linenumber">16</context>
1059 </context-group>
1060 </trans-unit>
1061 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1062 <source>See all your notifications</source>
1063 <target>Bekijk al jouw notificaties</target>
1064 <context-group name="null">
1065 <context context-type="linenumber">30</context>
799 </context-group> 1066 </context-group>
800 </trans-unit> 1067 </trans-unit>
801 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1068 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -826,6 +1093,27 @@ Uitloggen</target>
826 <context context-type="linenumber">15</context> 1093 <context context-type="linenumber">15</context>
827 </context-group> 1094 </context-group>
828 </trans-unit> 1095 </trans-unit>
1096 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1097 <source>Original publication year</source>
1098 <target>Origineel publicatie jaar</target>
1099 <context-group name="null">
1100 <context context-type="linenumber">24</context>
1101 </context-group>
1102 </trans-unit>
1103 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1104 <source>After...</source>
1105 <target>Na...</target>
1106 <context-group name="null">
1107 <context context-type="linenumber">30</context>
1108 </context-group>
1109 </trans-unit>
1110 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1111 <source>Before...</source>
1112 <target>Voor...</target>
1113 <context-group name="null">
1114 <context context-type="linenumber">37</context>
1115 </context-group>
1116 </trans-unit>
829 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1117 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
830 <source>Duration</source> 1118 <source>Duration</source>
831 <target>Duratie</target> 1119 <target>Duratie</target>
@@ -858,21 +1146,21 @@ Uitloggen</target>
858 <source>Category</source> 1146 <source>Category</source>
859 <target>Categorie</target> 1147 <target>Categorie</target>
860 <context-group name="null"> 1148 <context-group name="null">
861 <context context-type="linenumber">170</context> 1149 <context context-type="linenumber">215</context>
862 </context-group> 1150 </context-group>
863 </trans-unit> 1151 </trans-unit>
864 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1152 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
865 <source>Licence</source> 1153 <source>Licence</source>
866 <target>Licentie</target> 1154 <target>Licentie</target>
867 <context-group name="null"> 1155 <context-group name="null">
868 <context context-type="linenumber">179</context> 1156 <context context-type="linenumber">224</context>
869 </context-group> 1157 </context-group>
870 </trans-unit> 1158 </trans-unit>
871 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1159 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
872 <source>Language</source> 1160 <source>Language</source>
873 <target>Taal</target> 1161 <target>Taal</target>
874 <context-group name="null"> 1162 <context-group name="null">
875 <context context-type="linenumber">188</context> 1163 <context context-type="linenumber">233</context>
876 </context-group> 1164 </context-group>
877 </trans-unit> 1165 </trans-unit>
878 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1166 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -962,6 +1250,34 @@ Uitloggen</target>
962 <context context-type="linenumber">7</context> 1250 <context context-type="linenumber">7</context>
963 </context-group> 1251 </context-group>
964 </trans-unit> 1252 </trans-unit>
1253 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
1254 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
1255 <target>Neem contact op met <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> beheerder</target>
1256 <context-group name="null">
1257 <context context-type="linenumber">3</context>
1258 </context-group>
1259 </trans-unit>
1260 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
1261 <source>Your name</source>
1262 <target>Jouw naam</target>
1263 <context-group name="null">
1264 <context context-type="linenumber">11</context>
1265 </context-group>
1266 </trans-unit>
1267 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
1268 <source>Your email</source>
1269 <target>Jouw e-mail</target>
1270 <context-group name="null">
1271 <context context-type="linenumber">20</context>
1272 </context-group>
1273 </trans-unit>
1274 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
1275 <source>Your message</source>
1276 <target>Jouw bericht</target>
1277 <context-group name="null">
1278 <context context-type="linenumber">29</context>
1279 </context-group>
1280 </trans-unit>
965 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb"> 1281 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
966 <source> 1282 <source>
967 Cancel 1283 Cancel
@@ -979,6 +1295,20 @@ Annuleer</target>
979 <context context-type="linenumber">31</context> 1295 <context context-type="linenumber">31</context>
980 </context-group> 1296 </context-group>
981 </trans-unit> 1297 </trans-unit>
1298 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
1299 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
1300 <target>Over <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instantie</target>
1301 <context-group name="null">
1302 <context context-type="linenumber">4</context>
1303 </context-group>
1304 </trans-unit>
1305 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
1306 <source>Contact administrator</source>
1307 <target>Neem contact op met beheerder</target>
1308 <context-group name="null">
1309 <context context-type="linenumber">6</context>
1310 </context-group>
1311 </trans-unit>
982 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 1312 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
983 <source>Description</source> 1313 <source>Description</source>
984 <target>Beschrijving</target> 1314 <target>Beschrijving</target>
@@ -993,13 +1323,6 @@ Annuleer</target>
993 <context context-type="linenumber">39</context> 1323 <context context-type="linenumber">39</context>
994 </context-group> 1324 </context-group>
995 </trans-unit> 1325 </trans-unit>
996 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
997 <source>User registration is allowed and</source>
998 <target>Een account aanmaken is mogelijk en</target>
999 <context-group name="null">
1000 <context context-type="linenumber">29</context>
1001 </context-group>
1002 </trans-unit>
1003 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1326 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1004 <source> 1327 <source>
1005 About PeerTube 1328 About PeerTube
@@ -1344,42 +1667,42 @@ Ondertussen willen we verschillende ideeën testen die gerelateerd zijn aan dit
1344 <source>Default client route</source> 1667 <source>Default client route</source>
1345 <target>Startpagina</target> 1668 <target>Startpagina</target>
1346 <context-group name="null"> 1669 <context-group name="null">
1347 <context context-type="linenumber">48</context> 1670 <context context-type="linenumber">57</context>
1348 </context-group> 1671 </context-group>
1349 </trans-unit> 1672 </trans-unit>
1350 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1673 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1351 <source>Videos Overview</source> 1674 <source>Videos Overview</source>
1352 <target>Video-overzicht</target> 1675 <target>Video-overzicht</target>
1353 <context-group name="null"> 1676 <context-group name="null">
1354 <context context-type="linenumber">51</context> 1677 <context context-type="linenumber">60</context>
1355 </context-group> 1678 </context-group>
1356 </trans-unit> 1679 </trans-unit>
1357 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1680 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1358 <source>Videos Trending</source> 1681 <source>Videos Trending</source>
1359 <target>Populaire video's</target> 1682 <target>Populaire video's</target>
1360 <context-group name="null"> 1683 <context-group name="null">
1361 <context context-type="linenumber">52</context> 1684 <context context-type="linenumber">61</context>
1362 </context-group> 1685 </context-group>
1363 </trans-unit> 1686 </trans-unit>
1364 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1687 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1365 <source>Videos Recently Added</source> 1688 <source>Videos Recently Added</source>
1366 <target>Recent toegevoegde video's</target> 1689 <target>Recent toegevoegde video's</target>
1367 <context-group name="null"> 1690 <context-group name="null">
1368 <context context-type="linenumber">53</context> 1691 <context context-type="linenumber">62</context>
1369 </context-group> 1692 </context-group>
1370 </trans-unit> 1693 </trans-unit>
1371 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1694 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1372 <source>Local videos</source> 1695 <source>Local videos</source>
1373 <target>Video's op deze instantie</target> 1696 <target>Video's op deze instantie</target>
1374 <context-group name="null"> 1697 <context-group name="null">
1375 <context context-type="linenumber">54</context> 1698 <context context-type="linenumber">63</context>
1376 </context-group> 1699 </context-group>
1377 </trans-unit> 1700 </trans-unit>
1378 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1701 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1379 <source>Policy on videos containing sensitive content</source> 1702 <source>Policy on videos containing sensitive content</source>
1380 <target>Beleid rond video's met gevoelige inhoud</target> 1703 <target>Beleid rond video's met gevoelige inhoud</target>
1381 <context-group name="null"> 1704 <context-group name="null">
1382 <context context-type="linenumber">61</context> 1705 <context context-type="linenumber">70</context>
1383 </context-group> 1706 </context-group>
1384 </trans-unit> 1707 </trans-unit>
1385 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1708 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1414,42 +1737,42 @@ Ondertussen willen we verschillende ideeën testen die gerelateerd zijn aan dit
1414 <source>Signup enabled</source> 1737 <source>Signup enabled</source>
1415 <target>Registratie mogelijk</target> 1738 <target>Registratie mogelijk</target>
1416 <context-group name="null"> 1739 <context-group name="null">
1417 <context context-type="linenumber">84</context> 1740 <context context-type="linenumber">93</context>
1418 </context-group> 1741 </context-group>
1419 </trans-unit> 1742 </trans-unit>
1420 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1743 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1421 <source>Signup requires email verification</source> 1744 <source>Signup requires email verification</source>
1422 <target>E-mailverificatie nodig bij registratie</target> 1745 <target>E-mailverificatie nodig bij registratie</target>
1423 <context-group name="null"> 1746 <context-group name="null">
1424 <context context-type="linenumber">91</context> 1747 <context context-type="linenumber">100</context>
1425 </context-group> 1748 </context-group>
1426 </trans-unit> 1749 </trans-unit>
1427 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1750 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1428 <source>Signup limit</source> 1751 <source>Signup limit</source>
1429 <target>Registratielimiet</target> 1752 <target>Registratielimiet</target>
1430 <context-group name="null"> 1753 <context-group name="null">
1431 <context context-type="linenumber">96</context> 1754 <context context-type="linenumber">105</context>
1432 </context-group> 1755 </context-group>
1433 </trans-unit> 1756 </trans-unit>
1434 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1757 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1435 <source>Users</source> 1758 <source>Users</source>
1436 <target>Gebruikers</target> 1759 <target>Gebruikers</target>
1437 <context-group name="null"> 1760 <context-group name="null">
1438 <context context-type="linenumber">105</context> 1761 <context context-type="linenumber">114</context>
1439 </context-group> 1762 </context-group>
1440 </trans-unit> 1763 </trans-unit>
1441 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1764 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1442 <source>User default video quota</source> 1765 <source>User default video quota</source>
1443 <target>Standaard video-quotum voor gebruikers</target> 1766 <target>Standaard video-quotum voor gebruikers</target>
1444 <context-group name="null"> 1767 <context-group name="null">
1445 <context context-type="linenumber">109</context> 1768 <context context-type="linenumber">118</context>
1446 </context-group> 1769 </context-group>
1447 </trans-unit> 1770 </trans-unit>
1448 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1771 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1449 <source>User default daily upload limit</source> 1772 <source>User default daily upload limit</source>
1450 <target>Standaard dagelijks video-quotum voor gebruikers</target> 1773 <target>Standaard dagelijks video-quotum voor gebruikers</target>
1451 <context-group name="null"> 1774 <context-group name="null">
1452 <context context-type="linenumber">121</context> 1775 <context context-type="linenumber">130</context>
1453 </context-group> 1776 </context-group>
1454 </trans-unit> 1777 </trans-unit>
1455 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1778 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1463,28 +1786,35 @@ Ondertussen willen we verschillende ideeën testen die gerelateerd zijn aan dit
1463 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1786 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1464 <target>Video-import met HTTP URL (d.w.z. YouTube) ingeschakeld</target> 1787 <target>Video-import met HTTP URL (d.w.z. YouTube) ingeschakeld</target>
1465 <context-group name="null"> 1788 <context-group name="null">
1466 <context context-type="linenumber">141</context> 1789 <context context-type="linenumber">150</context>
1467 </context-group> 1790 </context-group>
1468 </trans-unit> 1791 </trans-unit>
1469 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1792 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1470 <source>Video import with a torrent file or a magnet URI enabled</source> 1793 <source>Video import with a torrent file or a magnet URI enabled</source>
1471 <target>Video-import met een torrentbestand of een magnet URL ingeschakeld</target> 1794 <target>Video-import met een torrentbestand of een magnet URL ingeschakeld</target>
1472 <context-group name="null"> 1795 <context-group name="null">
1473 <context context-type="linenumber">148</context> 1796 <context context-type="linenumber">157</context>
1474 </context-group> 1797 </context-group>
1475 </trans-unit> 1798 </trans-unit>
1476 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1799 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1477 <source>Administrator</source> 1800 <source>Administrator</source>
1478 <target>Administrator</target> 1801 <target>Administrator</target>
1479 <context-group name="null"> 1802 <context-group name="null">
1480 <context context-type="linenumber">155</context> 1803 <context context-type="linenumber">181</context>
1481 </context-group> 1804 </context-group>
1482 </trans-unit> 1805 </trans-unit>
1483 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1806 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1484 <source>Admin email</source> 1807 <source>Admin email</source>
1485 <target>E-mail van administrator</target> 1808 <target>E-mail van administrator</target>
1486 <context-group name="null"> 1809 <context-group name="null">
1487 <context context-type="linenumber">158</context> 1810 <context context-type="linenumber">184</context>
1811 </context-group>
1812 </trans-unit>
1813 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1814 <source>Enable contact form</source>
1815 <target>Schakel contactformulier in</target>
1816 <context-group name="null">
1817 <context context-type="linenumber">195</context>
1488 </context-group> 1818 </context-group>
1489 </trans-unit> 1819 </trans-unit>
1490 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1820 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1498,70 +1828,95 @@ Ondertussen willen we verschillende ideeën testen die gerelateerd zijn aan dit
1498 <source>Twitter</source> 1828 <source>Twitter</source>
1499 <target>Twitter</target> 1829 <target>Twitter</target>
1500 <context-group name="null"> 1830 <context-group name="null">
1501 <context context-type="linenumber">178</context> 1831 <context context-type="linenumber">204</context>
1502 </context-group> 1832 </context-group>
1503 </trans-unit> 1833 </trans-unit>
1504 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1834 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1505 <source>Your Twitter username</source> 1835 <source>Your Twitter username</source>
1506 <target>Je Twitter-gebruikersnaam</target> 1836 <target>Je Twitter-gebruikersnaam</target>
1507 <context-group name="null"> 1837 <context-group name="null">
1508 <context context-type="linenumber">184</context> 1838 <context context-type="linenumber">210</context>
1509 </context-group> 1839 </context-group>
1510 </trans-unit> 1840 </trans-unit>
1511 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1841 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1512 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1842 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1513 <target>Geeft het Twitter-account aan voor de website of het platform waarop de inhoud gepubliceerd werd.</target> 1843 <target>Geeft het Twitter-account aan voor de website of het platform waarop de inhoud gepubliceerd werd.</target>
1514 <context-group name="null"> 1844 <context-group name="null">
1515 <context context-type="linenumber">187</context> 1845 <context context-type="linenumber">213</context>
1516 </context-group> 1846 </context-group>
1517 </trans-unit> 1847 </trans-unit>
1518 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1848 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1519 <source>Instance whitelisted by Twitter</source> 1849 <source>Instance whitelisted by Twitter</source>
1520 <target>Instantie gewhitelist door Twitter</target> 1850 <target>Instantie gewhitelist door Twitter</target>
1521 <context-group name="null"> 1851 <context-group name="null">
1522 <context context-type="linenumber">199</context> 1852 <context context-type="linenumber">225</context>
1853 </context-group>
1854 </trans-unit>
1855 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
1856 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
1857 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1858 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
1859 <target>Als je instantie op de witte lijst wordt gezet door Twitter, wordt een videospeler ingebed in de Twitter feed bij het delen van een PeerTube video.&lt;br /&gt;
1860 Als de instantie niet op de witte lijst staat, gebruiken we een image link card die omleidt naar jouw PeerTube instantie.&lt;br /&gt;&lt;br /&gt;
1861 Vink dit selectievakje aan, sla de configuratie op en test met een video-URL van je instantie (https://example.com/videos/watch/blabla) op &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; om te zien of je instantie op de witte lijst staat.</target>
1862 <context-group name="null">
1863 <context context-type="linenumber">226</context>
1523 </context-group> 1864 </context-group>
1524 </trans-unit> 1865 </trans-unit>
1525 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1866 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1526 <source>Services</source> 1867 <source>Services</source>
1527 <target>Diensten</target> 1868 <target>Diensten</target>
1528 <context-group name="null"> 1869 <context-group name="null">
1529 <context context-type="linenumber">176</context> 1870 <context context-type="linenumber">202</context>
1530 </context-group> 1871 </context-group>
1531 </trans-unit> 1872 </trans-unit>
1532 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1873 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1533 <source>Transcoding</source> 1874 <source>Transcoding</source>
1534 <target>Transcoding</target> 1875 <target>Transcoding</target>
1535 <context-group name="null"> 1876 <context-group name="null">
1536 <context context-type="linenumber">215</context> 1877 <context context-type="linenumber">241</context>
1537 </context-group> 1878 </context-group>
1538 </trans-unit> 1879 </trans-unit>
1539 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1880 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1540 <source>Transcoding enabled</source> 1881 <source>Transcoding enabled</source>
1541 <target>Transcoding ingeschakeld</target> 1882 <target>Transcoding ingeschakeld</target>
1542 <context-group name="null"> 1883 <context-group name="null">
1543 <context context-type="linenumber">221</context> 1884 <context context-type="linenumber">247</context>
1544 </context-group> 1885 </context-group>
1545 </trans-unit> 1886 </trans-unit>
1546 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1887 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1547 <source>If you disable transcoding, many videos from your users will not work!</source> 1888 <source>If you disable transcoding, many videos from your users will not work!</source>
1548 <target>Als je transcoding niet inschakelt, zullen veel video's die je gebruikers uploaden niet werken!</target> 1889 <target>Als je transcoding niet inschakelt, zullen veel video's die je gebruikers uploaden niet werken!</target>
1549 <context-group name="null"> 1890 <context-group name="null">
1550 <context context-type="linenumber">222</context> 1891 <context context-type="linenumber">248</context>
1892 </context-group>
1893 </trans-unit>
1894 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1895 <source>Allow additional extensions</source>
1896 <target>Sta extra bestandsextensies toe</target>
1897 <context-group name="null">
1898 <context context-type="linenumber">257</context>
1899 </context-group>
1900 </trans-unit>
1901 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1902 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1903 <target>Sta uw gebruikers toe om .mkv, .mov, .avi, .flv video's te uploaden</target>
1904 <context-group name="null">
1905 <context context-type="linenumber">258</context>
1551 </context-group> 1906 </context-group>
1552 </trans-unit> 1907 </trans-unit>
1553 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1908 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1554 <source>Transcoding threads</source> 1909 <source>Transcoding threads</source>
1555 <target>Threads gebruikt voor transcoding</target> 1910 <target>Threads gebruikt voor transcoding</target>
1556 <context-group name="null"> 1911 <context-group name="null">
1557 <context context-type="linenumber">237</context> 1912 <context context-type="linenumber">263</context>
1558 </context-group> 1913 </context-group>
1559 </trans-unit> 1914 </trans-unit>
1560 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1915 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1561 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1916 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1562 <target>Resolutie <x id="INTERPOLATION" equiv-text="{{resolution}}"/> ingeschakeld</target> 1917 <target>Resolutie <x id="INTERPOLATION" equiv-text="{{resolution}}"/> ingeschakeld</target>
1563 <context-group name="null"> 1918 <context-group name="null">
1564 <context context-type="linenumber">252</context> 1919 <context context-type="linenumber">278</context>
1565 </context-group> 1920 </context-group>
1566 </trans-unit> 1921 </trans-unit>
1567 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1922 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1575,70 +1930,70 @@ Cache
1575 1930
1576 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/></target> 1931 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/></target>
1577 <context-group name="null"> 1932 <context-group name="null">
1578 <context context-type="linenumber">260</context> 1933 <context context-type="linenumber">286</context>
1579 </context-group> 1934 </context-group>
1580 </trans-unit> 1935 </trans-unit>
1581 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1936 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1582 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1937 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1583 <target>Sommige bestanden zijn niet federaal (voorbeelden, ondertitelingen). We verkrijgen ze direct van hun afkomstige instantie en cachen ze.</target> 1938 <target>Sommige bestanden zijn niet federaal (voorbeelden, ondertitelingen). We verkrijgen ze direct van hun afkomstige instantie en cachen ze.</target>
1584 <context-group name="null"> 1939 <context-group name="null">
1585 <context context-type="linenumber">265</context> 1940 <context context-type="linenumber">291</context>
1586 </context-group> 1941 </context-group>
1587 </trans-unit> 1942 </trans-unit>
1588 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1943 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1589 <source>Previews cache size</source> 1944 <source>Previews cache size</source>
1590 <target>Cachegrootte voor previews</target> 1945 <target>Cachegrootte voor previews</target>
1591 <context-group name="null"> 1946 <context-group name="null">
1592 <context context-type="linenumber">271</context> 1947 <context context-type="linenumber">297</context>
1593 </context-group> 1948 </context-group>
1594 </trans-unit> 1949 </trans-unit>
1595 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1950 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1596 <source>Video captions cache size</source> 1951 <source>Video captions cache size</source>
1597 <target>Cachegrootte van video-ondertiteling</target> 1952 <target>Cachegrootte van video-ondertiteling</target>
1598 <context-group name="null"> 1953 <context-group name="null">
1599 <context context-type="linenumber">280</context> 1954 <context context-type="linenumber">306</context>
1600 </context-group> 1955 </context-group>
1601 </trans-unit> 1956 </trans-unit>
1602 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1957 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1603 <source>Customizations</source> 1958 <source>Customizations</source>
1604 <target>Aanpassingen</target> 1959 <target>Aanpassingen</target>
1605 <context-group name="null"> 1960 <context-group name="null">
1606 <context context-type="linenumber">289</context> 1961 <context context-type="linenumber">315</context>
1607 </context-group> 1962 </context-group>
1608 </trans-unit> 1963 </trans-unit>
1609 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1964 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1610 <source>JavaScript</source> 1965 <source>JavaScript</source>
1611 <target>JavaScript</target> 1966 <target>JavaScript</target>
1612 <context-group name="null"> 1967 <context-group name="null">
1613 <context context-type="linenumber">294</context> 1968 <context context-type="linenumber">320</context>
1614 </context-group> 1969 </context-group>
1615 </trans-unit> 1970 </trans-unit>
1616 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1971 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1617 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1972 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1618 <target>Schrijf direct JavaScriptcode.&lt;br /&gt;Bijvoorbeeld: &lt;pre&gt;console.log('mijn instantie is fantastisch');&lt;/pre&gt;</target> 1973 <target>Schrijf direct JavaScriptcode.&lt;br /&gt;Bijvoorbeeld: &lt;pre&gt;console.log('mijn instantie is fantastisch');&lt;/pre&gt;</target>
1619 <context-group name="null"> 1974 <context-group name="null">
1620 <context context-type="linenumber">297</context> 1975 <context context-type="linenumber">323</context>
1621 </context-group> 1976 </context-group>
1622 </trans-unit> 1977 </trans-unit>
1623 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1978 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1624 <source>Advanced configuration</source> 1979 <source>Advanced configuration</source>
1625 <target>Geavanceerde configuratie</target> 1980 <target>Geavanceerde configuratie</target>
1626 <context-group name="null"> 1981 <context-group name="null">
1627 <context context-type="linenumber">212</context> 1982 <context context-type="linenumber">238</context>
1628 </context-group> 1983 </context-group>
1629 </trans-unit> 1984 </trans-unit>
1630 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1985 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1631 <source>Update configuration</source> 1986 <source>Update configuration</source>
1632 <target>Bijwerkingsconfiguratie</target> 1987 <target>Bijwerkingsconfiguratie</target>
1633 <context-group name="null"> 1988 <context-group name="null">
1634 <context context-type="linenumber">340</context> 1989 <context context-type="linenumber">366</context>
1635 </context-group> 1990 </context-group>
1636 </trans-unit> 1991 </trans-unit>
1637 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1992 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1638 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1993 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1639 <target>Het lijkt erop dat de configuratie invalide is. Zoek alstublieft potentiële foutmeldingen op in andere tabbladen.</target> 1994 <target>Het lijkt erop dat de configuratie invalide is. Zoek alstublieft potentiële foutmeldingen op in andere tabbladen.</target>
1640 <context-group name="null"> 1995 <context-group name="null">
1641 <context context-type="linenumber">341</context> 1996 <context context-type="linenumber">367</context>
1642 </context-group> 1997 </context-group>
1643 </trans-unit> 1998 </trans-unit>
1644 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1999 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1889,6 +2244,48 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
1889 <context context-type="linenumber">72</context> 2244 <context context-type="linenumber">72</context>
1890 </context-group> 2245 </context-group>
1891 </trans-unit> 2246 </trans-unit>
2247 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2248 <source>Danger Zone</source>
2249 <target>Gevarenzone</target>
2250 <context-group name="null">
2251 <context context-type="linenumber">86</context>
2252 </context-group>
2253 </trans-unit>
2254 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2255 <source>Send a link to reset the password by email to the user</source>
2256 <target>Stuur een link per e-mail naar de gebruiker om het wachtwoord te resetten</target>
2257 <context-group name="null">
2258 <context context-type="linenumber">89</context>
2259 </context-group>
2260 </trans-unit>
2261 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2262 <source>Ask for new password</source>
2263 <target>Vraag om een nieuw wachtwoord</target>
2264 <context-group name="null">
2265 <context context-type="linenumber">90</context>
2266 </context-group>
2267 </trans-unit>
2268 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2269 <source>Manually set the user password</source>
2270 <target>Stel het gebruikerswachtwoord handmatig in</target>
2271 <context-group name="null">
2272 <context context-type="linenumber">94</context>
2273 </context-group>
2274 </trans-unit>
2275 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2276 <source>Show</source>
2277 <target>Tonen</target>
2278 <context-group name="null">
2279 <context context-type="linenumber">10</context>
2280 </context-group>
2281 </trans-unit>
2282 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2283 <source>Hide</source>
2284 <target>Verbergen</target>
2285 <context-group name="null">
2286 <context context-type="linenumber">11</context>
2287 </context-group>
2288 </trans-unit>
1892 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2289 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
1893 <source>Users list</source> 2290 <source>Users list</source>
1894 <target>Gebruikerslijst</target> 2291 <target>Gebruikerslijst</target>
@@ -1921,7 +2318,7 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
1921 <source>Go to the account page</source> 2318 <source>Go to the account page</source>
1922 <target>Ga naar accountpagina</target> 2319 <target>Ga naar accountpagina</target>
1923 <context-group name="null"> 2320 <context-group name="null">
1924 <context context-type="linenumber">134</context> 2321 <context context-type="linenumber">179</context>
1925 </context-group> 2322 </context-group>
1926 </trans-unit> 2323 </trans-unit>
1927 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2324 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2039,6 +2436,13 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2039 <context context-type="linenumber">9</context> 2436 <context context-type="linenumber">9</context>
2040 </context-group> 2437 </context-group>
2041 </trans-unit> 2438 </trans-unit>
2439 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2440 <source>Unfederated</source>
2441 <target>Niet gefedereerd</target>
2442 <context-group name="null">
2443 <context context-type="linenumber">10</context>
2444 </context-group>
2445 </trans-unit>
2042 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 2446 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
2043 <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> 2447 <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>
2044 <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> 2448 <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>
@@ -2053,6 +2457,13 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2053 <context context-type="linenumber">43</context> 2457 <context context-type="linenumber">43</context>
2054 </context-group> 2458 </context-group>
2055 </trans-unit> 2459 </trans-unit>
2460 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2461 <source>Unblacklist</source>
2462 <target>Van zwarte lijst halen</target>
2463 <context-group name="null">
2464 <context context-type="linenumber">146</context>
2465 </context-group>
2466 </trans-unit>
2056 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2467 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2057 <source>Moderation</source> 2468 <source>Moderation</source>
2058 <target>Beheer</target> 2469 <target>Beheer</target>
@@ -2067,13 +2478,6 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2067 <context context-type="linenumber">5</context> 2478 <context context-type="linenumber">5</context>
2068 </context-group> 2479 </context-group>
2069 </trans-unit> 2480 </trans-unit>
2070 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2071 <source>Blacklisted videos</source>
2072 <target>Video's op zwarte lijst</target>
2073 <context-group name="null">
2074 <context context-type="linenumber">7</context>
2075 </context-group>
2076 </trans-unit>
2077 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2481 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2078 <source>Muted accounts</source> 2482 <source>Muted accounts</source>
2079 <target>Gedempte accounts</target> 2483 <target>Gedempte accounts</target>
@@ -2085,7 +2489,7 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2085 <source>Muted servers</source> 2489 <source>Muted servers</source>
2086 <target>Gedempte servers</target> 2490 <target>Gedempte servers</target>
2087 <context-group name="null"> 2491 <context-group name="null">
2088 <context context-type="linenumber">11</context> 2492 <context context-type="linenumber">13</context>
2089 </context-group> 2493 </context-group>
2090 </trans-unit> 2494 </trans-unit>
2091 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2495 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2141,7 +2545,7 @@ Deze opmerking kan alleen door jou en andere beheerders gezien worden.</target>
2141 <source>Change ownership</source> 2545 <source>Change ownership</source>
2142 <target>Verander eigenaar</target> 2546 <target>Verander eigenaar</target>
2143 <context-group name="null"> 2547 <context-group name="null">
2144 <context context-type="linenumber">46</context> 2548 <context context-type="linenumber">40</context>
2145 </context-group> 2549 </context-group>
2146 </trans-unit> 2550 </trans-unit>
2147 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2551 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2165,31 +2569,14 @@ Annuleren</target>
2165 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2569 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2166 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> weergaven</target> 2570 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> weergaven</target>
2167 <context-group name="null"> 2571 <context-group name="null">
2168 <context context-type="linenumber">19</context> 2572 <context context-type="linenumber">13</context>
2169 </context-group> 2573 </context-group>
2170 </trans-unit> 2574 </trans-unit>
2171 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2575 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2172 <source>Blacklisted</source> 2576 <source>Blacklisted</source>
2173 <target>Op de zwarte lijst</target> 2577 <target>Op de zwarte lijst</target>
2174 <context-group name="null"> 2578 <context-group name="null">
2175 <context context-type="linenumber">22</context> 2579 <context context-type="linenumber">16</context>
2176 </context-group>
2177 </trans-unit>
2178 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2179 <source>
2180 Cancel
2181 </source>
2182 <target>
2183Annuleren</target>
2184 <context-group name="null">
2185 <context context-type="linenumber">30</context>
2186 </context-group>
2187 </trans-unit>
2188 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2189 <source>Create another video channel</source>
2190 <target>Nieuw videokanaal maken</target>
2191 <context-group name="null">
2192 <context context-type="linenumber">4</context>
2193 </context-group> 2580 </context-group>
2194 </trans-unit> 2581 </trans-unit>
2195 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2582 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2213,13 +2600,6 @@ Annuleren</target>
2213 <context context-type="linenumber">15</context> 2600 <context context-type="linenumber">15</context>
2214 </context-group> 2601 </context-group>
2215 </trans-unit> 2602 </trans-unit>
2216 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2217 <source>Display name</source>
2218 <target>Weergavenaam</target>
2219 <context-group name="null">
2220 <context context-type="linenumber">6</context>
2221 </context-group>
2222 </trans-unit>
2223 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2603 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2224 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2604 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2225When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2605When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2326,6 +2706,74 @@ Als je een video uploadt op dit kanaal, wordt deze tekst ingevuld in het "onders
2326 <context context-type="linenumber">2</context> 2706 <context context-type="linenumber">2</context>
2327 </context-group> 2707 </context-group>
2328 </trans-unit> 2708 </trans-unit>
2709 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
2710 <source>History enabled</source>
2711 <target>Geschiedenis ingeschakeld</target>
2712 <context-group name="null">
2713 <context context-type="linenumber">4</context>
2714 </context-group>
2715 </trans-unit>
2716 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2717 <source>You don't have videos history yet.</source>
2718 <target>Je hebt nog geen geschiedenis van video's.</target>
2719 <context-group name="null">
2720 <context context-type="linenumber">14</context>
2721 </context-group>
2722 </trans-unit>
2723 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
2724 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2725 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> keer bekeken</target>
2726 <context-group name="null">
2727 <context context-type="linenumber">22</context>
2728 </context-group>
2729 </trans-unit>
2730 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2731 <source>
2732 <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;"/>
2733 Notification preferences
2734 </source>
2735 <target>
2736 <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;"/>
2737 Notificatie voorkeuren
2738 </target>
2739 <context-group name="null">
2740 <context context-type="linenumber">2</context>
2741 </context-group>
2742 </trans-unit>
2743 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2744 <source>
2745 <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;"/>
2746 Mark all as read
2747 </source>
2748 <target>
2749 <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;"/>
2750 Markeer alles als gelezen
2751 </target>
2752 <context-group name="null">
2753 <context context-type="linenumber">7</context>
2754 </context-group>
2755 </trans-unit>
2756 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2757 <source>Privacy</source>
2758 <target>Privacy</target>
2759 <context-group name="null">
2760 <context context-type="linenumber">205</context>
2761 </context-group>
2762 </trans-unit>
2763 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2764 <source>Channel</source>
2765 <target>Kanaal</target>
2766 <context-group name="null">
2767 <context context-type="linenumber">39</context>
2768 </context-group>
2769 </trans-unit>
2770 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2771 <source>Upload thumbnail</source>
2772 <target>Thumbnail uploaden</target>
2773 <context-group name="null">
2774 <context context-type="linenumber">192</context>
2775 </context-group>
2776 </trans-unit>
2329 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2777 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2330 <source>Change password</source> 2778 <source>Change password</source>
2331 <target>Wachtwoord veranderen</target> 2779 <target>Wachtwoord veranderen</target>
@@ -2375,13 +2823,6 @@ Als je een video uploadt op dit kanaal, wordt deze tekst ingevuld in het "onders
2375 <context context-type="linenumber">28</context> 2823 <context context-type="linenumber">28</context>
2376 </context-group> 2824 </context-group>
2377 </trans-unit> 2825 </trans-unit>
2378 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2379 <source>Save</source>
2380 <target>Opslaan</target>
2381 <context-group name="null">
2382 <context context-type="linenumber">32</context>
2383 </context-group>
2384 </trans-unit>
2385 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2826 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2386 <source>Update my profile</source> 2827 <source>Update my profile</source>
2387 <target>Werk mijn profiel bij</target> 2828 <target>Werk mijn profiel bij</target>
@@ -2425,6 +2866,20 @@ Wees alstublieft zeker.</target>
2425 <context context-type="linenumber">4</context> 2866 <context context-type="linenumber">4</context>
2426 </context-group> 2867 </context-group>
2427 </trans-unit> 2868 </trans-unit>
2869 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
2870 <source>Activities</source>
2871 <target>Activiteiten</target>
2872 <context-group name="null">
2873 <context context-type="linenumber">2</context>
2874 </context-group>
2875 </trans-unit>
2876 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
2877 <source>Web</source>
2878 <target>Web</target>
2879 <context-group name="null">
2880 <context context-type="linenumber">3</context>
2881 </context-group>
2882 </trans-unit>
2428 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd"> 2883 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
2429 <source> 2884 <source>
2430 Sorry, but we couldn't find the page you were looking for. 2885 Sorry, but we couldn't find the page you were looking for.
@@ -2506,7 +2961,7 @@ Vraag e-mail voor accountverificatie aan</target>
2506 <source>URL</source> 2961 <source>URL</source>
2507 <target>URL</target> 2962 <target>URL</target>
2508 <context-group name="null"> 2963 <context-group name="null">
2509 <context context-type="linenumber">17</context> 2964 <context context-type="linenumber">25</context>
2510 </context-group> 2965 </context-group>
2511 </trans-unit> 2966 </trans-unit>
2512 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2967 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2516,20 +2971,6 @@ Vraag e-mail voor accountverificatie aan</target>
2516 <context context-type="linenumber">9</context> 2971 <context context-type="linenumber">9</context>
2517 </context-group> 2972 </context-group>
2518 </trans-unit> 2973 </trans-unit>
2519 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2520 <source>Channel</source>
2521 <target>Kanaal</target>
2522 <context-group name="null">
2523 <context context-type="linenumber">39</context>
2524 </context-group>
2525 </trans-unit>
2526 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2527 <source>Privacy</source>
2528 <target>Privacy</target>
2529 <context-group name="null">
2530 <context context-type="linenumber">160</context>
2531 </context-group>
2532 </trans-unit>
2533 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 2974 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2534 <source>Sorry, but something went wrong</source> 2975 <source>Sorry, but something went wrong</source>
2535 <target>Sorry, er is iets fout gegaan</target> 2976 <target>Sorry, er is iets fout gegaan</target>
@@ -2553,7 +2994,7 @@ Gefeliciteerd, de video achter<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"
2553 <source>Update</source> 2994 <source>Update</source>
2554 <target>Bijwerken</target> 2995 <target>Bijwerken</target>
2555 <context-group name="null"> 2996 <context-group name="null">
2556 <context context-type="linenumber">93</context> 2997 <context context-type="linenumber">138</context>
2557 </context-group> 2998 </context-group>
2558 </trans-unit> 2999 </trans-unit>
2559 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3000 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2570,6 +3011,17 @@ Gefeliciteerd, de video achter<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"
2570 <context context-type="linenumber">25</context> 3011 <context context-type="linenumber">25</context>
2571 </context-group> 3012 </context-group>
2572 </trans-unit> 3013 </trans-unit>
3014 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
3015 <source>
3016 Congratulations! Your video is now available in your private library.
3017</source>
3018 <target>
3019 Gefeliciteerd! Jouw video is nu beschikbaar in je privébibliotheek.
3020</target>
3021 <context-group name="null">
3022 <context context-type="linenumber">45</context>
3023 </context-group>
3024 </trans-unit>
2573 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215"> 3025 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
2574 <source>Publish will be available when upload is finished</source> 3026 <source>Publish will be available when upload is finished</source>
2575 <target>Publiceren is mogelijk wanneer de upload voltooid is</target> 3027 <target>Publiceren is mogelijk wanneer de upload voltooid is</target>
@@ -2702,7 +3154,7 @@ Dit zal een bestaande ondertiteling vervangen!</target>
2702 <source>Tags</source> 3154 <source>Tags</source>
2703 <target>Tags</target> 3155 <target>Tags</target>
2704 <context-group name="null"> 3156 <context-group name="null">
2705 <context context-type="linenumber">197</context> 3157 <context context-type="linenumber">242</context>
2706 </context-group> 3158 </context-group>
2707 </trans-unit> 3159 </trans-unit>
2708 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3160 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2841,13 +3293,6 @@ Geen ondertiteling voor nu.</target>
2841 <context context-type="linenumber">135</context> 3293 <context context-type="linenumber">135</context>
2842 </context-group> 3294 </context-group>
2843 </trans-unit> 3295 </trans-unit>
2844 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2845 <source>Upload thumbnail</source>
2846 <target>Thumbnail uploaden</target>
2847 <context-group name="null">
2848 <context context-type="linenumber">192</context>
2849 </context-group>
2850 </trans-unit>
2851 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3296 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2852 <source>Upload preview</source> 3297 <source>Upload preview</source>
2853 <target>Voorvertoning uploaden</target> 3298 <target>Voorvertoning uploaden</target>
@@ -2859,7 +3304,7 @@ Geen ondertiteling voor nu.</target>
2859 <source>Support</source> 3304 <source>Support</source>
2860 <target>Ondersteun</target> 3305 <target>Ondersteun</target>
2861 <context-group name="null"> 3306 <context-group name="null">
2862 <context context-type="linenumber">70</context> 3307 <context context-type="linenumber">101</context>
2863 </context-group> 3308 </context-group>
2864 </trans-unit> 3309 </trans-unit>
2865 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3310 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -2869,6 +3314,20 @@ Geen ondertiteling voor nu.</target>
2869 <context context-type="linenumber">206</context> 3314 <context context-type="linenumber">206</context>
2870 </context-group> 3315 </context-group>
2871 </trans-unit> 3316 </trans-unit>
3317 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3318 <source>Original publication date</source>
3319 <target>Oorspronkelijke publicatiedatum</target>
3320 <context-group name="null">
3321 <context context-type="linenumber">219</context>
3322 </context-group>
3323 </trans-unit>
3324 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3325 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3326 <target>Dit is de datum waarop de inhoud oorspronkelijk werd gepubliceerd (bijv. de releasedatum voor een film)</target>
3327 <context-group name="null">
3328 <context context-type="linenumber">220</context>
3329 </context-group>
3330 </trans-unit>
2872 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 3331 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
2873 <source>Enable video comments</source> 3332 <source>Enable video comments</source>
2874 <target>Videoreacties inschakelen</target> 3333 <target>Videoreacties inschakelen</target>
@@ -2876,6 +3335,13 @@ Geen ondertiteling voor nu.</target>
2876 <context context-type="linenumber">234</context> 3335 <context context-type="linenumber">234</context>
2877 </context-group> 3336 </context-group>
2878 </trans-unit> 3337 </trans-unit>
3338 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3339 <source>Enable download</source>
3340 <target>Schakel download in</target>
3341 <context-group name="null">
3342 <context context-type="linenumber">239</context>
3343 </context-group>
3344 </trans-unit>
2879 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3345 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
2880 <source>Advanced settings</source> 3346 <source>Advanced settings</source>
2881 <target>Geavanceerde instellingen</target> 3347 <target>Geavanceerde instellingen</target>
@@ -2935,7 +3401,7 @@ Annuleren</target>
2935 <source>Download</source> 3401 <source>Download</source>
2936 <target>Downloaden</target> 3402 <target>Downloaden</target>
2937 <context-group name="null"> 3403 <context-group name="null">
2938 <context context-type="linenumber">85</context> 3404 <context context-type="linenumber">130</context>
2939 </context-group> 3405 </context-group>
2940 </trans-unit> 3406 </trans-unit>
2941 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3407 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -2945,25 +3411,38 @@ Annuleren</target>
2945 <context context-type="linenumber">3</context> 3411 <context context-type="linenumber">3</context>
2946 </context-group> 3412 </context-group>
2947 </trans-unit> 3413 </trans-unit>
3414 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
3415 <source>
3416 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
3417 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
3418 </source>
3419 <target>
3420 Je rapport wordt verzonden naar moderators van <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
3421 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Het wordt ook doorgestuurd naar de oorspronkelijke instantie <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
3422 </target>
3423 <context-group name="null">
3424 <context context-type="linenumber">9</context>
3425 </context-group>
3426 </trans-unit>
2948 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 3427 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2949 <source>Share</source> 3428 <source>Share</source>
2950 <target>Deel</target> 3429 <target>Deel</target>
2951 <context-group name="null"> 3430 <context-group name="null">
2952 <context context-type="linenumber">75</context> 3431 <context context-type="linenumber">106</context>
2953 </context-group> 3432 </context-group>
2954 </trans-unit> 3433 </trans-unit>
2955 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3434 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2956 <source>QR-Code</source> 3435 <source>QR-Code</source>
2957 <target>QR-Code</target> 3436 <target>QR-Code</target>
2958 <context-group name="null"> 3437 <context-group name="null">
2959 <context context-type="linenumber">29</context> 3438 <context context-type="linenumber">37</context>
2960 </context-group> 3439 </context-group>
2961 </trans-unit> 3440 </trans-unit>
2962 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3441 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2963 <source>Embed</source> 3442 <source>Embed</source>
2964 <target>Inbedden</target> 3443 <target>Inbedden</target>
2965 <context-group name="null"> 3444 <context-group name="null">
2966 <context context-type="linenumber">34</context> 3445 <context context-type="linenumber">42</context>
2967 </context-group> 3446 </context-group>
2968 </trans-unit> 3447 </trans-unit>
2969 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3448 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -2973,14 +3452,14 @@ Annuleren</target>
2973 <target> 3452 <target>
2974Deze url is niet beveiligd (geen HTTPS), dus de ingebedde video werkt niet op HTTPS websites (web browsers blokkeren onbeveiligde HTTP verzoeken op HTTPS websites).</target> 3453Deze url is niet beveiligd (geen HTTPS), dus de ingebedde video werkt niet op HTTPS websites (web browsers blokkeren onbeveiligde HTTP verzoeken op HTTPS websites).</target>
2975 <context-group name="null"> 3454 <context-group name="null">
2976 <context context-type="linenumber">45</context> 3455 <context context-type="linenumber">53</context>
2977 </context-group> 3456 </context-group>
2978 </trans-unit> 3457 </trans-unit>
2979 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3458 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
2980 <source>Close</source> 3459 <source>Close</source>
2981 <target>Sluiten</target> 3460 <target>Sluiten</target>
2982 <context-group name="null"> 3461 <context-group name="null">
2983 <context context-type="linenumber">51</context> 3462 <context context-type="linenumber">59</context>
2984 </context-group> 3463 </context-group>
2985 </trans-unit> 3464 </trans-unit>
2986 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3465 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -2990,6 +3469,13 @@ Deze url is niet beveiligd (geen HTTPS), dus de ingebedde video werkt niet op HT
2990 <context context-type="linenumber">3</context> 3469 <context context-type="linenumber">3</context>
2991 </context-group> 3470 </context-group>
2992 </trans-unit> 3471 </trans-unit>
3472 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
3473 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
3474 <target>De video uit federatie halen (vraag om verwijdering van de video in de externe instanties)</target>
3475 <context-group name="null">
3476 <context context-type="linenumber">21</context>
3477 </context-group>
3478 </trans-unit>
2993 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d"> 3479 <trans-unit id="7584313e33a66811eb10646627914a01fff0347d">
2994 <source> 3480 <source>
2995 The video is being imported, it will be available when the import is finished. 3481 The video is being imported, it will be available when the import is finished.
@@ -2997,7 +3483,7 @@ Deze url is niet beveiligd (geen HTTPS), dus de ingebedde video werkt niet op HT
2997 <target> 3483 <target>
2998De video wordt geimporteerd, hij zal beschikbaar worden wanneer de import klaar is.</target> 3484De video wordt geimporteerd, hij zal beschikbaar worden wanneer de import klaar is.</target>
2999 <context-group name="null"> 3485 <context-group name="null">
3000 <context context-type="linenumber">11</context> 3486 <context context-type="linenumber">39</context>
3001 </context-group> 3487 </context-group>
3002 </trans-unit> 3488 </trans-unit>
3003 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3489 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3007,7 +3493,7 @@ De video wordt geimporteerd, hij zal beschikbaar worden wanneer de import klaar
3007 <target> 3493 <target>
3008De video wordt getranscode, hij kan misschien niet naar behoren werken.</target> 3494De video wordt getranscode, hij kan misschien niet naar behoren werken.</target>
3009 <context-group name="null"> 3495 <context-group name="null">
3010 <context context-type="linenumber">15</context> 3496 <context context-type="linenumber">43</context>
3011 </context-group> 3497 </context-group>
3012 </trans-unit> 3498 </trans-unit>
3013 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3499 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3017,14 +3503,14 @@ De video wordt getranscode, hij kan misschien niet naar behoren werken.</target>
3017 <target> 3503 <target>
3018Deze video wordt gepubliceerd op <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.</target> 3504Deze video wordt gepubliceerd op <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.</target>
3019 <context-group name="null"> 3505 <context-group name="null">
3020 <context context-type="linenumber">19</context> 3506 <context context-type="linenumber">47</context>
3021 </context-group> 3507 </context-group>
3022 </trans-unit> 3508 </trans-unit>
3023 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3509 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3024 <source>This video is blacklisted.</source> 3510 <source>This video is blacklisted.</source>
3025 <target>Deze video staat op de zwarte lijst.</target> 3511 <target>Deze video staat op de zwarte lijst.</target>
3026 <context-group name="null"> 3512 <context-group name="null">
3027 <context context-type="linenumber">24</context> 3513 <context context-type="linenumber">56</context>
3028 </context-group> 3514 </context-group>
3029 </trans-unit> 3515 </trans-unit>
3030 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3516 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3034,129 +3520,119 @@ Deze video wordt gepubliceerd op <x id="INTERPOLATION" equiv-text="{{ video.sche
3034 <target> 3520 <target>
3035Gepubliceerde <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> weergaven</target> 3521Gepubliceerde <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> weergaven</target>
3036 <context-group name="null"> 3522 <context-group name="null">
3037 <context context-type="linenumber">36</context> 3523 <context context-type="linenumber">76</context>
3038 </context-group>
3039 </trans-unit>
3040 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3041 <source>
3042 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3043 </source>
3044 <target>
3045Gepubliceerde <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> weergaven</target>
3046 <context-group name="null">
3047 <context context-type="linenumber">45</context>
3048 </context-group> 3524 </context-group>
3049 </trans-unit> 3525 </trans-unit>
3050 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3526 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3051 <source>Like this video</source> 3527 <source>Like this video</source>
3052 <target>Like deze video</target> 3528 <target>Like deze video</target>
3053 <context-group name="null"> 3529 <context-group name="null">
3054 <context context-type="linenumber">55</context> 3530 <context context-type="linenumber">86</context>
3055 </context-group> 3531 </context-group>
3056 </trans-unit> 3532 </trans-unit>
3057 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3533 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3058 <source>Dislike this video</source> 3534 <source>Dislike this video</source>
3059 <target>Dislike deze video</target> 3535 <target>Dislike deze video</target>
3060 <context-group name="null"> 3536 <context-group name="null">
3061 <context context-type="linenumber">63</context> 3537 <context context-type="linenumber">94</context>
3062 </context-group> 3538 </context-group>
3063 </trans-unit> 3539 </trans-unit>
3064 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3540 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3065 <source>Download the video</source> 3541 <source>Download the video</source>
3066 <target>Download de video</target> 3542 <target>Download de video</target>
3067 <context-group name="null"> 3543 <context-group name="null">
3068 <context context-type="linenumber">84</context> 3544 <context context-type="linenumber">129</context>
3069 </context-group> 3545 </context-group>
3070 </trans-unit> 3546 </trans-unit>
3071 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3547 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3072 <source>Report</source> 3548 <source>Report</source>
3073 <target>Rapporteer</target> 3549 <target>Rapporteer</target>
3074 <context-group name="null"> 3550 <context-group name="null">
3075 <context context-type="linenumber">89</context> 3551 <context context-type="linenumber">134</context>
3076 </context-group> 3552 </context-group>
3077 </trans-unit> 3553 </trans-unit>
3078 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3554 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3079 <source>Report this video</source> 3555 <source>Report this video</source>
3080 <target>Rapporteer deze video</target> 3556 <target>Rapporteer deze video</target>
3081 <context-group name="null"> 3557 <context-group name="null">
3082 <context context-type="linenumber">88</context> 3558 <context context-type="linenumber">133</context>
3083 </context-group> 3559 </context-group>
3084 </trans-unit> 3560 </trans-unit>
3085 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3561 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3086 <source>Update this video</source> 3562 <source>Update this video</source>
3087 <target>Werk deze video bij</target> 3563 <target>Werk deze video bij</target>
3088 <context-group name="null"> 3564 <context-group name="null">
3089 <context context-type="linenumber">92</context> 3565 <context context-type="linenumber">137</context>
3090 </context-group> 3566 </context-group>
3091 </trans-unit> 3567 </trans-unit>
3092 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3568 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3093 <source>Blacklist</source> 3569 <source>Blacklist</source>
3094 <target>Zet op de zwarte lijst</target> 3570 <target>Zet op de zwarte lijst</target>
3095 <context-group name="null"> 3571 <context-group name="null">
3096 <context context-type="linenumber">97</context> 3572 <context context-type="linenumber">142</context>
3097 </context-group> 3573 </context-group>
3098 </trans-unit> 3574 </trans-unit>
3099 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3575 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3100 <source>Blacklist this video</source> 3576 <source>Blacklist this video</source>
3101 <target>Zet deze video op de zwarte lijst</target> 3577 <target>Zet deze video op de zwarte lijst</target>
3102 <context-group name="null"> 3578 <context-group name="null">
3103 <context context-type="linenumber">96</context> 3579 <context context-type="linenumber">141</context>
3104 </context-group>
3105 </trans-unit>
3106 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3107 <source>Unblacklist</source>
3108 <target>Van zwarte lijst halen</target>
3109 <context-group name="null">
3110 <context context-type="linenumber">101</context>
3111 </context-group> 3580 </context-group>
3112 </trans-unit> 3581 </trans-unit>
3113 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3582 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3114 <source>Unblacklist this video</source> 3583 <source>Unblacklist this video</source>
3115 <target>Haal deze video van de zwarte lijst</target> 3584 <target>Haal deze video van de zwarte lijst</target>
3116 <context-group name="null"> 3585 <context-group name="null">
3117 <context context-type="linenumber">100</context> 3586 <context context-type="linenumber">145</context>
3118 </context-group> 3587 </context-group>
3119 </trans-unit> 3588 </trans-unit>
3120 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3589 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3121 <source>Delete this video</source> 3590 <source>Delete this video</source>
3122 <target>Verwijder deze video</target> 3591 <target>Verwijder deze video</target>
3123 <context-group name="null"> 3592 <context-group name="null">
3124 <context context-type="linenumber">104</context> 3593 <context context-type="linenumber">149</context>
3125 </context-group> 3594 </context-group>
3126 </trans-unit> 3595 </trans-unit>
3127 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3596 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3128 <source>Go the channel page</source> 3597 <source>Go the channel page</source>
3129 <target>Ga naar kanaalpagina</target> 3598 <target>Ga naar kanaalpagina</target>
3130 <context-group name="null"> 3599 <context-group name="null">
3131 <context context-type="linenumber">124</context> 3600 <context context-type="linenumber">169</context>
3132 </context-group> 3601 </context-group>
3133 </trans-unit> 3602 </trans-unit>
3134 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3603 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3135 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3604 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3136 <target>Door <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3605 <target>Door <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3137 <context-group name="null"> 3606 <context-group name="null">
3138 <context context-type="linenumber">135</context> 3607 <context context-type="linenumber">180</context>
3139 </context-group> 3608 </context-group>
3140 </trans-unit> 3609 </trans-unit>
3141 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3610 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3142 <source>Show more</source> 3611 <source>Show more</source>
3143 <target>Laat meer zien</target> 3612 <target>Laat meer zien</target>
3144 <context-group name="null"> 3613 <context-group name="null">
3145 <context context-type="linenumber">147</context> 3614 <context context-type="linenumber">192</context>
3146 </context-group> 3615 </context-group>
3147 </trans-unit> 3616 </trans-unit>
3148 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3617 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3149 <source>Show less</source> 3618 <source>Show less</source>
3150 <target>Laat minder zien</target> 3619 <target>Laat minder zien</target>
3151 <context-group name="null"> 3620 <context-group name="null">
3152 <context context-type="linenumber">153</context> 3621 <context context-type="linenumber">198</context>
3622 </context-group>
3623 </trans-unit>
3624 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3625 <source>Originally published</source>
3626 <target>Oorspronkelijk gepubliceerd</target>
3627 <context-group name="null">
3628 <context context-type="linenumber">210</context>
3153 </context-group> 3629 </context-group>
3154 </trans-unit> 3630 </trans-unit>
3155 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3631 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3156 <source>Friendly Reminder: </source> 3632 <source>Friendly Reminder: </source>
3157 <target>Vriendelijke Herinnering:</target> 3633 <target>Vriendelijke Herinnering:</target>
3158 <context-group name="null"> 3634 <context-group name="null">
3159 <context context-type="linenumber">214</context> 3635 <context context-type="linenumber">258</context>
3160 </context-group> 3636 </context-group>
3161 </trans-unit> 3637 </trans-unit>
3162 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3638 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3167,21 +3643,21 @@ Gepubliceerde <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow
3167 Uit het deelsysteem gebruikt voor deze video blijkt het dat sommige technische informatie over jouw systeem (zoals een openbaar IP adres) verstuurd kan worden naar andere peers. 3643 Uit het deelsysteem gebruikt voor deze video blijkt het dat sommige technische informatie over jouw systeem (zoals een openbaar IP adres) verstuurd kan worden naar andere peers.
3168 </target> 3644 </target>
3169 <context-group name="null"> 3645 <context-group name="null">
3170 <context context-type="linenumber">215</context> 3646 <context context-type="linenumber">259</context>
3171 </context-group> 3647 </context-group>
3172 </trans-unit> 3648 </trans-unit>
3173 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3649 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3174 <source>More information</source> 3650 <source>More information</source>
3175 <target>Meer informatie</target> 3651 <target>Meer informatie</target>
3176 <context-group name="null"> 3652 <context-group name="null">
3177 <context context-type="linenumber">218</context> 3653 <context context-type="linenumber">262</context>
3178 </context-group> 3654 </context-group>
3179 </trans-unit> 3655 </trans-unit>
3180 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3656 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3181 <source>Get more information</source> 3657 <source>Get more information</source>
3182 <target>Krijg meer informatie</target> 3658 <target>Krijg meer informatie</target>
3183 <context-group name="null"> 3659 <context-group name="null">
3184 <context context-type="linenumber">218</context> 3660 <context context-type="linenumber">262</context>
3185 </context-group> 3661 </context-group>
3186 </trans-unit> 3662 </trans-unit>
3187 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3663 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3192,7 +3668,7 @@ Gepubliceerde <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow
3192 OK 3668 OK
3193 </target> 3669 </target>
3194 <context-group name="null"> 3670 <context-group name="null">
3195 <context context-type="linenumber">221</context> 3671 <context context-type="linenumber">265</context>
3196 </context-group> 3672 </context-group>
3197 </trans-unit> 3673 </trans-unit>
3198 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3674 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3322,6 +3798,27 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3322 <context context-type="linenumber">14</context> 3798 <context context-type="linenumber">14</context>
3323 </context-group> 3799 </context-group>
3324 </trans-unit> 3800 </trans-unit>
3801 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
3802 <source>Cannot get about information from server</source>
3803 <target>Kan geen informatie over de server verkrijgen</target>
3804 <context-group name="null">
3805 <context context-type="linenumber">1</context>
3806 </context-group>
3807 </trans-unit>
3808 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
3809 <source>Your message has been sent.</source>
3810 <target>Jouw bericht is verstuurd.</target>
3811 <context-group name="null">
3812 <context context-type="linenumber">1</context>
3813 </context-group>
3814 </trans-unit>
3815 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
3816 <source>You already sent this form recently</source>
3817 <target>U hebt dit formulier onlangs al verzonden</target>
3818 <context-group name="null">
3819 <context context-type="linenumber">1</context>
3820 </context-group>
3821 </trans-unit>
3325 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968"> 3822 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968">
3326 <source>No description</source> 3823 <source>No description</source>
3327 <target>Geen beschrijving</target> 3824 <target>Geen beschrijving</target>
@@ -3609,6 +4106,20 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3609 <context context-type="linenumber">1</context> 4106 <context context-type="linenumber">1</context>
3610 </context-group> 4107 </context-group>
3611 </trans-unit> 4108 </trans-unit>
4109 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
4110 <source>yes</source>
4111 <target>ja</target>
4112 <context-group name="null">
4113 <context context-type="linenumber">1</context>
4114 </context-group>
4115 </trans-unit>
4116 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
4117 <source>no</source>
4118 <target>nee</target>
4119 <context-group name="null">
4120 <context context-type="linenumber">1</context>
4121 </context-group>
4122 </trans-unit>
3612 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223"> 4123 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223">
3613 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source> 4124 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
3614 <target>Wil je deze video echt verwijderen van je zwarte lijst? Hij zal weer beschikbaar zijn in de videolijst.</target> 4125 <target>Wil je deze video echt verwijderen van je zwarte lijst? Hij zal weer beschikbaar zijn in de videolijst.</target>
@@ -3630,6 +4141,20 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3630 <context context-type="linenumber">1</context> 4141 <context context-type="linenumber">1</context>
3631 </context-group> 4142 </context-group>
3632 </trans-unit> 4143 </trans-unit>
4144 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4145 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4146 <target>Wachtwoord aangepast voor gebruiker <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4147 <context-group name="null">
4148 <context context-type="linenumber">1</context>
4149 </context-group>
4150 </trans-unit>
4151 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4152 <source>Update user password</source>
4153 <target>Update gebruikerswachtwoord</target>
4154 <context-group name="null">
4155 <context context-type="linenumber">1</context>
4156 </context-group>
4157 </trans-unit>
3633 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4158 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3634 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4159 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
3635 <target>Gebruiker <x id="INTERPOLATION" equiv-text="{{username}}"/> bijgewerkt.</target> 4160 <target>Gebruiker <x id="INTERPOLATION" equiv-text="{{username}}"/> bijgewerkt.</target>
@@ -3644,6 +4169,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3644 <context context-type="linenumber">1</context> 4169 <context context-type="linenumber">1</context>
3645 </context-group> 4170 </context-group>
3646 </trans-unit> 4171 </trans-unit>
4172 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4173 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4174 <target>Een e-mail met het verzoek om opnieuw instellen van het wachtwoord is verzonden naar <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4175 <context-group name="null">
4176 <context context-type="linenumber">1</context>
4177 </context-group>
4178 </trans-unit>
3647 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 4179 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
3648 <source>Unban</source> 4180 <source>Unban</source>
3649 <target>Onverban</target> 4181 <target>Onverban</target>
@@ -3721,6 +4253,48 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3721 <context context-type="linenumber">1</context> 4253 <context context-type="linenumber">1</context>
3722 </context-group> 4254 </context-group>
3723 </trans-unit> 4255 </trans-unit>
4256 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
4257 <source>My videos history</source>
4258 <target>Mijn video's geschiedenis</target>
4259 <context-group name="null">
4260 <context context-type="linenumber">1</context>
4261 </context-group>
4262 </trans-unit>
4263 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
4264 <source>Videos history is enabled</source>
4265 <target>Video's geschiedenis is ingeschakeld</target>
4266 <context-group name="null">
4267 <context context-type="linenumber">1</context>
4268 </context-group>
4269 </trans-unit>
4270 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
4271 <source>Videos history is disabled</source>
4272 <target>Video's geschiedenis is uitgeschakeld</target>
4273 <context-group name="null">
4274 <context context-type="linenumber">1</context>
4275 </context-group>
4276 </trans-unit>
4277 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
4278 <source>Delete videos history</source>
4279 <target>Verwijder video's geschiedenis</target>
4280 <context-group name="null">
4281 <context context-type="linenumber">1</context>
4282 </context-group>
4283 </trans-unit>
4284 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
4285 <source>Are you sure you want to delete all your videos history?</source>
4286 <target>Weet je zeker dat je al je video's geschiedenis wilt verwijderen?</target>
4287 <context-group name="null">
4288 <context context-type="linenumber">1</context>
4289 </context-group>
4290 </trans-unit>
4291 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
4292 <source>Videos history deleted</source>
4293 <target>Video's geschiedenis verwijderd</target>
4294 <context-group name="null">
4295 <context context-type="linenumber">1</context>
4296 </context-group>
4297 </trans-unit>
3724 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e"> 4298 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e">
3725 <source>Ownership accepted</source> 4299 <source>Ownership accepted</source>
3726 <target>Eigendom geaccepteerd</target> 4300 <target>Eigendom geaccepteerd</target>
@@ -3770,6 +4344,69 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3770 <context context-type="linenumber">1</context> 4344 <context context-type="linenumber">1</context>
3771 </context-group> 4345 </context-group>
3772 </trans-unit> 4346 </trans-unit>
4347 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
4348 <source>New video from your subscriptions</source>
4349 <target>Nieuwe video van je abonnementen</target>
4350 <context-group name="null">
4351 <context context-type="linenumber">1</context>
4352 </context-group>
4353 </trans-unit>
4354 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
4355 <source>New comment on your video</source>
4356 <target>Nieuwe reactie op je video</target>
4357 <context-group name="null">
4358 <context context-type="linenumber">1</context>
4359 </context-group>
4360 </trans-unit>
4361 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4362 <source>One of your video is blacklisted/unblacklisted</source>
4363 <target>Eén van je video's is op de zwarte lijst gezet/verwijderd</target>
4364 <context-group name="null">
4365 <context context-type="linenumber">1</context>
4366 </context-group>
4367 </trans-unit>
4368 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
4369 <source>Video published (after transcoding/scheduled update)</source>
4370 <target>Video gepubliceerd (na transcodering / geplande update)</target>
4371 <context-group name="null">
4372 <context context-type="linenumber">1</context>
4373 </context-group>
4374 </trans-unit>
4375 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
4376 <source>Video import finished</source>
4377 <target>Video-import voltooid</target>
4378 <context-group name="null">
4379 <context context-type="linenumber">1</context>
4380 </context-group>
4381 </trans-unit>
4382 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
4383 <source>A new user registered on your instance</source>
4384 <target>Een nieuwe gebruiker heeft zich geregistreerd op je instantie</target>
4385 <context-group name="null">
4386 <context context-type="linenumber">1</context>
4387 </context-group>
4388 </trans-unit>
4389 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
4390 <source>You or your channel(s) has a new follower</source>
4391 <target>Jij of jouw kanaal/kanalen heeft een nieuwe volger</target>
4392 <context-group name="null">
4393 <context context-type="linenumber">1</context>
4394 </context-group>
4395 </trans-unit>
4396 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
4397 <source>Someone mentioned you in video comments</source>
4398 <target>Iemand heeft je genoemd in videoreacties</target>
4399 <context-group name="null">
4400 <context context-type="linenumber">1</context>
4401 </context-group>
4402 </trans-unit>
4403 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
4404 <source>Preferences saved</source>
4405 <target>Voorkeuren opgeslagen</target>
4406 <context-group name="null">
4407 <context context-type="linenumber">1</context>
4408 </context-group>
4409 </trans-unit>
3773 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b"> 4410 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b">
3774 <source>Profile updated.</source> 4411 <source>Profile updated.</source>
3775 <target>Profiel bijgewerkt.</target> 4412 <target>Profiel bijgewerkt.</target>
@@ -3805,16 +4442,16 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3805 <context context-type="linenumber">1</context> 4442 <context context-type="linenumber">1</context>
3806 </context-group> 4443 </context-group>
3807 </trans-unit> 4444 </trans-unit>
3808 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795"> 4445 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3809 <source>Create</source> 4446 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3810 <target>Creeër</target> 4447 <target>Videokanaal <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> bijgewerkt.</target>
3811 <context-group name="null"> 4448 <context-group name="null">
3812 <context context-type="linenumber">1</context> 4449 <context context-type="linenumber">1</context>
3813 </context-group> 4450 </context-group>
3814 </trans-unit> 4451 </trans-unit>
3815 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4452 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
3816 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4453 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
3817 <target>Videokanaal <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> bijgewerkt.</target> 4454 <target>Typ de weergavenaam van het videokanaal (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) om te bevestigen</target>
3818 <context-group name="null"> 4455 <context-group name="null">
3819 <context context-type="linenumber">1</context> 4456 <context context-type="linenumber">1</context>
3820 </context-group> 4457 </context-group>
@@ -3903,13 +4540,6 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3903 <context context-type="linenumber">1</context> 4540 <context context-type="linenumber">1</context>
3904 </context-group> 4541 </context-group>
3905 </trans-unit> 4542 </trans-unit>
3906 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
3907 <source>My library</source>
3908 <target>Mijn bibliotheek</target>
3909 <context-group name="null">
3910 <context context-type="linenumber">1</context>
3911 </context-group>
3912 </trans-unit>
3913 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4543 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3914 <source>My channels</source> 4544 <source>My channels</source>
3915 <target>Mijn kanalen</target> 4545 <target>Mijn kanalen</target>
@@ -3924,6 +4554,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3924 <context context-type="linenumber">1</context> 4554 <context context-type="linenumber">1</context>
3925 </context-group> 4555 </context-group>
3926 </trans-unit> 4556 </trans-unit>
4557 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
4558 <source>My history</source>
4559 <target>Mijn geschiedenis</target>
4560 <context-group name="null">
4561 <context context-type="linenumber">1</context>
4562 </context-group>
4563 </trans-unit>
3927 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029"> 4564 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
3928 <source>Misc</source> 4565 <source>Misc</source>
3929 <target>Varia</target> 4566 <target>Varia</target>
@@ -3945,6 +4582,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3945 <context context-type="linenumber">1</context> 4582 <context context-type="linenumber">1</context>
3946 </context-group> 4583 </context-group>
3947 </trans-unit> 4584 </trans-unit>
4585 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
4586 <source>My notifications</source>
4587 <target>Mijn notificaties</target>
4588 <context-group name="null">
4589 <context context-type="linenumber">1</context>
4590 </context-group>
4591 </trans-unit>
3948 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706"> 4592 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
3949 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source> 4593 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
3950 <target>Een e-mail met verificatielink wordt verstuurd naar <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 4594 <target>Een e-mail met verificatielink wordt verstuurd naar <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
@@ -4339,6 +4983,48 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4339 <context context-type="linenumber">1</context> 4983 <context context-type="linenumber">1</context>
4340 </context-group> 4984 </context-group>
4341 </trans-unit> 4985 </trans-unit>
4986 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
4987 <source>Your name is required.</source>
4988 <target>Je naam is verplicht.</target>
4989 <context-group name="null">
4990 <context context-type="linenumber">1</context>
4991 </context-group>
4992 </trans-unit>
4993 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
4994 <source>Your name must be at least 1 character long.</source>
4995 <target>Je naam moet minimaal 1 teken lang zijn.</target>
4996 <context-group name="null">
4997 <context context-type="linenumber">1</context>
4998 </context-group>
4999 </trans-unit>
5000 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
5001 <source>Your name cannot be more than 120 characters long.</source>
5002 <target>Je naam mag niet langer zijn dan 120 tekens.</target>
5003 <context-group name="null">
5004 <context context-type="linenumber">1</context>
5005 </context-group>
5006 </trans-unit>
5007 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
5008 <source>A message is required.</source>
5009 <target>Een bericht is vereist.</target>
5010 <context-group name="null">
5011 <context context-type="linenumber">1</context>
5012 </context-group>
5013 </trans-unit>
5014 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
5015 <source>The message must be at least 3 characters long.</source>
5016 <target>Het bericht moet minimaal 3 tekens lang zijn.</target>
5017 <context-group name="null">
5018 <context context-type="linenumber">1</context>
5019 </context-group>
5020 </trans-unit>
5021 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
5022 <source>The message cannot be more than 5000 characters long.</source>
5023 <target>Het bericht mag niet langer zijn dan 5000 tekens.</target>
5024 <context-group name="null">
5025 <context context-type="linenumber">1</context>
5026 </context-group>
5027 </trans-unit>
4342 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149"> 5028 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149">
4343 <source>Username is required.</source> 5029 <source>Username is required.</source>
4344 <target>Gebruikersnaam is vereist.</target> 5030 <target>Gebruikersnaam is vereist.</target>
@@ -4360,6 +5046,27 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4360 <context context-type="linenumber">1</context> 5046 <context context-type="linenumber">1</context>
4361 </context-group> 5047 </context-group>
4362 </trans-unit> 5048 </trans-unit>
5049 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
5050 <source>Username must be at least 1 character long.</source>
5051 <target>Gebruikersnaam moet minimaal 1 teken lang zijn.</target>
5052 <context-group name="null">
5053 <context context-type="linenumber">1</context>
5054 </context-group>
5055 </trans-unit>
5056 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
5057 <source>Username cannot be more than 50 characters long.</source>
5058 <target>Gebruikersnaam mag niet meer dan 50 tekens lang zijn.</target>
5059 <context-group name="null">
5060 <context context-type="linenumber">1</context>
5061 </context-group>
5062 </trans-unit>
5063 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
5064 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
5065 <target>Gebruikersnaam moet alfanumeriek zijn in kleine letters; stippen en underscores zijn toegestaan.</target>
5066 <context-group name="null">
5067 <context context-type="linenumber">1</context>
5068 </context-group>
5069 </trans-unit>
4363 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 5070 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
4364 <source>Password must be at least 6 characters long.</source> 5071 <source>Password must be at least 6 characters long.</source>
4365 <target>Wachtwoord moet minstens 6 karakters lang zijn.</target> 5072 <target>Wachtwoord moet minstens 6 karakters lang zijn.</target>
@@ -4423,6 +5130,20 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4423 <context context-type="linenumber">1</context> 5130 <context context-type="linenumber">1</context>
4424 </context-group> 5131 </context-group>
4425 </trans-unit> 5132 </trans-unit>
5133 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
5134 <source>Display name must be at least 1 character long.</source>
5135 <target>De weergavenaam moet minimaal 1 teken lang zijn.</target>
5136 <context-group name="null">
5137 <context context-type="linenumber">1</context>
5138 </context-group>
5139 </trans-unit>
5140 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
5141 <source>Display name cannot be more than 50 characters long.</source>
5142 <target>De weergavenaam mag niet langer zijn dan 50 tekens.</target>
5143 <context-group name="null">
5144 <context context-type="linenumber">1</context>
5145 </context-group>
5146 </trans-unit>
4426 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae"> 5147 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
4427 <source>Description must be at least 3 characters long.</source> 5148 <source>Description must be at least 3 characters long.</source>
4428 <target>Beschrijvingen moeten minstens 3 karakters lang zijn.</target> 5149 <target>Beschrijvingen moeten minstens 3 karakters lang zijn.</target>
@@ -4472,6 +5193,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4472 <context context-type="linenumber">1</context> 5193 <context context-type="linenumber">1</context>
4473 </context-group> 5194 </context-group>
4474 </trans-unit> 5195 </trans-unit>
5196 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
5197 <source>Report reason cannot be more than 3000 characters long.</source>
5198 <target>De reden van het rapport mag niet meer dan 3000 tekens lang zijn.</target>
5199 <context-group name="null">
5200 <context context-type="linenumber">1</context>
5201 </context-group>
5202 </trans-unit>
4475 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118"> 5203 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
4476 <source>Moderation comment is required.</source> 5204 <source>Moderation comment is required.</source>
4477 <target>Beheersreactie is vereist.</target> 5205 <target>Beheersreactie is vereist.</target>
@@ -4486,6 +5214,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4486 <context context-type="linenumber">1</context> 5214 <context context-type="linenumber">1</context>
4487 </context-group> 5215 </context-group>
4488 </trans-unit> 5216 </trans-unit>
5217 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
5218 <source>Moderation comment cannot be more than 3000 characters long.</source>
5219 <target>Reactie moderatie mag niet langer zijn dan 3000 tekens.</target>
5220 <context-group name="null">
5221 <context context-type="linenumber">1</context>
5222 </context-group>
5223 </trans-unit>
4489 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6"> 5224 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
4490 <source>The channel is required.</source> 5225 <source>The channel is required.</source>
4491 <target>Het kanaal is vereist.</target> 5226 <target>Het kanaal is vereist.</target>
@@ -4542,6 +5277,27 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4542 <context context-type="linenumber">1</context> 5277 <context context-type="linenumber">1</context>
4543 </context-group> 5278 </context-group>
4544 </trans-unit> 5279 </trans-unit>
5280 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
5281 <source>Name must be at least 1 character long.</source>
5282 <target>De naam moet minimaal 1 teken lang zijn.</target>
5283 <context-group name="null">
5284 <context context-type="linenumber">1</context>
5285 </context-group>
5286 </trans-unit>
5287 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
5288 <source>Name cannot be more than 50 characters long.</source>
5289 <target>Naam mag niet langer zijn dan 50 tekens.</target>
5290 <context-group name="null">
5291 <context context-type="linenumber">1</context>
5292 </context-group>
5293 </trans-unit>
5294 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
5295 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
5296 <target>Naam moet alfanumeriek zijn in kleine letters; stippen en underscores zijn toegestaan.</target>
5297 <context-group name="null">
5298 <context context-type="linenumber">1</context>
5299 </context-group>
5300 </trans-unit>
4545 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b"> 5301 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
4546 <source>Support text must be at least 3 characters long.</source> 5302 <source>Support text must be at least 3 characters long.</source>
4547 <target>Supporttekst moet minstens 3 karakters zijn.</target> 5303 <target>Supporttekst moet minstens 3 karakters zijn.</target>
@@ -4577,6 +5333,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4577 <context context-type="linenumber">1</context> 5333 <context context-type="linenumber">1</context>
4578 </context-group> 5334 </context-group>
4579 </trans-unit> 5335 </trans-unit>
5336 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5337 <source>Display name cannot be more than 120 characters long.</source>
5338 <target>Je weergavenaam kan niet langer dan 120 tekens zijn.</target>
5339 <context-group name="null">
5340 <context context-type="linenumber">1</context>
5341 </context-group>
5342 </trans-unit>
4580 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5343 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4581 <source>Video name is required.</source> 5344 <source>Video name is required.</source>
4582 <target>Videonaam is vereist.</target> 5345 <target>Videonaam is vereist.</target>
@@ -4668,6 +5431,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4668 <context context-type="linenumber">1</context> 5431 <context context-type="linenumber">1</context>
4669 </context-group> 5432 </context-group>
4670 </trans-unit> 5433 </trans-unit>
5434 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
5435 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
5436 <target>PeerTube kan dit soort bestanden niet aan. Geaccepteerde extensies zijn <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
5437 <context-group name="null">
5438 <context context-type="linenumber">1</context>
5439 </context-group>
5440 </trans-unit>
4671 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4"> 5441 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
4672 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 5442 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
4673 <target>Alle onopgeslagen data zal verloren worden, weet je zeker dat je deze pagina wil verlaten?</target> 5443 <target>Alle onopgeslagen data zal verloren worden, weet je zeker dat je deze pagina wil verlaten?</target>
@@ -5481,6 +6251,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5481 <context context-type="linenumber">1</context> 6251 <context context-type="linenumber">1</context>
5482 </context-group> 6252 </context-group>
5483 </trans-unit> 6253 </trans-unit>
6254 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
6255 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
6256 <target>Je hebt niet-opgeslagen wijzigingen! Als je vertrekt, gaan je wijzigingen verloren.</target>
6257 <context-group name="null">
6258 <context context-type="linenumber">1</context>
6259 </context-group>
6260 </trans-unit>
5484 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 6261 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
5485 <source>Video updated.</source> 6262 <source>Video updated.</source>
5486 <target>Video geupdate.</target> 6263 <target>Video geupdate.</target>
@@ -5516,13 +6293,6 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5516 <context context-type="linenumber">1</context> 6293 <context context-type="linenumber">1</context>
5517 </context-group> 6294 </context-group>
5518 </trans-unit> 6295 </trans-unit>
5519 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
5520 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
5521 <target>Start op <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
5522 <context-group name="null">
5523 <context context-type="linenumber">1</context>
5524 </context-group>
5525 </trans-unit>
5526 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 6296 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
5527 <source>Like the video</source> 6297 <source>Like the video</source>
5528 <target>Like de video</target> 6298 <target>Like de video</target>
@@ -5565,6 +6335,20 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5565 <context context-type="linenumber">1</context> 6335 <context context-type="linenumber">1</context>
5566 </context-group> 6336 </context-group>
5567 </trans-unit> 6337 </trans-unit>
6338 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
6339 <source>Trending for the last 24 hours</source>
6340 <target>Trending voor de laatste 24 uur</target>
6341 <context-group name="null">
6342 <context context-type="linenumber">1</context>
6343 </context-group>
6344 </trans-unit>
6345 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6346 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6347 <target>Trending voor de laatste <x id="INTERPOLATION" equiv-text="{{days}}"/> dagen</target>
6348 <context-group name="null">
6349 <context context-type="linenumber">1</context>
6350 </context-group>
6351 </trans-unit>
5568 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6352 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
5569 <source>Videos from your subscriptions</source> 6353 <source>Videos from your subscriptions</source>
5570 <target>Videos van jou abonnementen</target> 6354 <target>Videos van jou abonnementen</target>
diff --git a/client/src/locale/target/angular_oc.xml b/client/src/locale/target/angular_oc.xml
index 4da335cbf..e9ed14b8b 100644
--- a/client/src/locale/target/angular_oc.xml
+++ b/client/src/locale/target/angular_oc.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Primier</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Primier</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Precedent</target> 92 <target>Precedent</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Seguent</target> 99 <target>Seguent</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Darrièr</target> 106 <target>Darrièr</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Demenir las oras</target> 141 <target>Demenir las oras</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Aumentar las minutas</target> 148 <target>Aumentar las minutas</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minutas</target> 162 <target>Minutas</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Demenir las minutas</target> 169 <target>Demenir las minutas</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Aumentar las segondas</target> 176 <target>Aumentar las segondas</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Segondas</target> 190 <target>Segondas</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Demenir las segondas</target> 197 <target>Demenir las segondas</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,18 +227,233 @@
227 <context context-type="linenumber">1</context> 227 <context context-type="linenumber">1</context>
228 </context-group> 228 </context-group>
229 </trans-unit> 229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publicat una <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>nòva vidèo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <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;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 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
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <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;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 Vòstra 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;"/> es pas mai en lista negra
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <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;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 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
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <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;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Vòstra 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;"/> es estada plaçada en lista negra
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <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;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <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;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <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;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un novèl senhalament de vidèo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> es estat creat per 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;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
307 <source>
308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <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;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <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 comentat vòstra 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;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <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;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 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
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <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;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 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;"/> es estada publicada
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <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;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
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 }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <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;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Vòstra importacion vidèo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a reüssit
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <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;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <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
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <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;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Vòstra importacion vidèo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a fracassat
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <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;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <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;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> se's marcat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sus vòstra instància
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <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
407
408 <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;"/>
409 <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;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <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;"/> sèc
417
418 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>vòstra cadena <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;"/>
419 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>vòstre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <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;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <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;"/> vos a mencionat sus una <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>vidèo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 445 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 446 <source>Unlisted</source>
232 <target>Pas listada</target> 447 <target>Pas listada</target>
233 <context-group name="null"> 448 <context-group name="null">
234 <context context-type="linenumber">10</context> 449 <context context-type="linenumber">17</context>
235 </context-group> 450 </context-group>
236 </trans-unit> 451 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 452 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 453 <source>Private</source>
239 <target>Privada</target> 454 <target>Privada</target>
240 <context-group name="null"> 455 <context-group name="null">
241 <context context-type="linenumber">11</context> 456 <context context-type="linenumber">18</context>
242 </context-group> 457 </context-group>
243 </trans-unit> 458 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 459 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -248,6 +463,27 @@
248 <context context-type="linenumber">16</context> 463 <context context-type="linenumber">16</context>
249 </context-group> 464 </context-group>
250 </trans-unit> 465 </trans-unit>
466 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
467 <source>Display name</source>
468 <target>Escais-nom</target>
469 <context-group name="null">
470 <context context-type="linenumber">6</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
474 <source>Create</source>
475 <target>Crear</target>
476 <context-group name="null">
477 <context context-type="linenumber">73</context>
478 </context-group>
479 </trans-unit>
480 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
481 <source>Save</source>
482 <target>Salvagardar</target>
483 <context-group name="null">
484 <context context-type="linenumber">115</context>
485 </context-group>
486 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 487 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
252 <source>Delete</source> 488 <source>Delete</source>
253 <target>Suprimir</target> 489 <target>Suprimir</target>
@@ -399,7 +635,7 @@
399 Illimitat <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 jorn)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 635 Illimitat <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 jorn)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
400 </target> 636 </target>
401 <context-group name="null"> 637 <context-group name="null">
402 <context context-type="linenumber">14</context> 638 <context context-type="linenumber">28</context>
403 </context-group> 639 </context-group>
404 </trans-unit> 640 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 641 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -527,7 +763,7 @@
527 <source>Login</source> 763 <source>Login</source>
528 <target>Connexion</target> 764 <target>Connexion</target>
529 <context-group name="null"> 765 <context-group name="null">
530 <context context-type="linenumber">36</context> 766 <context context-type="linenumber">32</context>
531 </context-group> 767 </context-group>
532 </trans-unit> 768 </trans-unit>
533 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 769 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -635,7 +871,7 @@
635 <source>Signup</source> 871 <source>Signup</source>
636 <target>Inscripcion</target> 872 <target>Inscripcion</target>
637 <context-group name="null"> 873 <context-group name="null">
638 <context context-type="linenumber">78</context> 874 <context context-type="linenumber">87</context>
639 </context-group> 875 </context-group>
640 </trans-unit> 876 </trans-unit>
641 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 877 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -705,7 +941,7 @@
705 <source>Change the language</source> 941 <source>Change the language</source>
706 <target>Cambiar la lenga</target> 942 <target>Cambiar la lenga</target>
707 <context-group name="null"> 943 <context-group name="null">
708 <context context-type="linenumber">86</context> 944 <context context-type="linenumber">102</context>
709 </context-group> 945 </context-group>
710 </trans-unit> 946 </trans-unit>
711 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 947 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -719,54 +955,17 @@
719 <context context-type="linenumber">8</context> 955 <context context-type="linenumber">8</context>
720 </context-group> 956 </context-group>
721 </trans-unit> 957 </trans-unit>
722 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
723 <source>
724 My public profile
725 </source>
726 <target>
727 Mon perfil public
728 </target>
729 <context-group name="null">
730 <context context-type="linenumber">16</context>
731 </context-group>
732 </trans-unit>
733 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
734 <source>
735 My account
736 </source>
737 <target>
738 Mon compte
739 </target>
740 <context-group name="null">
741 <context context-type="linenumber">20</context>
742 </context-group>
743 </trans-unit>
744 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
745 <source>
746 My videos
747 </source>
748 <target>
749 Mas vidèos
750 </target>
751 <context-group name="null">
752 <context context-type="linenumber">24</context>
753 </context-group>
754 </trans-unit>
755 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
756 <source>
757 Log out
758 </source>
759 <target>
760 Desconnexion
761 </target>
762 <context-group name="null">
763 <context context-type="linenumber">28</context>
764 </context-group>
765 </trans-unit>
766 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 958 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
767 <source>Create an account</source> 959 <source>Create an account</source>
768 <target>Crear un compte</target> 960 <target>Crear un compte</target>
769 <context-group name="null"> 961 <context-group name="null">
962 <context context-type="linenumber">33</context>
963 </context-group>
964 </trans-unit>
965 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
966 <source>My library</source>
967 <target>Ma bibliotèca</target>
968 <context-group name="null">
770 <context context-type="linenumber">37</context> 969 <context context-type="linenumber">37</context>
771 </context-group> 970 </context-group>
772 </trans-unit> 971 </trans-unit>
@@ -781,70 +980,70 @@
781 <source>Subscriptions</source> 980 <source>Subscriptions</source>
782 <target>Abonaments</target> 981 <target>Abonaments</target>
783 <context-group name="null"> 982 <context-group name="null">
784 <context context-type="linenumber">45</context> 983 <context context-type="linenumber">51</context>
785 </context-group> 984 </context-group>
786 </trans-unit> 985 </trans-unit>
787 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 986 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
788 <source>Overview</source> 987 <source>Overview</source>
789 <target>Apercebut</target> 988 <target>Apercebut</target>
790 <context-group name="null"> 989 <context-group name="null">
791 <context context-type="linenumber">50</context> 990 <context context-type="linenumber">66</context>
792 </context-group> 991 </context-group>
793 </trans-unit> 992 </trans-unit>
794 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 993 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
795 <source>Trending</source> 994 <source>Trending</source>
796 <target>Tendéncias</target> 995 <target>Tendéncias</target>
797 <context-group name="null"> 996 <context-group name="null">
798 <context context-type="linenumber">55</context> 997 <context context-type="linenumber">71</context>
799 </context-group> 998 </context-group>
800 </trans-unit> 999 </trans-unit>
801 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1000 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
802 <source>Recently added</source> 1001 <source>Recently added</source>
803 <target>Apondons recents</target> 1002 <target>Apondons recents</target>
804 <context-group name="null"> 1003 <context-group name="null">
805 <context context-type="linenumber">60</context> 1004 <context context-type="linenumber">76</context>
806 </context-group> 1005 </context-group>
807 </trans-unit> 1006 </trans-unit>
808 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1007 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
809 <source>Local</source> 1008 <source>Local</source>
810 <target>Localas</target> 1009 <target>Localas</target>
811 <context-group name="null"> 1010 <context-group name="null">
812 <context context-type="linenumber">65</context> 1011 <context context-type="linenumber">81</context>
813 </context-group> 1012 </context-group>
814 </trans-unit> 1013 </trans-unit>
815 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1014 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
816 <source>More</source> 1015 <source>More</source>
817 <target>Mai</target> 1016 <target>Mai</target>
818 <context-group name="null"> 1017 <context-group name="null">
819 <context context-type="linenumber">70</context> 1018 <context context-type="linenumber">86</context>
820 </context-group> 1019 </context-group>
821 </trans-unit> 1020 </trans-unit>
822 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1021 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
823 <source>Administration</source> 1022 <source>Administration</source>
824 <target>Administracion</target> 1023 <target>Administracion</target>
825 <context-group name="null"> 1024 <context-group name="null">
826 <context context-type="linenumber">74</context> 1025 <context context-type="linenumber">90</context>
827 </context-group> 1026 </context-group>
828 </trans-unit> 1027 </trans-unit>
829 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1028 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
830 <source>About</source> 1029 <source>About</source>
831 <target>A prepaus</target> 1030 <target>A prepaus</target>
832 <context-group name="null"> 1031 <context-group name="null">
833 <context context-type="linenumber">25</context> 1032 <context context-type="linenumber">26</context>
834 </context-group> 1033 </context-group>
835 </trans-unit> 1034 </trans-unit>
836 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1035 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
837 <source>Show keyboard shortcuts</source> 1036 <source>Show keyboard shortcuts</source>
838 <target>Mostrar los acorchis clavièr</target> 1037 <target>Mostrar los acorchis clavièr</target>
839 <context-group name="null"> 1038 <context-group name="null">
840 <context context-type="linenumber">89</context> 1039 <context context-type="linenumber">105</context>
841 </context-group> 1040 </context-group>
842 </trans-unit> 1041 </trans-unit>
843 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1042 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
844 <source>Toggle dark interface</source> 1043 <source>Toggle dark interface</source>
845 <target>Passar a l’interfàcia escura</target> 1044 <target>Passar a l’interfàcia escura</target>
846 <context-group name="null"> 1045 <context-group name="null">
847 <context context-type="linenumber">92</context> 1046 <context context-type="linenumber">108</context>
848 </context-group> 1047 </context-group>
849 </trans-unit> 1048 </trans-unit>
850 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1049 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -865,14 +1064,14 @@
865 <source>Update your notification preferences</source> 1064 <source>Update your notification preferences</source>
866 <target>Actualizar vòstras preferéncias de notificacion</target> 1065 <target>Actualizar vòstras preferéncias de notificacion</target>
867 <context-group name="null"> 1066 <context-group name="null">
868 <context context-type="linenumber">15</context> 1067 <context context-type="linenumber">16</context>
869 </context-group> 1068 </context-group>
870 </trans-unit> 1069 </trans-unit>
871 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 1070 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
872 <source>See all your notifications</source> 1071 <source>See all your notifications</source>
873 <target>Veire totas vòstras notificacions</target> 1072 <target>Veire totas vòstras notificacions</target>
874 <context-group name="null"> 1073 <context-group name="null">
875 <context context-type="linenumber">22</context> 1074 <context context-type="linenumber">30</context>
876 </context-group> 1075 </context-group>
877 </trans-unit> 1076 </trans-unit>
878 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1077 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -903,6 +1102,27 @@
903 <context context-type="linenumber">15</context> 1102 <context context-type="linenumber">15</context>
904 </context-group> 1103 </context-group>
905 </trans-unit> 1104 </trans-unit>
1105 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1106 <source>Original publication year</source>
1107 <target>Annada de publicacion originala</target>
1108 <context-group name="null">
1109 <context context-type="linenumber">24</context>
1110 </context-group>
1111 </trans-unit>
1112 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1113 <source>After...</source>
1114 <target>Aprèp...</target>
1115 <context-group name="null">
1116 <context context-type="linenumber">30</context>
1117 </context-group>
1118 </trans-unit>
1119 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1120 <source>Before...</source>
1121 <target>Abans...</target>
1122 <context-group name="null">
1123 <context context-type="linenumber">37</context>
1124 </context-group>
1125 </trans-unit>
906 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1126 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
907 <source>Duration</source> 1127 <source>Duration</source>
908 <target>Durada</target> 1128 <target>Durada</target>
@@ -935,21 +1155,21 @@
935 <source>Category</source> 1155 <source>Category</source>
936 <target>Categoria</target> 1156 <target>Categoria</target>
937 <context-group name="null"> 1157 <context-group name="null">
938 <context context-type="linenumber">170</context> 1158 <context context-type="linenumber">215</context>
939 </context-group> 1159 </context-group>
940 </trans-unit> 1160 </trans-unit>
941 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1161 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
942 <source>Licence</source> 1162 <source>Licence</source>
943 <target>Licéncia</target> 1163 <target>Licéncia</target>
944 <context-group name="null"> 1164 <context-group name="null">
945 <context context-type="linenumber">179</context> 1165 <context context-type="linenumber">224</context>
946 </context-group> 1166 </context-group>
947 </trans-unit> 1167 </trans-unit>
948 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1168 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
949 <source>Language</source> 1169 <source>Language</source>
950 <target>Lenga</target> 1170 <target>Lenga</target>
951 <context-group name="null"> 1171 <context-group name="null">
952 <context context-type="linenumber">188</context> 1172 <context context-type="linenumber">233</context>
953 </context-group> 1173 </context-group>
954 </trans-unit> 1174 </trans-unit>
955 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1175 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1116,46 +1336,6 @@
1116 <context context-type="linenumber">39</context> 1336 <context context-type="linenumber">39</context>
1117 </context-group> 1337 </context-group>
1118 </trans-unit> 1338 </trans-unit>
1119 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1120 <source>User registration is allowed and</source>
1121 <target>Las inscripcions son autorizadas e</target>
1122 <context-group name="null">
1123 <context context-type="linenumber">29</context>
1124 </context-group>
1125 </trans-unit>
1126 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1127 <source>
1128 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1129 </source>
1130 <target>
1131 aquesta instància fornís un quòta de basa de <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> d’espaci vidèo per cada utilizaire.
1132 </target>
1133 <context-group name="null">
1134 <context context-type="linenumber">31</context>
1135 </context-group>
1136 </trans-unit>
1137 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1138 <source>
1139 this instance provides unlimited space for the videos of its users.
1140 </source>
1141 <target>
1142 aquesta instància fornís un espaci sens limit per las vidèos de sos utilizaires.
1143 </target>
1144 <context-group name="null">
1145 <context context-type="linenumber">35</context>
1146 </context-group>
1147 </trans-unit>
1148 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1149 <source>
1150 User registration is currently not allowed.
1151 </source>
1152 <target>
1153 Las inscripcions son actualament pas autorizadas.
1154 </target>
1155 <context-group name="null">
1156 <context context-type="linenumber">40</context>
1157 </context-group>
1158 </trans-unit>
1159 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1339 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1160 <source> 1340 <source>
1161 About PeerTube 1341 About PeerTube
@@ -1515,42 +1695,42 @@
1515 <source>Default client route</source> 1695 <source>Default client route</source>
1516 <target>Rota del client per defaut</target> 1696 <target>Rota del client per defaut</target>
1517 <context-group name="null"> 1697 <context-group name="null">
1518 <context context-type="linenumber">48</context> 1698 <context context-type="linenumber">57</context>
1519 </context-group> 1699 </context-group>
1520 </trans-unit> 1700 </trans-unit>
1521 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1701 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1522 <source>Videos Overview</source> 1702 <source>Videos Overview</source>
1523 <target>Apercebuts de las vidèos</target> 1703 <target>Apercebuts de las vidèos</target>
1524 <context-group name="null"> 1704 <context-group name="null">
1525 <context context-type="linenumber">51</context> 1705 <context context-type="linenumber">60</context>
1526 </context-group> 1706 </context-group>
1527 </trans-unit> 1707 </trans-unit>
1528 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1708 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1529 <source>Videos Trending</source> 1709 <source>Videos Trending</source>
1530 <target>Vidèos a la mòda </target> 1710 <target>Vidèos a la mòda </target>
1531 <context-group name="null"> 1711 <context-group name="null">
1532 <context context-type="linenumber">52</context> 1712 <context context-type="linenumber">61</context>
1533 </context-group> 1713 </context-group>
1534 </trans-unit> 1714 </trans-unit>
1535 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1715 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1536 <source>Videos Recently Added</source> 1716 <source>Videos Recently Added</source>
1537 <target>Vidèos ajustadas recentament</target> 1717 <target>Vidèos ajustadas recentament</target>
1538 <context-group name="null"> 1718 <context-group name="null">
1539 <context context-type="linenumber">53</context> 1719 <context context-type="linenumber">62</context>
1540 </context-group> 1720 </context-group>
1541 </trans-unit> 1721 </trans-unit>
1542 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1722 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1543 <source>Local videos</source> 1723 <source>Local videos</source>
1544 <target>Vidèos localas</target> 1724 <target>Vidèos localas</target>
1545 <context-group name="null"> 1725 <context-group name="null">
1546 <context context-type="linenumber">54</context> 1726 <context context-type="linenumber">63</context>
1547 </context-group> 1727 </context-group>
1548 </trans-unit> 1728 </trans-unit>
1549 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1729 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1550 <source>Policy on videos containing sensitive content</source> 1730 <source>Policy on videos containing sensitive content</source>
1551 <target>Politica tocant las vidèos amb de contengut sensible</target> 1731 <target>Politica tocant las vidèos amb de contengut sensible</target>
1552 <context-group name="null"> 1732 <context-group name="null">
1553 <context context-type="linenumber">61</context> 1733 <context context-type="linenumber">70</context>
1554 </context-group> 1734 </context-group>
1555 </trans-unit> 1735 </trans-unit>
1556 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1736 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1585,42 +1765,42 @@
1585 <source>Signup enabled</source> 1765 <source>Signup enabled</source>
1586 <target>Inscripcions activadas</target> 1766 <target>Inscripcions activadas</target>
1587 <context-group name="null"> 1767 <context-group name="null">
1588 <context context-type="linenumber">84</context> 1768 <context context-type="linenumber">93</context>
1589 </context-group> 1769 </context-group>
1590 </trans-unit> 1770 </trans-unit>
1591 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1771 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1592 <source>Signup requires email verification</source> 1772 <source>Signup requires email verification</source>
1593 <target>L’inscripcion demanda una verificacion d’adreça electronica</target> 1773 <target>L’inscripcion demanda una verificacion d’adreça electronica</target>
1594 <context-group name="null"> 1774 <context-group name="null">
1595 <context context-type="linenumber">91</context> 1775 <context context-type="linenumber">100</context>
1596 </context-group> 1776 </context-group>
1597 </trans-unit> 1777 </trans-unit>
1598 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1778 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1599 <source>Signup limit</source> 1779 <source>Signup limit</source>
1600 <target>Limit d’inscripcions</target> 1780 <target>Limit d’inscripcions</target>
1601 <context-group name="null"> 1781 <context-group name="null">
1602 <context context-type="linenumber">96</context> 1782 <context context-type="linenumber">105</context>
1603 </context-group> 1783 </context-group>
1604 </trans-unit> 1784 </trans-unit>
1605 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1785 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1606 <source>Users</source> 1786 <source>Users</source>
1607 <target>Utilizaires</target> 1787 <target>Utilizaires</target>
1608 <context-group name="null"> 1788 <context-group name="null">
1609 <context context-type="linenumber">105</context> 1789 <context context-type="linenumber">114</context>
1610 </context-group> 1790 </context-group>
1611 </trans-unit> 1791 </trans-unit>
1612 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1792 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1613 <source>User default video quota</source> 1793 <source>User default video quota</source>
1614 <target>Quòta per defaut per utilizaire</target> 1794 <target>Quòta per defaut per utilizaire</target>
1615 <context-group name="null"> 1795 <context-group name="null">
1616 <context context-type="linenumber">109</context> 1796 <context context-type="linenumber">118</context>
1617 </context-group> 1797 </context-group>
1618 </trans-unit> 1798 </trans-unit>
1619 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1799 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1620 <source>User default daily upload limit</source> 1800 <source>User default daily upload limit</source>
1621 <target>Quòta jornalièr de mandadís per defaut dels utilizaires </target> 1801 <target>Quòta jornalièr de mandadís per defaut dels utilizaires </target>
1622 <context-group name="null"> 1802 <context-group name="null">
1623 <context context-type="linenumber">121</context> 1803 <context context-type="linenumber">130</context>
1624 </context-group> 1804 </context-group>
1625 </trans-unit> 1805 </trans-unit>
1626 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1806 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1634,35 +1814,35 @@
1634 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1814 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1635 <target>Import vidèo amb URL HTTP (per exemple YouTube) activat</target> 1815 <target>Import vidèo amb URL HTTP (per exemple YouTube) activat</target>
1636 <context-group name="null"> 1816 <context-group name="null">
1637 <context context-type="linenumber">141</context> 1817 <context context-type="linenumber">150</context>
1638 </context-group> 1818 </context-group>
1639 </trans-unit> 1819 </trans-unit>
1640 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1820 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1641 <source>Video import with a torrent file or a magnet URI enabled</source> 1821 <source>Video import with a torrent file or a magnet URI enabled</source>
1642 <target>Import de vidèos via un fichièr torretn o un magnet URI activat</target> 1822 <target>Import de vidèos via un fichièr torretn o un magnet URI activat</target>
1643 <context-group name="null"> 1823 <context-group name="null">
1644 <context context-type="linenumber">148</context> 1824 <context context-type="linenumber">157</context>
1645 </context-group> 1825 </context-group>
1646 </trans-unit> 1826 </trans-unit>
1647 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1827 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1648 <source>Administrator</source> 1828 <source>Administrator</source>
1649 <target>Administrator</target> 1829 <target>Administrator</target>
1650 <context-group name="null"> 1830 <context-group name="null">
1651 <context context-type="linenumber">155</context> 1831 <context context-type="linenumber">181</context>
1652 </context-group> 1832 </context-group>
1653 </trans-unit> 1833 </trans-unit>
1654 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1834 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1655 <source>Admin email</source> 1835 <source>Admin email</source>
1656 <target>Adreça de l’admin</target> 1836 <target>Adreça de l’admin</target>
1657 <context-group name="null"> 1837 <context-group name="null">
1658 <context context-type="linenumber">158</context> 1838 <context context-type="linenumber">184</context>
1659 </context-group> 1839 </context-group>
1660 </trans-unit> 1840 </trans-unit>
1661 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1841 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1662 <source>Enable contact form</source> 1842 <source>Enable contact form</source>
1663 <target>Activar lo formulari de contacte</target> 1843 <target>Activar lo formulari de contacte</target>
1664 <context-group name="null"> 1844 <context-group name="null">
1665 <context context-type="linenumber">169</context> 1845 <context context-type="linenumber">195</context>
1666 </context-group> 1846 </context-group>
1667 </trans-unit> 1847 </trans-unit>
1668 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1848 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1676,28 +1856,28 @@
1676 <source>Twitter</source> 1856 <source>Twitter</source>
1677 <target>Twitter</target> 1857 <target>Twitter</target>
1678 <context-group name="null"> 1858 <context-group name="null">
1679 <context context-type="linenumber">178</context> 1859 <context context-type="linenumber">204</context>
1680 </context-group> 1860 </context-group>
1681 </trans-unit> 1861 </trans-unit>
1682 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1862 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1683 <source>Your Twitter username</source> 1863 <source>Your Twitter username</source>
1684 <target>Vòstre nom d’utilizaire Twitter</target> 1864 <target>Vòstre nom d’utilizaire Twitter</target>
1685 <context-group name="null"> 1865 <context-group name="null">
1686 <context context-type="linenumber">184</context> 1866 <context context-type="linenumber">210</context>
1687 </context-group> 1867 </context-group>
1688 </trans-unit> 1868 </trans-unit>
1689 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1869 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1690 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1870 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1691 <target>Indica lo compte Twitter del site o de la plataforma ont lo contengut foguèt publicat.</target> 1871 <target>Indica lo compte Twitter del site o de la plataforma ont lo contengut foguèt publicat.</target>
1692 <context-group name="null"> 1872 <context-group name="null">
1693 <context context-type="linenumber">187</context> 1873 <context context-type="linenumber">213</context>
1694 </context-group> 1874 </context-group>
1695 </trans-unit> 1875 </trans-unit>
1696 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1876 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1697 <source>Instance whitelisted by Twitter</source> 1877 <source>Instance whitelisted by Twitter</source>
1698 <target>Instàncias en lista blanca per Twitter</target> 1878 <target>Instàncias en lista blanca per Twitter</target>
1699 <context-group name="null"> 1879 <context-group name="null">
1700 <context context-type="linenumber">199</context> 1880 <context context-type="linenumber">225</context>
1701 </context-group> 1881 </context-group>
1702 </trans-unit> 1882 </trans-unit>
1703 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1883 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1708,63 +1888,63 @@
1708 Se l’instància es pas en lista blanca, utilizam un imatge amb un ligam que mena a l’instància PeerTube.&lt;br /&gt;&lt;br /&gt; 1888 Se l’instància es pas en lista blanca, utilizam un imatge amb un ligam que mena a l’instància PeerTube.&lt;br /&gt;&lt;br /&gt;
1709 Clicatz aquesta bóstia, salvagardatz la configuracion e ensajatz amb l’URL d’una vidèo de vòstra instància (https://exemple.com/videos/watch/blabla) sus &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; per veire se vòstra instància es en lista blanca.</target> 1889 Clicatz aquesta bóstia, salvagardatz la configuracion e ensajatz amb l’URL d’una vidèo de vòstra instància (https://exemple.com/videos/watch/blabla) sus &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; per veire se vòstra instància es en lista blanca.</target>
1710 <context-group name="null"> 1890 <context-group name="null">
1711 <context context-type="linenumber">200</context> 1891 <context context-type="linenumber">226</context>
1712 </context-group> 1892 </context-group>
1713 </trans-unit> 1893 </trans-unit>
1714 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1894 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1715 <source>Services</source> 1895 <source>Services</source>
1716 <target>Servicis</target> 1896 <target>Servicis</target>
1717 <context-group name="null"> 1897 <context-group name="null">
1718 <context context-type="linenumber">176</context> 1898 <context context-type="linenumber">202</context>
1719 </context-group> 1899 </context-group>
1720 </trans-unit> 1900 </trans-unit>
1721 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1901 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1722 <source>Transcoding</source> 1902 <source>Transcoding</source>
1723 <target>Transcodatge</target> 1903 <target>Transcodatge</target>
1724 <context-group name="null"> 1904 <context-group name="null">
1725 <context context-type="linenumber">215</context> 1905 <context context-type="linenumber">241</context>
1726 </context-group> 1906 </context-group>
1727 </trans-unit> 1907 </trans-unit>
1728 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1908 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1729 <source>Transcoding enabled</source> 1909 <source>Transcoding enabled</source>
1730 <target>Transcodatge activat</target> 1910 <target>Transcodatge activat</target>
1731 <context-group name="null"> 1911 <context-group name="null">
1732 <context context-type="linenumber">221</context> 1912 <context context-type="linenumber">247</context>
1733 </context-group> 1913 </context-group>
1734 </trans-unit> 1914 </trans-unit>
1735 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1915 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1736 <source>If you disable transcoding, many videos from your users will not work!</source> 1916 <source>If you disable transcoding, many videos from your users will not work!</source>
1737 <target>Se desactivatz lo transcodatge, un fum de vidèos de vòstres utilizaires foncionaràn pas !</target> 1917 <target>Se desactivatz lo transcodatge, un fum de vidèos de vòstres utilizaires foncionaràn pas !</target>
1738 <context-group name="null"> 1918 <context-group name="null">
1739 <context context-type="linenumber">222</context> 1919 <context context-type="linenumber">248</context>
1740 </context-group> 1920 </context-group>
1741 </trans-unit> 1921 </trans-unit>
1742 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 1922 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1743 <source>Allow additional extensions</source> 1923 <source>Allow additional extensions</source>
1744 <target>Permetre mai d’extensions</target> 1924 <target>Permetre mai d’extensions</target>
1745 <context-group name="null"> 1925 <context-group name="null">
1746 <context context-type="linenumber">231</context> 1926 <context context-type="linenumber">257</context>
1747 </context-group> 1927 </context-group>
1748 </trans-unit> 1928 </trans-unit>
1749 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 1929 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1750 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 1930 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1751 <target>Permetre a vòstres utilizaire d’enviar de vidèos .mkv, .mov, .avi, .flv</target> 1931 <target>Permetre a vòstres utilizaire d’enviar de vidèos .mkv, .mov, .avi, .flv</target>
1752 <context-group name="null"> 1932 <context-group name="null">
1753 <context context-type="linenumber">232</context> 1933 <context context-type="linenumber">258</context>
1754 </context-group> 1934 </context-group>
1755 </trans-unit> 1935 </trans-unit>
1756 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1936 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1757 <source>Transcoding threads</source> 1937 <source>Transcoding threads</source>
1758 <target>Transcodatge dels threads</target> 1938 <target>Transcodatge dels threads</target>
1759 <context-group name="null"> 1939 <context-group name="null">
1760 <context context-type="linenumber">237</context> 1940 <context context-type="linenumber">263</context>
1761 </context-group> 1941 </context-group>
1762 </trans-unit> 1942 </trans-unit>
1763 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1943 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1764 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1944 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1765 <target>Resolucion <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target> 1945 <target>Resolucion <x id="INTERPOLATION" equiv-text="{{resolution}}"/> activada</target>
1766 <context-group name="null"> 1946 <context-group name="null">
1767 <context context-type="linenumber">252</context> 1947 <context context-type="linenumber">278</context>
1768 </context-group> 1948 </context-group>
1769 </trans-unit> 1949 </trans-unit>
1770 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1950 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1779,105 +1959,70 @@
1779 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1959 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1780 </target> 1960 </target>
1781 <context-group name="null"> 1961 <context-group name="null">
1782 <context context-type="linenumber">260</context> 1962 <context context-type="linenumber">286</context>
1783 </context-group> 1963 </context-group>
1784 </trans-unit> 1964 </trans-unit>
1785 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1965 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1786 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1966 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1787 <target>Qualques fichièrs son pas federats (apercebuts, legendas). Los recuperam de l’instància d’origina estant e los metèm en cache.</target> 1967 <target>Qualques fichièrs son pas federats (apercebuts, legendas). Los recuperam de l’instància d’origina estant e los metèm en cache.</target>
1788 <context-group name="null"> 1968 <context-group name="null">
1789 <context context-type="linenumber">265</context> 1969 <context context-type="linenumber">291</context>
1790 </context-group> 1970 </context-group>
1791 </trans-unit> 1971 </trans-unit>
1792 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1972 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1793 <source>Previews cache size</source> 1973 <source>Previews cache size</source>
1794 <target>Talha del cache d’apercebut</target> 1974 <target>Talha del cache d’apercebut</target>
1795 <context-group name="null"> 1975 <context-group name="null">
1796 <context context-type="linenumber">271</context> 1976 <context context-type="linenumber">297</context>
1797 </context-group> 1977 </context-group>
1798 </trans-unit> 1978 </trans-unit>
1799 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1979 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1800 <source>Video captions cache size</source> 1980 <source>Video captions cache size</source>
1801 <target>Talha del cache per las legendas de las vidèos</target> 1981 <target>Talha del cache per las legendas de las vidèos</target>
1802 <context-group name="null"> 1982 <context-group name="null">
1803 <context context-type="linenumber">280</context> 1983 <context context-type="linenumber">306</context>
1804 </context-group> 1984 </context-group>
1805 </trans-unit> 1985 </trans-unit>
1806 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1986 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1807 <source>Customizations</source> 1987 <source>Customizations</source>
1808 <target>Personalizacions</target> 1988 <target>Personalizacions</target>
1809 <context-group name="null"> 1989 <context-group name="null">
1810 <context context-type="linenumber">289</context> 1990 <context context-type="linenumber">315</context>
1811 </context-group> 1991 </context-group>
1812 </trans-unit> 1992 </trans-unit>
1813 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1993 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1814 <source>JavaScript</source> 1994 <source>JavaScript</source>
1815 <target>JavaScript</target> 1995 <target>JavaScript</target>
1816 <context-group name="null"> 1996 <context-group name="null">
1817 <context context-type="linenumber">294</context> 1997 <context context-type="linenumber">320</context>
1818 </context-group> 1998 </context-group>
1819 </trans-unit> 1999 </trans-unit>
1820 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2000 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1821 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2001 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1822 <target>Escrivètz dirèctament de JavaScript còdi.&lt;br /&gt;Exemple : &lt;pre&gt;console.log('mon instància es tròp crana');&lt;/pre&gt;</target> 2002 <target>Escrivètz dirèctament de JavaScript còdi.&lt;br /&gt;Exemple : &lt;pre&gt;console.log('mon instància es tròp crana');&lt;/pre&gt;</target>
1823 <context-group name="null"> 2003 <context-group name="null">
1824 <context context-type="linenumber">297</context> 2004 <context context-type="linenumber">323</context>
1825 </context-group>
1826 </trans-unit>
1827 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde">
1828 <source>
1829 Write directly CSS code. Example:&lt;br /&gt;
1830 &lt;pre&gt;
1831 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1832 background-color: red;
1833 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1834 &lt;/pre&gt;
1835
1836 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1837 &lt;pre&gt;
1838 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1839 color: red;
1840 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1841 &lt;/pre&gt;
1842 </source>
1843 <target>
1844 Escrivètz dirèctament lo còdi CSS. Exemple :&lt;br /&gt;
1845 &lt;pre&gt;
1846 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1847 background-color: red;
1848 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1849 &lt;/pre&gt;
1850
1851 Prefixatz amb &lt;em&gt;#custom-css&lt;/em&gt; per subrecargar los estiles. Exemple :
1852 &lt;pre&gt;
1853 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1854 color: red;
1855 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1856 &lt;/pre&gt;
1857 </target>
1858 <context-group name="null">
1859 <context context-type="linenumber">311</context>
1860 </context-group> 2005 </context-group>
1861 </trans-unit> 2006 </trans-unit>
1862 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2007 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1863 <source>Advanced configuration</source> 2008 <source>Advanced configuration</source>
1864 <target>Configuracion avançada</target> 2009 <target>Configuracion avançada</target>
1865 <context-group name="null"> 2010 <context-group name="null">
1866 <context context-type="linenumber">212</context> 2011 <context context-type="linenumber">238</context>
1867 </context-group> 2012 </context-group>
1868 </trans-unit> 2013 </trans-unit>
1869 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2014 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1870 <source>Update configuration</source> 2015 <source>Update configuration</source>
1871 <target>Actualizar la configuracion</target> 2016 <target>Actualizar la configuracion</target>
1872 <context-group name="null"> 2017 <context-group name="null">
1873 <context context-type="linenumber">340</context> 2018 <context context-type="linenumber">366</context>
1874 </context-group> 2019 </context-group>
1875 </trans-unit> 2020 </trans-unit>
1876 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2021 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1877 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2022 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1878 <target>Sembla que la configuracion es invalida. Mercés de cercar d’errors possiblas pels diferents onglets.</target> 2023 <target>Sembla que la configuracion es invalida. Mercés de cercar d’errors possiblas pels diferents onglets.</target>
1879 <context-group name="null"> 2024 <context-group name="null">
1880 <context context-type="linenumber">341</context> 2025 <context context-type="linenumber">367</context>
1881 </context-group> 2026 </context-group>
1882 </trans-unit> 2027 </trans-unit>
1883 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2028 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -2134,6 +2279,48 @@
2134 <context context-type="linenumber">72</context> 2279 <context context-type="linenumber">72</context>
2135 </context-group> 2280 </context-group>
2136 </trans-unit> 2281 </trans-unit>
2282 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2283 <source>Danger Zone</source>
2284 <target>Zòna perilhosa</target>
2285 <context-group name="null">
2286 <context context-type="linenumber">86</context>
2287 </context-group>
2288 </trans-unit>
2289 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2290 <source>Send a link to reset the password by email to the user</source>
2291 <target>Enviar un ligam per reïnicializar lo senhal a l’utilizaire</target>
2292 <context-group name="null">
2293 <context context-type="linenumber">89</context>
2294 </context-group>
2295 </trans-unit>
2296 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2297 <source>Ask for new password</source>
2298 <target>Demandar un nòu senhal</target>
2299 <context-group name="null">
2300 <context context-type="linenumber">90</context>
2301 </context-group>
2302 </trans-unit>
2303 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2304 <source>Manually set the user password</source>
2305 <target>Definir manualament lo senhal de l’utilizaire</target>
2306 <context-group name="null">
2307 <context context-type="linenumber">94</context>
2308 </context-group>
2309 </trans-unit>
2310 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2311 <source>Show</source>
2312 <target>Mostrar</target>
2313 <context-group name="null">
2314 <context context-type="linenumber">10</context>
2315 </context-group>
2316 </trans-unit>
2317 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2318 <source>Hide</source>
2319 <target>Amagar</target>
2320 <context-group name="null">
2321 <context context-type="linenumber">11</context>
2322 </context-group>
2323 </trans-unit>
2137 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2324 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2138 <source>Users list</source> 2325 <source>Users list</source>
2139 <target>Lista d’utilizaires</target> 2326 <target>Lista d’utilizaires</target>
@@ -2166,7 +2353,7 @@
2166 <source>Go to the account page</source> 2353 <source>Go to the account page</source>
2167 <target>Anar a la pagina del compte</target> 2354 <target>Anar a la pagina del compte</target>
2168 <context-group name="null"> 2355 <context-group name="null">
2169 <context context-type="linenumber">134</context> 2356 <context context-type="linenumber">179</context>
2170 </context-group> 2357 </context-group>
2171 </trans-unit> 2358 </trans-unit>
2172 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2359 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2306,6 +2493,13 @@
2306 <context context-type="linenumber">43</context> 2493 <context context-type="linenumber">43</context>
2307 </context-group> 2494 </context-group>
2308 </trans-unit> 2495 </trans-unit>
2496 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2497 <source>Unblacklist</source>
2498 <target>Tirar de la lista nègra</target>
2499 <context-group name="null">
2500 <context context-type="linenumber">146</context>
2501 </context-group>
2502 </trans-unit>
2309 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2503 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2310 <source>Moderation</source> 2504 <source>Moderation</source>
2311 <target>Moderacion</target> 2505 <target>Moderacion</target>
@@ -2320,13 +2514,6 @@
2320 <context context-type="linenumber">5</context> 2514 <context context-type="linenumber">5</context>
2321 </context-group> 2515 </context-group>
2322 </trans-unit> 2516 </trans-unit>
2323 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2324 <source>Blacklisted videos</source>
2325 <target>Vidèos en lista nègra</target>
2326 <context-group name="null">
2327 <context context-type="linenumber">7</context>
2328 </context-group>
2329 </trans-unit>
2330 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2517 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2331 <source>Muted accounts</source> 2518 <source>Muted accounts</source>
2332 <target>Comptes muts</target> 2519 <target>Comptes muts</target>
@@ -2338,7 +2525,7 @@
2338 <source>Muted servers</source> 2525 <source>Muted servers</source>
2339 <target>Servidors muts</target> 2526 <target>Servidors muts</target>
2340 <context-group name="null"> 2527 <context-group name="null">
2341 <context context-type="linenumber">11</context> 2528 <context context-type="linenumber">13</context>
2342 </context-group> 2529 </context-group>
2343 </trans-unit> 2530 </trans-unit>
2344 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2531 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2394,7 +2581,7 @@
2394 <source>Change ownership</source> 2581 <source>Change ownership</source>
2395 <target>Cambiar la proprietat</target> 2582 <target>Cambiar la proprietat</target>
2396 <context-group name="null"> 2583 <context-group name="null">
2397 <context context-type="linenumber">46</context> 2584 <context context-type="linenumber">40</context>
2398 </context-group> 2585 </context-group>
2399 </trans-unit> 2586 </trans-unit>
2400 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2587 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2419,31 +2606,14 @@
2419 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2606 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2420 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas</target> 2607 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas</target>
2421 <context-group name="null"> 2608 <context-group name="null">
2422 <context context-type="linenumber">19</context> 2609 <context context-type="linenumber">13</context>
2423 </context-group> 2610 </context-group>
2424 </trans-unit> 2611 </trans-unit>
2425 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2612 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2426 <source>Blacklisted</source> 2613 <source>Blacklisted</source>
2427 <target>En lista negra</target> 2614 <target>En lista negra</target>
2428 <context-group name="null"> 2615 <context-group name="null">
2429 <context context-type="linenumber">22</context> 2616 <context context-type="linenumber">16</context>
2430 </context-group>
2431 </trans-unit>
2432 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2433 <source>
2434 Cancel
2435 </source>
2436 <target>
2437 Anullar </target>
2438 <context-group name="null">
2439 <context context-type="linenumber">30</context>
2440 </context-group>
2441 </trans-unit>
2442 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2443 <source>Create another video channel</source>
2444 <target>Crear una autra cadena vidèo</target>
2445 <context-group name="null">
2446 <context context-type="linenumber">4</context>
2447 </context-group> 2617 </context-group>
2448 </trans-unit> 2618 </trans-unit>
2449 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2619 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2467,13 +2637,6 @@
2467 <context context-type="linenumber">15</context> 2637 <context context-type="linenumber">15</context>
2468 </context-group> 2638 </context-group>
2469 </trans-unit> 2639 </trans-unit>
2470 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2471 <source>Display name</source>
2472 <target>Escais-nom</target>
2473 <context-group name="null">
2474 <context context-type="linenumber">6</context>
2475 </context-group>
2476 </trans-unit>
2477 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2640 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2478 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2641 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2479When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2642When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2587,18 +2750,11 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2587 <context context-type="linenumber">4</context> 2750 <context context-type="linenumber">4</context>
2588 </context-group> 2751 </context-group>
2589 </trans-unit> 2752 </trans-unit>
2590 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123">
2591 <source>Delete history</source>
2592 <target>Suprimir l’istoric</target>
2593 <context-group name="null">
2594 <context context-type="linenumber">8</context>
2595 </context-group>
2596 </trans-unit>
2597 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 2753 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2598 <source>You don't have videos history yet.</source> 2754 <source>You don't have videos history yet.</source>
2599 <target>Avètz pas encara d’istoric.</target> 2755 <target>Avètz pas encara d’istoric.</target>
2600 <context-group name="null"> 2756 <context-group name="null">
2601 <context context-type="linenumber">13</context> 2757 <context context-type="linenumber">14</context>
2602 </context-group> 2758 </context-group>
2603 </trans-unit> 2759 </trans-unit>
2604 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 2760 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
@@ -2608,6 +2764,53 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2608 <context context-type="linenumber">22</context> 2764 <context context-type="linenumber">22</context>
2609 </context-group> 2765 </context-group>
2610 </trans-unit> 2766 </trans-unit>
2767 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2768 <source>
2769 <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;"/>
2770 Notification preferences
2771 </source>
2772 <target>
2773 <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;"/>
2774 Preferéncias de notificacion
2775 </target>
2776 <context-group name="null">
2777 <context context-type="linenumber">2</context>
2778 </context-group>
2779 </trans-unit>
2780 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2781 <source>
2782 <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;"/>
2783 Mark all as read
2784 </source>
2785 <target>
2786 <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;"/>
2787 Las marcar totas coma legidas
2788 </target>
2789 <context-group name="null">
2790 <context context-type="linenumber">7</context>
2791 </context-group>
2792 </trans-unit>
2793 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2794 <source>Privacy</source>
2795 <target>Confidencialitat</target>
2796 <context-group name="null">
2797 <context context-type="linenumber">205</context>
2798 </context-group>
2799 </trans-unit>
2800 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2801 <source>Channel</source>
2802 <target>Cadena</target>
2803 <context-group name="null">
2804 <context context-type="linenumber">39</context>
2805 </context-group>
2806 </trans-unit>
2807 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2808 <source>Upload thumbnail</source>
2809 <target>Enviar una vinheta d’apercebut</target>
2810 <context-group name="null">
2811 <context context-type="linenumber">192</context>
2812 </context-group>
2813 </trans-unit>
2611 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2814 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2612 <source>Change password</source> 2815 <source>Change password</source>
2613 <target>Cambiar lo senhal</target> 2816 <target>Cambiar lo senhal</target>
@@ -2657,13 +2860,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2657 <context context-type="linenumber">28</context> 2860 <context context-type="linenumber">28</context>
2658 </context-group> 2861 </context-group>
2659 </trans-unit> 2862 </trans-unit>
2660 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2661 <source>Save</source>
2662 <target>Salvagardar</target>
2663 <context-group name="null">
2664 <context context-type="linenumber">32</context>
2665 </context-group>
2666 </trans-unit>
2667 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2863 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2668 <source>Update my profile</source> 2864 <source>Update my profile</source>
2669 <target>Actualizar mon perfil</target> 2865 <target>Actualizar mon perfil</target>
@@ -2803,7 +2999,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2803 <source>URL</source> 2999 <source>URL</source>
2804 <target>URL</target> 3000 <target>URL</target>
2805 <context-group name="null"> 3001 <context-group name="null">
2806 <context context-type="linenumber">17</context> 3002 <context context-type="linenumber">25</context>
2807 </context-group> 3003 </context-group>
2808 </trans-unit> 3004 </trans-unit>
2809 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3005 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2813,20 +3009,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2813 <context context-type="linenumber">9</context> 3009 <context context-type="linenumber">9</context>
2814 </context-group> 3010 </context-group>
2815 </trans-unit> 3011 </trans-unit>
2816 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2817 <source>Channel</source>
2818 <target>Cadena</target>
2819 <context-group name="null">
2820 <context context-type="linenumber">39</context>
2821 </context-group>
2822 </trans-unit>
2823 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2824 <source>Privacy</source>
2825 <target>Confidencialitat</target>
2826 <context-group name="null">
2827 <context context-type="linenumber">160</context>
2828 </context-group>
2829 </trans-unit>
2830 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 3012 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2831 <source>Sorry, but something went wrong</source> 3013 <source>Sorry, but something went wrong</source>
2832 <target>O planhèm, quicòm a trucat</target> 3014 <target>O planhèm, quicòm a trucat</target>
@@ -2849,7 +3031,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
2849 <source>Update</source> 3031 <source>Update</source>
2850 <target>Mandadís</target> 3032 <target>Mandadís</target>
2851 <context-group name="null"> 3033 <context-group name="null">
2852 <context context-type="linenumber">93</context> 3034 <context context-type="linenumber">138</context>
2853 </context-group> 3035 </context-group>
2854 </trans-unit> 3036 </trans-unit>
2855 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3037 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -3008,7 +3190,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3008 <source>Tags</source> 3190 <source>Tags</source>
3009 <target>Etiquetas</target> 3191 <target>Etiquetas</target>
3010 <context-group name="null"> 3192 <context-group name="null">
3011 <context context-type="linenumber">197</context> 3193 <context context-type="linenumber">242</context>
3012 </context-group> 3194 </context-group>
3013 </trans-unit> 3195 </trans-unit>
3014 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3196 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -3148,13 +3330,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3148 <context context-type="linenumber">135</context> 3330 <context context-type="linenumber">135</context>
3149 </context-group> 3331 </context-group>
3150 </trans-unit> 3332 </trans-unit>
3151 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3152 <source>Upload thumbnail</source>
3153 <target>Enviar una vinheta d’apercebut</target>
3154 <context-group name="null">
3155 <context context-type="linenumber">192</context>
3156 </context-group>
3157 </trans-unit>
3158 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3333 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3159 <source>Upload preview</source> 3334 <source>Upload preview</source>
3160 <target>Enviar un apercebut</target> 3335 <target>Enviar un apercebut</target>
@@ -3166,7 +3341,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3166 <source>Support</source> 3341 <source>Support</source>
3167 <target>Sosten</target> 3342 <target>Sosten</target>
3168 <context-group name="null"> 3343 <context-group name="null">
3169 <context context-type="linenumber">70</context> 3344 <context context-type="linenumber">101</context>
3170 </context-group> 3345 </context-group>
3171 </trans-unit> 3346 </trans-unit>
3172 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3347 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -3176,6 +3351,20 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3176 <context context-type="linenumber">206</context> 3351 <context context-type="linenumber">206</context>
3177 </context-group> 3352 </context-group>
3178 </trans-unit> 3353 </trans-unit>
3354 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3355 <source>Original publication date</source>
3356 <target>Data de publicacion originala</target>
3357 <context-group name="null">
3358 <context context-type="linenumber">219</context>
3359 </context-group>
3360 </trans-unit>
3361 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3362 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3363 <target>Es la data que lo contengut foguèt publicat a l’origina (ex. la data de sortida per un film)</target>
3364 <context-group name="null">
3365 <context context-type="linenumber">220</context>
3366 </context-group>
3367 </trans-unit>
3179 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 3368 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3180 <source>Enable video comments</source> 3369 <source>Enable video comments</source>
3181 <target>Activar los comentaris</target> 3370 <target>Activar los comentaris</target>
@@ -3183,6 +3372,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3183 <context context-type="linenumber">234</context> 3372 <context context-type="linenumber">234</context>
3184 </context-group> 3373 </context-group>
3185 </trans-unit> 3374 </trans-unit>
3375 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3376 <source>Enable download</source>
3377 <target>Activar lo telecargament</target>
3378 <context-group name="null">
3379 <context context-type="linenumber">239</context>
3380 </context-group>
3381 </trans-unit>
3186 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3382 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3187 <source>Advanced settings</source> 3383 <source>Advanced settings</source>
3188 <target>Paramètres avançats</target> 3384 <target>Paramètres avançats</target>
@@ -3244,7 +3440,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3244 <source>Download</source> 3440 <source>Download</source>
3245 <target>Telecargar</target> 3441 <target>Telecargar</target>
3246 <context-group name="null"> 3442 <context-group name="null">
3247 <context context-type="linenumber">85</context> 3443 <context context-type="linenumber">130</context>
3248 </context-group> 3444 </context-group>
3249 </trans-unit> 3445 </trans-unit>
3250 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3446 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -3271,21 +3467,21 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3271 <source>Share</source> 3467 <source>Share</source>
3272 <target>Partejar</target> 3468 <target>Partejar</target>
3273 <context-group name="null"> 3469 <context-group name="null">
3274 <context context-type="linenumber">75</context> 3470 <context context-type="linenumber">106</context>
3275 </context-group> 3471 </context-group>
3276 </trans-unit> 3472 </trans-unit>
3277 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3473 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3278 <source>QR-Code</source> 3474 <source>QR-Code</source>
3279 <target>QR-Còdi</target> 3475 <target>QR-Còdi</target>
3280 <context-group name="null"> 3476 <context-group name="null">
3281 <context context-type="linenumber">29</context> 3477 <context context-type="linenumber">37</context>
3282 </context-group> 3478 </context-group>
3283 </trans-unit> 3479 </trans-unit>
3284 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3480 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3285 <source>Embed</source> 3481 <source>Embed</source>
3286 <target>Embarcar</target> 3482 <target>Embarcar</target>
3287 <context-group name="null"> 3483 <context-group name="null">
3288 <context context-type="linenumber">34</context> 3484 <context context-type="linenumber">42</context>
3289 </context-group> 3485 </context-group>
3290 </trans-unit> 3486 </trans-unit>
3291 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3487 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3296,14 +3492,14 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3296 L’URL es pas segura (cap d’HTTPS), la vidèo embarcada foncionarà pas suls sites HTTPS alara (los navigadors web blocan las requèstas HTTP suls sites HTTPS). 3492 L’URL es pas segura (cap d’HTTPS), la vidèo embarcada foncionarà pas suls sites HTTPS alara (los navigadors web blocan las requèstas HTTP suls sites HTTPS).
3297 </target> 3493 </target>
3298 <context-group name="null"> 3494 <context-group name="null">
3299 <context context-type="linenumber">45</context> 3495 <context context-type="linenumber">53</context>
3300 </context-group> 3496 </context-group>
3301 </trans-unit> 3497 </trans-unit>
3302 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3498 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3303 <source>Close</source> 3499 <source>Close</source>
3304 <target>Tampar</target> 3500 <target>Tampar</target>
3305 <context-group name="null"> 3501 <context-group name="null">
3306 <context context-type="linenumber">51</context> 3502 <context context-type="linenumber">59</context>
3307 </context-group> 3503 </context-group>
3308 </trans-unit> 3504 </trans-unit>
3309 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3505 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3328,7 +3524,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3328 La vidèo es en cors d’import, serà disponibla un còp acabat. 3524 La vidèo es en cors d’import, serà disponibla un còp acabat.
3329 </target> 3525 </target>
3330 <context-group name="null"> 3526 <context-group name="null">
3331 <context context-type="linenumber">11</context> 3527 <context context-type="linenumber">39</context>
3332 </context-group> 3528 </context-group>
3333 </trans-unit> 3529 </trans-unit>
3334 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3530 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3339,7 +3535,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3339 La vidèo es en transcodatge, pòt arribar que foncione pas coma cal. 3535 La vidèo es en transcodatge, pòt arribar que foncione pas coma cal.
3340 </target> 3536 </target>
3341 <context-group name="null"> 3537 <context-group name="null">
3342 <context context-type="linenumber">15</context> 3538 <context context-type="linenumber">43</context>
3343 </context-group> 3539 </context-group>
3344 </trans-unit> 3540 </trans-unit>
3345 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3541 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3350,14 +3546,14 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3350 Aquesta vidèo serà publicada lo <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3546 Aquesta vidèo serà publicada lo <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3351 </target> 3547 </target>
3352 <context-group name="null"> 3548 <context-group name="null">
3353 <context context-type="linenumber">19</context> 3549 <context context-type="linenumber">47</context>
3354 </context-group> 3550 </context-group>
3355 </trans-unit> 3551 </trans-unit>
3356 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3552 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3357 <source>This video is blacklisted.</source> 3553 <source>This video is blacklisted.</source>
3358 <target>Aquesta vidèo es en lista negra.</target> 3554 <target>Aquesta vidèo es en lista negra.</target>
3359 <context-group name="null"> 3555 <context-group name="null">
3360 <context context-type="linenumber">24</context> 3556 <context context-type="linenumber">56</context>
3361 </context-group> 3557 </context-group>
3362 </trans-unit> 3558 </trans-unit>
3363 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3559 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3368,130 +3564,119 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3368 Publicada <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions 3564 Publicada <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions
3369 </target> 3565 </target>
3370 <context-group name="null"> 3566 <context-group name="null">
3371 <context context-type="linenumber">36</context> 3567 <context context-type="linenumber">76</context>
3372 </context-group>
3373 </trans-unit>
3374 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3375 <source>
3376 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3377 </source>
3378 <target>
3379 Publicada <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions
3380 </target>
3381 <context-group name="null">
3382 <context context-type="linenumber">45</context>
3383 </context-group> 3568 </context-group>
3384 </trans-unit> 3569 </trans-unit>
3385 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3570 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3386 <source>Like this video</source> 3571 <source>Like this video</source>
3387 <target>Aimar la vidèo</target> 3572 <target>Aimar la vidèo</target>
3388 <context-group name="null"> 3573 <context-group name="null">
3389 <context context-type="linenumber">55</context> 3574 <context context-type="linenumber">86</context>
3390 </context-group> 3575 </context-group>
3391 </trans-unit> 3576 </trans-unit>
3392 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3577 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3393 <source>Dislike this video</source> 3578 <source>Dislike this video</source>
3394 <target>Aimar pas mai la vidèo</target> 3579 <target>Aimar pas mai la vidèo</target>
3395 <context-group name="null"> 3580 <context-group name="null">
3396 <context context-type="linenumber">63</context> 3581 <context context-type="linenumber">94</context>
3397 </context-group> 3582 </context-group>
3398 </trans-unit> 3583 </trans-unit>
3399 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3584 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3400 <source>Download the video</source> 3585 <source>Download the video</source>
3401 <target>Telecargar aquesta vidèo</target> 3586 <target>Telecargar aquesta vidèo</target>
3402 <context-group name="null"> 3587 <context-group name="null">
3403 <context context-type="linenumber">84</context> 3588 <context context-type="linenumber">129</context>
3404 </context-group> 3589 </context-group>
3405 </trans-unit> 3590 </trans-unit>
3406 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3591 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3407 <source>Report</source> 3592 <source>Report</source>
3408 <target>Senhalar</target> 3593 <target>Senhalar</target>
3409 <context-group name="null"> 3594 <context-group name="null">
3410 <context context-type="linenumber">89</context> 3595 <context context-type="linenumber">134</context>
3411 </context-group> 3596 </context-group>
3412 </trans-unit> 3597 </trans-unit>
3413 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3598 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3414 <source>Report this video</source> 3599 <source>Report this video</source>
3415 <target>Senhalar aquesta vidèo</target> 3600 <target>Senhalar aquesta vidèo</target>
3416 <context-group name="null"> 3601 <context-group name="null">
3417 <context context-type="linenumber">88</context> 3602 <context context-type="linenumber">133</context>
3418 </context-group> 3603 </context-group>
3419 </trans-unit> 3604 </trans-unit>
3420 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3605 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3421 <source>Update this video</source> 3606 <source>Update this video</source>
3422 <target>Modificar aquesta vidèo</target> 3607 <target>Modificar aquesta vidèo</target>
3423 <context-group name="null"> 3608 <context-group name="null">
3424 <context context-type="linenumber">92</context> 3609 <context context-type="linenumber">137</context>
3425 </context-group> 3610 </context-group>
3426 </trans-unit> 3611 </trans-unit>
3427 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3612 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3428 <source>Blacklist</source> 3613 <source>Blacklist</source>
3429 <target>Lista nègra</target> 3614 <target>Lista nègra</target>
3430 <context-group name="null"> 3615 <context-group name="null">
3431 <context context-type="linenumber">97</context> 3616 <context context-type="linenumber">142</context>
3432 </context-group> 3617 </context-group>
3433 </trans-unit> 3618 </trans-unit>
3434 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3619 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3435 <source>Blacklist this video</source> 3620 <source>Blacklist this video</source>
3436 <target>Metre en lista nègra</target> 3621 <target>Metre en lista nègra</target>
3437 <context-group name="null"> 3622 <context-group name="null">
3438 <context context-type="linenumber">96</context> 3623 <context context-type="linenumber">141</context>
3439 </context-group>
3440 </trans-unit>
3441 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3442 <source>Unblacklist</source>
3443 <target>Tirar de la lista nègra</target>
3444 <context-group name="null">
3445 <context context-type="linenumber">101</context>
3446 </context-group> 3624 </context-group>
3447 </trans-unit> 3625 </trans-unit>
3448 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3626 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3449 <source>Unblacklist this video</source> 3627 <source>Unblacklist this video</source>
3450 <target>Tirar de la lista negra aquesta vidèo</target> 3628 <target>Tirar de la lista negra aquesta vidèo</target>
3451 <context-group name="null"> 3629 <context-group name="null">
3452 <context context-type="linenumber">100</context> 3630 <context context-type="linenumber">145</context>
3453 </context-group> 3631 </context-group>
3454 </trans-unit> 3632 </trans-unit>
3455 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3633 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3456 <source>Delete this video</source> 3634 <source>Delete this video</source>
3457 <target>Suprimir aquesta vidèo</target> 3635 <target>Suprimir aquesta vidèo</target>
3458 <context-group name="null"> 3636 <context-group name="null">
3459 <context context-type="linenumber">104</context> 3637 <context context-type="linenumber">149</context>
3460 </context-group> 3638 </context-group>
3461 </trans-unit> 3639 </trans-unit>
3462 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3640 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3463 <source>Go the channel page</source> 3641 <source>Go the channel page</source>
3464 <target>Anar la pagina de la cadena</target> 3642 <target>Anar la pagina de la cadena</target>
3465 <context-group name="null"> 3643 <context-group name="null">
3466 <context context-type="linenumber">124</context> 3644 <context context-type="linenumber">169</context>
3467 </context-group> 3645 </context-group>
3468 </trans-unit> 3646 </trans-unit>
3469 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3647 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3470 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3648 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3471 <target>Per <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3649 <target>Per <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3472 <context-group name="null"> 3650 <context-group name="null">
3473 <context context-type="linenumber">135</context> 3651 <context context-type="linenumber">180</context>
3474 </context-group> 3652 </context-group>
3475 </trans-unit> 3653 </trans-unit>
3476 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3654 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3477 <source>Show more</source> 3655 <source>Show more</source>
3478 <target>Ne veire mai</target> 3656 <target>Ne veire mai</target>
3479 <context-group name="null"> 3657 <context-group name="null">
3480 <context context-type="linenumber">147</context> 3658 <context context-type="linenumber">192</context>
3481 </context-group> 3659 </context-group>
3482 </trans-unit> 3660 </trans-unit>
3483 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3661 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3484 <source>Show less</source> 3662 <source>Show less</source>
3485 <target>Ne veire mens</target> 3663 <target>Ne veire mens</target>
3486 <context-group name="null"> 3664 <context-group name="null">
3487 <context context-type="linenumber">153</context> 3665 <context context-type="linenumber">198</context>
3666 </context-group>
3667 </trans-unit>
3668 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3669 <source>Originally published</source>
3670 <target>Prima publicacion</target>
3671 <context-group name="null">
3672 <context context-type="linenumber">210</context>
3488 </context-group> 3673 </context-group>
3489 </trans-unit> 3674 </trans-unit>
3490 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3675 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3491 <source>Friendly Reminder: </source> 3676 <source>Friendly Reminder: </source>
3492 <target>Recòrd amistós :</target> 3677 <target>Recòrd amistós :</target>
3493 <context-group name="null"> 3678 <context-group name="null">
3494 <context context-type="linenumber">214</context> 3679 <context context-type="linenumber">258</context>
3495 </context-group> 3680 </context-group>
3496 </trans-unit> 3681 </trans-unit>
3497 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3682 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3502,21 +3687,21 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3502 Lo sistèma de partatge utilizat per aquesta vidèo implica que d’informacions tocant vòstre sistèma (tal coma vòstra adreça IP publica) sián enviadas als autres pars. 3687 Lo sistèma de partatge utilizat per aquesta vidèo implica que d’informacions tocant vòstre sistèma (tal coma vòstra adreça IP publica) sián enviadas als autres pars.
3503 </target> 3688 </target>
3504 <context-group name="null"> 3689 <context-group name="null">
3505 <context context-type="linenumber">215</context> 3690 <context context-type="linenumber">259</context>
3506 </context-group> 3691 </context-group>
3507 </trans-unit> 3692 </trans-unit>
3508 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3693 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3509 <source>More information</source> 3694 <source>More information</source>
3510 <target>Mai d’informacions</target> 3695 <target>Mai d’informacions</target>
3511 <context-group name="null"> 3696 <context-group name="null">
3512 <context context-type="linenumber">218</context> 3697 <context context-type="linenumber">262</context>
3513 </context-group> 3698 </context-group>
3514 </trans-unit> 3699 </trans-unit>
3515 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3700 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3516 <source>Get more information</source> 3701 <source>Get more information</source>
3517 <target>Obténer mai d’informacions</target> 3702 <target>Obténer mai d’informacions</target>
3518 <context-group name="null"> 3703 <context-group name="null">
3519 <context context-type="linenumber">218</context> 3704 <context context-type="linenumber">262</context>
3520 </context-group> 3705 </context-group>
3521 </trans-unit> 3706 </trans-unit>
3522 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3707 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3527,7 +3712,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
3527 D’acòrdi 3712 D’acòrdi
3528 </target> 3713 </target>
3529 <context-group name="null"> 3714 <context-group name="null">
3530 <context context-type="linenumber">221</context> 3715 <context context-type="linenumber">265</context>
3531 </context-group> 3716 </context-group>
3532 </trans-unit> 3717 </trans-unit>
3533 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3718 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -4003,6 +4188,20 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4003 <context context-type="linenumber">1</context> 4188 <context context-type="linenumber">1</context>
4004 </context-group> 4189 </context-group>
4005 </trans-unit> 4190 </trans-unit>
4191 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4192 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4193 <target>Senhal cambiat per l’utilizaire <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4194 <context-group name="null">
4195 <context context-type="linenumber">1</context>
4196 </context-group>
4197 </trans-unit>
4198 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4199 <source>Update user password</source>
4200 <target>Actualizar lo senhal de l’utilizaire</target>
4201 <context-group name="null">
4202 <context context-type="linenumber">1</context>
4203 </context-group>
4204 </trans-unit>
4006 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4205 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
4007 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4206 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
4008 <target>Utilizaire <x id="INTERPOLATION" equiv-text="{{username}}"/> actualizat.</target> 4207 <target>Utilizaire <x id="INTERPOLATION" equiv-text="{{username}}"/> actualizat.</target>
@@ -4017,6 +4216,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4017 <context context-type="linenumber">1</context> 4216 <context context-type="linenumber">1</context>
4018 </context-group> 4217 </context-group>
4019 </trans-unit> 4218 </trans-unit>
4219 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4220 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4221 <target>Un corrièl de reïnicializacion de senhal es estat enviat a <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4222 <context-group name="null">
4223 <context context-type="linenumber">1</context>
4224 </context-group>
4225 </trans-unit>
4020 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 4226 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
4021 <source>Unban</source> 4227 <source>Unban</source>
4022 <target>Reabilitar</target> 4228 <target>Reabilitar</target>
@@ -4199,13 +4405,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4199 <context context-type="linenumber">1</context> 4405 <context context-type="linenumber">1</context>
4200 </context-group> 4406 </context-group>
4201 </trans-unit> 4407 </trans-unit>
4202 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e">
4203 <source>New video abuse on local video</source>
4204 <target>Nòu senhalament per una vidèo locala</target>
4205 <context-group name="null">
4206 <context context-type="linenumber">1</context>
4207 </context-group>
4208 </trans-unit>
4209 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 4408 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4210 <source>One of your video is blacklisted/unblacklisted</source> 4409 <source>One of your video is blacklisted/unblacklisted</source>
4211 <target>Una de vòstras vidèos es o es pas mai en lista negra</target> 4410 <target>Una de vòstras vidèos es o es pas mai en lista negra</target>
@@ -4290,13 +4489,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4290 <context context-type="linenumber">1</context> 4489 <context context-type="linenumber">1</context>
4291 </context-group> 4490 </context-group>
4292 </trans-unit> 4491 </trans-unit>
4293 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
4294 <source>Create</source>
4295 <target>Crear</target>
4296 <context-group name="null">
4297 <context context-type="linenumber">1</context>
4298 </context-group>
4299 </trans-unit>
4300 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4492 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4301 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4493 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4302 <target>Cadena vidèo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualizada.</target> 4494 <target>Cadena vidèo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> actualizada.</target>
@@ -4395,13 +4587,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
4395 <context context-type="linenumber">1</context> 4587 <context context-type="linenumber">1</context>
4396 </context-group> 4588 </context-group>
4397 </trans-unit> 4589 </trans-unit>
4398 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
4399 <source>My library</source>
4400 <target>Ma bibliotèca</target>
4401 <context-group name="null">
4402 <context context-type="linenumber">1</context>
4403 </context-group>
4404 </trans-unit>
4405 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4590 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4406 <source>My channels</source> 4591 <source>My channels</source>
4407 <target>Mas cadenas</target> 4592 <target>Mas cadenas</target>
@@ -5195,6 +5380,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
5195 <context context-type="linenumber">1</context> 5380 <context context-type="linenumber">1</context>
5196 </context-group> 5381 </context-group>
5197 </trans-unit> 5382 </trans-unit>
5383 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5384 <source>Display name cannot be more than 120 characters long.</source>
5385 <target>L’escais-nom pòt pas conténer mai de 120 caractèrs.</target>
5386 <context-group name="null">
5387 <context context-type="linenumber">1</context>
5388 </context-group>
5389 </trans-unit>
5198 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5390 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
5199 <source>Video name is required.</source> 5391 <source>Video name is required.</source>
5200 <target>Lo nom de la vidèo es requesit.</target> 5392 <target>Lo nom de la vidèo es requesit.</target>
@@ -6147,13 +6339,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
6147 <context context-type="linenumber">1</context> 6339 <context context-type="linenumber">1</context>
6148 </context-group> 6340 </context-group>
6149 </trans-unit> 6341 </trans-unit>
6150 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
6151 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
6152 <target>Començar a <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
6153 <context-group name="null">
6154 <context context-type="linenumber">1</context>
6155 </context-group>
6156 </trans-unit>
6157 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 6342 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
6158 <source>Like the video</source> 6343 <source>Like the video</source>
6159 <target>Aimar la vidèo</target> 6344 <target>Aimar la vidèo</target>
@@ -6203,13 +6388,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
6203 <context context-type="linenumber">1</context> 6388 <context context-type="linenumber">1</context>
6204 </context-group> 6389 </context-group>
6205 </trans-unit> 6390 </trans-unit>
6206 <trans-unit id="8c429645223c24afe30218fc45bb07e352bb1938">
6207 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours.</source>
6208 <target>Las vidèos tendéncias son las vidèos que totalizan lo mai de visualizacions pendent las darrièras 24 oras.</target>
6209 <context-group name="null">
6210 <context context-type="linenumber">1</context>
6211 </context-group>
6212 </trans-unit>
6213 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 6391 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6214 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 6392 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6215 <target>Tendéncias dels darrièrs <x id="INTERPOLATION" equiv-text="{{days}}"/> jorns</target> 6393 <target>Tendéncias dels darrièrs <x id="INTERPOLATION" equiv-text="{{days}}"/> jorns</target>
@@ -6217,13 +6395,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
6217 <context context-type="linenumber">1</context> 6395 <context context-type="linenumber">1</context>
6218 </context-group> 6396 </context-group>
6219 </trans-unit> 6397 </trans-unit>
6220 <trans-unit id="98b98154eca3533e16b81c5b08611d19949e8661">
6221 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days.</source>
6222 <target>Las vidèos tendéncias son las vidèos que totalizan lo mai de visualizacions pendent los darrièrs <x id="INTERPOLATION" equiv-text="{{days}}"/> jorns.</target>
6223 <context-group name="null">
6224 <context context-type="linenumber">1</context>
6225 </context-group>
6226 </trans-unit>
6227 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6398 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
6228 <source>Videos from your subscriptions</source> 6399 <source>Videos from your subscriptions</source>
6229 <target>Vidèos de vòstres abonaments</target> 6400 <target>Vidèos de vòstres abonaments</target>
diff --git a/client/src/locale/target/angular_pl_PL.xml b/client/src/locale/target/angular_pl_PL.xml
index a31e172a0..707b0cf8e 100644
--- a/client/src/locale/target/angular_pl_PL.xml
+++ b/client/src/locale/target/angular_pl_PL.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Pierwszy</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Pierwszy</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Poprzedni</target> 92 <target>Poprzedni</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Następny</target> 99 <target>Następny</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Ostatni</target> 106 <target>Ostatni</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -129,46 +129,81 @@
129 <context context-type="linenumber">14</context> 129 <context context-type="linenumber">14</context>
130 </context-group> 130 </context-group>
131 </trans-unit> 131 </trans-unit>
132 <trans-unit id="ngb.timepicker.decrement-hours">
133 <source>Decrement hours</source>
134 <target>Godziny_dekrementacyjne</target>
135 <context-group name="null">
136 <context context-type="linenumber">20</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="ngb.timepicker.increment-minutes">
140 <source>Increment minutes</source>
141 <target>Minuty_inkrementacyjne</target>
142 <context-group name="null">
143 <context context-type="linenumber">29</context>
144 </context-group>
145 </trans-unit>
132 <trans-unit id="ngb.timepicker.MM"> 146 <trans-unit id="ngb.timepicker.MM">
133 <source>MM</source> 147 <source>MM</source>
134 <target>MM</target> 148 <target>MM</target>
135 <context-group name="null"> 149 <context-group name="null">
136 <context context-type="linenumber">31</context> 150 <context context-type="linenumber">32</context>
137 </context-group> 151 </context-group>
138 </trans-unit> 152 </trans-unit>
139 <trans-unit id="ngb.timepicker.minutes"> 153 <trans-unit id="ngb.timepicker.minutes">
140 <source>Minutes</source> 154 <source>Minutes</source>
141 <target>Minuty</target> 155 <target>Minuty</target>
142 <context-group name="null"> 156 <context-group name="null">
143 <context context-type="linenumber">33</context> 157 <context context-type="linenumber">34</context>
158 </context-group>
159 </trans-unit>
160 <trans-unit id="ngb.timepicker.decrement-minutes">
161 <source>Decrement minutes</source>
162 <target>Minuty_incrementacyjne</target>
163 <context-group name="null">
164 <context context-type="linenumber">40</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="ngb.timepicker.increment-seconds">
168 <source>Increment seconds</source>
169 <target>Sekundy_inkrementacyjne</target>
170 <context-group name="null">
171 <context context-type="linenumber">49</context>
144 </context-group> 172 </context-group>
145 </trans-unit> 173 </trans-unit>
146 <trans-unit id="ngb.timepicker.SS"> 174 <trans-unit id="ngb.timepicker.SS">
147 <source>SS</source> 175 <source>SS</source>
148 <target>SS</target> 176 <target>SS</target>
149 <context-group name="null"> 177 <context-group name="null">
150 <context context-type="linenumber">50</context> 178 <context context-type="linenumber">52</context>
151 </context-group> 179 </context-group>
152 </trans-unit> 180 </trans-unit>
153 <trans-unit id="ngb.timepicker.seconds"> 181 <trans-unit id="ngb.timepicker.seconds">
154 <source>Seconds</source> 182 <source>Seconds</source>
155 <target>Sekundy</target> 183 <target>Sekundy</target>
156 <context-group name="null"> 184 <context-group name="null">
157 <context context-type="linenumber">52</context> 185 <context context-type="linenumber">54</context>
186 </context-group>
187 </trans-unit>
188 <trans-unit id="ngb.timepicker.decrement-seconds">
189 <source>Decrement seconds</source>
190 <target>Sekundy_inkrementacyjne</target>
191 <context-group name="null">
192 <context context-type="linenumber">60</context>
158 </context-group> 193 </context-group>
159 </trans-unit> 194 </trans-unit>
160 <trans-unit id="ngb.timepicker.PM"> 195 <trans-unit id="ngb.timepicker.PM">
161 <source>PM</source> 196 <source>PM</source>
162 <target>PM</target> 197 <target>PM</target>
163 <context-group name="null"> 198 <context-group name="null">
164 <context context-type="linenumber">65</context> 199 <context context-type="linenumber">68</context>
165 </context-group> 200 </context-group>
166 </trans-unit> 201 </trans-unit>
167 <trans-unit id="ngb.timepicker.AM"> 202 <trans-unit id="ngb.timepicker.AM">
168 <source>AM</source> 203 <source>AM</source>
169 <target>AM</target> 204 <target>AM</target>
170 <context-group name="null"> 205 <context-group name="null">
171 <context context-type="linenumber">66</context> 206 <context context-type="linenumber">69</context>
172 </context-group> 207 </context-group>
173 </trans-unit> 208 </trans-unit>
174 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c"> 209 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
@@ -178,6 +213,13 @@
178 <context context-type="linenumber">1</context> 213 <context context-type="linenumber">1</context>
179 </context-group> 214 </context-group>
180 </trans-unit> 215 </trans-unit>
216 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
217 <source>Private</source>
218 <target>Prywatne</target>
219 <context-group name="null">
220 <context context-type="linenumber">18</context>
221 </context-group>
222 </trans-unit>
181 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 223 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
182 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 224 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
183 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń</target> 225 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń</target>
@@ -185,6 +227,27 @@
185 <context context-type="linenumber">16</context> 227 <context context-type="linenumber">16</context>
186 </context-group> 228 </context-group>
187 </trans-unit> 229 </trans-unit>
230 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
231 <source>Display name</source>
232 <target>Nazwa wyświetlana</target>
233 <context-group name="null">
234 <context context-type="linenumber">6</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
238 <source>Create</source>
239 <target>Utwórz</target>
240 <context-group name="null">
241 <context context-type="linenumber">73</context>
242 </context-group>
243 </trans-unit>
244 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
245 <source>Save</source>
246 <target>Zapisz</target>
247 <context-group name="null">
248 <context context-type="linenumber">115</context>
249 </context-group>
250 </trans-unit>
188 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
189 <source>Delete</source> 252 <source>Delete</source>
190 <target>Usuń</target> 253 <target>Usuń</target>
@@ -259,6 +322,34 @@
259 <context context-type="linenumber">36</context> 322 <context context-type="linenumber">36</context>
260 </context-group> 323 </context-group>
261 </trans-unit> 324 </trans-unit>
325 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
326 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
327 <target>Subskrybuj_używając_konta_na<x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
328 <context-group name="null">
329 <context context-type="linenumber">39</context>
330 </context-group>
331 </trans-unit>
332 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
333 <source>Subscribe with your local account</source>
334 <target>Subskrybuj_używając_swojego_lokalnego_konta</target>
335 <context-group name="null">
336 <context context-type="linenumber">40</context>
337 </context-group>
338 </trans-unit>
339 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
340 <source>Subscribe with a Mastodon account:</source>
341 <target>Subskrybuj_używając_konto_Mastodon:</target>
342 <context-group name="null">
343 <context context-type="linenumber">43</context>
344 </context-group>
345 </trans-unit>
346 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
347 <source>Using a syndication feed</source>
348 <target>Używając_kanału_syndykacyjnego</target>
349 <context-group name="null">
350 <context context-type="linenumber">48</context>
351 </context-group>
352 </trans-unit>
262 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a"> 353 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
263 <source>Subscribe via RSS</source> 354 <source>Subscribe via RSS</source>
264 <target>Subskrybuj przez RSS</target> 355 <target>Subskrybuj przez RSS</target>
@@ -266,6 +357,13 @@
266 <context context-type="linenumber">49</context> 357 <context context-type="linenumber">49</context>
267 </context-group> 358 </context-group>
268 </trans-unit> 359 </trans-unit>
360 <trans-unit id="319933e1af77ca2e35b75a5e9270a3c90e83dd4b">
361 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.</source>
362 <target>Możesz zasubskrybować konto na każdej instancji należącej do Fediwersum obsługującej ActivityPub. Na przykład, na Mastodonie lub Pleromie możesz wprowadzić w pole wyszukiwania kanał URL i tam zasubskrybować.</target>
363 <context-group name="null">
364 <context context-type="linenumber">17</context>
365 </context-group>
366 </trans-unit>
269 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b"> 367 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
270 <source>Video quota</source> 368 <source>Video quota</source>
271 <target>Powierzchnia na filmy</target> 369 <target>Powierzchnia na filmy</target>
@@ -281,7 +379,12 @@
281 Nieograniczony <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;"/> 379 Nieograniczony <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;"/>
282 </target> 380 </target>
283 <context-group name="null"> 381 <context-group name="null">
284 <context context-type="linenumber">14</context> 382 <context context-type="linenumber">28</context>
383 </context-group>
384 </trans-unit>
385 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
386 <source>Ban</source><target>Ban</target><context-group name="null">
387 <context context-type="linenumber">3</context>
285 </context-group> 388 </context-group>
286 </trans-unit> 389 </trans-unit>
287 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125"> 390 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
@@ -370,7 +473,7 @@
370 <source>Login</source> 473 <source>Login</source>
371 <target>Zaloguj się</target> 474 <target>Zaloguj się</target>
372 <context-group name="null"> 475 <context-group name="null">
373 <context context-type="linenumber">36</context> 476 <context context-type="linenumber">32</context>
374 </context-group> 477 </context-group>
375 </trans-unit> 478 </trans-unit>
376 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 479 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -462,7 +565,7 @@
462 <source>Signup</source> 565 <source>Signup</source>
463 <target>Zarejestruj się</target> 566 <target>Zarejestruj się</target>
464 <context-group name="null"> 567 <context-group name="null">
465 <context context-type="linenumber">78</context> 568 <context context-type="linenumber">87</context>
466 </context-group> 569 </context-group>
467 </trans-unit> 570 </trans-unit>
468 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 571 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
@@ -512,57 +615,20 @@
512 <source>Change the language</source> 615 <source>Change the language</source>
513 <target>Zmień język</target> 616 <target>Zmień język</target>
514 <context-group name="null"> 617 <context-group name="null">
515 <context context-type="linenumber">86</context> 618 <context context-type="linenumber">102</context>
516 </context-group>
517 </trans-unit>
518 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
519 <source>
520 My public profile
521 </source>
522 <target>
523 Mój profil publiczny
524 </target>
525 <context-group name="null">
526 <context context-type="linenumber">16</context>
527 </context-group>
528 </trans-unit>
529 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
530 <source>
531 My account
532 </source>
533 <target>
534 Moje konto
535 </target>
536 <context-group name="null">
537 <context context-type="linenumber">20</context>
538 </context-group>
539 </trans-unit>
540 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
541 <source>
542 My videos
543 </source>
544 <target>
545 Moje filmy
546 </target>
547 <context-group name="null">
548 <context context-type="linenumber">24</context>
549 </context-group>
550 </trans-unit>
551 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
552 <source>
553 Log out
554 </source>
555 <target>
556 Wyloguj się
557 </target>
558 <context-group name="null">
559 <context context-type="linenumber">28</context>
560 </context-group> 619 </context-group>
561 </trans-unit> 620 </trans-unit>
562 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 621 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
563 <source>Create an account</source> 622 <source>Create an account</source>
564 <target>Utwórz konto</target> 623 <target>Utwórz konto</target>
565 <context-group name="null"> 624 <context-group name="null">
625 <context context-type="linenumber">33</context>
626 </context-group>
627 </trans-unit>
628 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
629 <source>My library</source>
630 <target>Moja biblioteka</target>
631 <context-group name="null">
566 <context context-type="linenumber">37</context> 632 <context context-type="linenumber">37</context>
567 </context-group> 633 </context-group>
568 </trans-unit> 634 </trans-unit>
@@ -577,63 +643,63 @@
577 <source>Subscriptions</source> 643 <source>Subscriptions</source>
578 <target>Subskrybcje</target> 644 <target>Subskrybcje</target>
579 <context-group name="null"> 645 <context-group name="null">
580 <context context-type="linenumber">45</context> 646 <context context-type="linenumber">51</context>
581 </context-group> 647 </context-group>
582 </trans-unit> 648 </trans-unit>
583 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 649 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
584 <source>Overview</source> 650 <source>Overview</source>
585 <target>Przegląd</target> 651 <target>Przegląd</target>
586 <context-group name="null"> 652 <context-group name="null">
587 <context context-type="linenumber">50</context> 653 <context context-type="linenumber">66</context>
588 </context-group> 654 </context-group>
589 </trans-unit> 655 </trans-unit>
590 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 656 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
591 <source>Trending</source> 657 <source>Trending</source>
592 <target>Na czasie</target> 658 <target>Na czasie</target>
593 <context-group name="null"> 659 <context-group name="null">
594 <context context-type="linenumber">55</context> 660 <context context-type="linenumber">71</context>
595 </context-group> 661 </context-group>
596 </trans-unit> 662 </trans-unit>
597 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 663 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
598 <source>Recently added</source> 664 <source>Recently added</source>
599 <target>Ostatnio dodane</target> 665 <target>Ostatnio dodane</target>
600 <context-group name="null"> 666 <context-group name="null">
601 <context context-type="linenumber">60</context> 667 <context context-type="linenumber">76</context>
602 </context-group> 668 </context-group>
603 </trans-unit> 669 </trans-unit>
604 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 670 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
605 <source>Local</source> 671 <source>Local</source>
606 <target>Lokalne</target> 672 <target>Lokalne</target>
607 <context-group name="null"> 673 <context-group name="null">
608 <context context-type="linenumber">65</context> 674 <context context-type="linenumber">81</context>
609 </context-group> 675 </context-group>
610 </trans-unit> 676 </trans-unit>
611 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 677 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
612 <source>More</source> 678 <source>More</source>
613 <target>Więcej</target> 679 <target>Więcej</target>
614 <context-group name="null"> 680 <context-group name="null">
615 <context context-type="linenumber">70</context> 681 <context context-type="linenumber">86</context>
616 </context-group> 682 </context-group>
617 </trans-unit> 683 </trans-unit>
618 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 684 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
619 <source>Administration</source> 685 <source>Administration</source>
620 <target>Administracja</target> 686 <target>Administracja</target>
621 <context-group name="null"> 687 <context-group name="null">
622 <context context-type="linenumber">74</context> 688 <context context-type="linenumber">90</context>
623 </context-group> 689 </context-group>
624 </trans-unit> 690 </trans-unit>
625 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 691 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
626 <source>About</source> 692 <source>About</source>
627 <target>O nas</target> 693 <target>O nas</target>
628 <context-group name="null"> 694 <context-group name="null">
629 <context context-type="linenumber">25</context> 695 <context context-type="linenumber">26</context>
630 </context-group> 696 </context-group>
631 </trans-unit> 697 </trans-unit>
632 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 698 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
633 <source>Toggle dark interface</source> 699 <source>Toggle dark interface</source>
634 <target>Przełącz ciemny interfejs</target> 700 <target>Przełącz ciemny interfejs</target>
635 <context-group name="null"> 701 <context-group name="null">
636 <context context-type="linenumber">92</context> 702 <context context-type="linenumber">108</context>
637 </context-group> 703 </context-group>
638 </trans-unit> 704 </trans-unit>
639 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 705 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -696,21 +762,21 @@
696 <source>Category</source> 762 <source>Category</source>
697 <target>Kategoria</target> 763 <target>Kategoria</target>
698 <context-group name="null"> 764 <context-group name="null">
699 <context context-type="linenumber">170</context> 765 <context context-type="linenumber">215</context>
700 </context-group> 766 </context-group>
701 </trans-unit> 767 </trans-unit>
702 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 768 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
703 <source>Licence</source> 769 <source>Licence</source>
704 <target>Licencja</target> 770 <target>Licencja</target>
705 <context-group name="null"> 771 <context-group name="null">
706 <context context-type="linenumber">179</context> 772 <context context-type="linenumber">224</context>
707 </context-group> 773 </context-group>
708 </trans-unit> 774 </trans-unit>
709 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 775 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
710 <source>Language</source> 776 <source>Language</source>
711 <target>Język</target> 777 <target>Język</target>
712 <context-group name="null"> 778 <context-group name="null">
713 <context context-type="linenumber">188</context> 779 <context context-type="linenumber">233</context>
714 </context-group> 780 </context-group>
715 </trans-unit> 781 </trans-unit>
716 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 782 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -845,24 +911,6 @@
845 <context context-type="linenumber">39</context> 911 <context context-type="linenumber">39</context>
846 </context-group> 912 </context-group>
847 </trans-unit> 913 </trans-unit>
848 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
849 <source>User registration is allowed and</source>
850 <target>Rejestracja użytkowników jest dozwolona i</target>
851 <context-group name="null">
852 <context context-type="linenumber">29</context>
853 </context-group>
854 </trans-unit>
855 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
856 <source>
857 User registration is currently not allowed.
858 </source>
859 <target>
860 Rejestracja użytkowników nie jest obecnie dozwolona.
861 </target>
862 <context-group name="null">
863 <context context-type="linenumber">40</context>
864 </context-group>
865 </trans-unit>
866 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 914 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
867 <source> 915 <source>
868 About PeerTube 916 About PeerTube
@@ -1150,42 +1198,42 @@
1150 </trans-unit> 1198 </trans-unit>
1151 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003"> 1199 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
1152 <source>Default client route</source><target>Default client route</target><context-group name="null"> 1200 <source>Default client route</source><target>Default client route</target><context-group name="null">
1153 <context context-type="linenumber">48</context> 1201 <context context-type="linenumber">57</context>
1154 </context-group> 1202 </context-group>
1155 </trans-unit> 1203 </trans-unit>
1156 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1204 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1157 <source>Videos Overview</source> 1205 <source>Videos Overview</source>
1158 <target>Przegląd Filmów</target> 1206 <target>Przegląd Filmów</target>
1159 <context-group name="null"> 1207 <context-group name="null">
1160 <context context-type="linenumber">51</context> 1208 <context context-type="linenumber">60</context>
1161 </context-group> 1209 </context-group>
1162 </trans-unit> 1210 </trans-unit>
1163 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1211 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1164 <source>Videos Trending</source> 1212 <source>Videos Trending</source>
1165 <target>Filmy na czasie</target> 1213 <target>Filmy na czasie</target>
1166 <context-group name="null"> 1214 <context-group name="null">
1167 <context context-type="linenumber">52</context> 1215 <context context-type="linenumber">61</context>
1168 </context-group> 1216 </context-group>
1169 </trans-unit> 1217 </trans-unit>
1170 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1218 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1171 <source>Videos Recently Added</source> 1219 <source>Videos Recently Added</source>
1172 <target>Ostatnio dodane filmy</target> 1220 <target>Ostatnio dodane filmy</target>
1173 <context-group name="null"> 1221 <context-group name="null">
1174 <context context-type="linenumber">53</context> 1222 <context context-type="linenumber">62</context>
1175 </context-group> 1223 </context-group>
1176 </trans-unit> 1224 </trans-unit>
1177 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1225 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1178 <source>Local videos</source> 1226 <source>Local videos</source>
1179 <target>Lokalne filmy</target> 1227 <target>Lokalne filmy</target>
1180 <context-group name="null"> 1228 <context-group name="null">
1181 <context context-type="linenumber">54</context> 1229 <context context-type="linenumber">63</context>
1182 </context-group> 1230 </context-group>
1183 </trans-unit> 1231 </trans-unit>
1184 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1232 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1185 <source>Policy on videos containing sensitive content</source> 1233 <source>Policy on videos containing sensitive content</source>
1186 <target>Polityka dotycząca filmów zawierających wrażliwą zawartość</target> 1234 <target>Polityka dotycząca filmów zawierających wrażliwą zawartość</target>
1187 <context-group name="null"> 1235 <context-group name="null">
1188 <context context-type="linenumber">61</context> 1236 <context context-type="linenumber">70</context>
1189 </context-group> 1237 </context-group>
1190 </trans-unit> 1238 </trans-unit>
1191 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1239 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1220,42 +1268,42 @@
1220 <source>Signup enabled</source> 1268 <source>Signup enabled</source>
1221 <target>Wymagana rejestracja</target> 1269 <target>Wymagana rejestracja</target>
1222 <context-group name="null"> 1270 <context-group name="null">
1223 <context context-type="linenumber">84</context> 1271 <context context-type="linenumber">93</context>
1224 </context-group> 1272 </context-group>
1225 </trans-unit> 1273 </trans-unit>
1226 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1274 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1227 <source>Signup requires email verification</source> 1275 <source>Signup requires email verification</source>
1228 <target>Rejestracja wymaga weryfikacji emaila</target> 1276 <target>Rejestracja wymaga weryfikacji emaila</target>
1229 <context-group name="null"> 1277 <context-group name="null">
1230 <context context-type="linenumber">91</context> 1278 <context context-type="linenumber">100</context>
1231 </context-group> 1279 </context-group>
1232 </trans-unit> 1280 </trans-unit>
1233 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1281 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1234 <source>Signup limit</source> 1282 <source>Signup limit</source>
1235 <target>Limit rejestracji</target> 1283 <target>Limit rejestracji</target>
1236 <context-group name="null"> 1284 <context-group name="null">
1237 <context context-type="linenumber">96</context> 1285 <context context-type="linenumber">105</context>
1238 </context-group> 1286 </context-group>
1239 </trans-unit> 1287 </trans-unit>
1240 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1288 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1241 <source>Users</source> 1289 <source>Users</source>
1242 <target>Użytkownicy</target> 1290 <target>Użytkownicy</target>
1243 <context-group name="null"> 1291 <context-group name="null">
1244 <context context-type="linenumber">105</context> 1292 <context context-type="linenumber">114</context>
1245 </context-group> 1293 </context-group>
1246 </trans-unit> 1294 </trans-unit>
1247 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1295 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1248 <source>User default video quota</source> 1296 <source>User default video quota</source>
1249 <target>Domyślna powierzchnia na filmy dla użytkownika</target> 1297 <target>Domyślna powierzchnia na filmy dla użytkownika</target>
1250 <context-group name="null"> 1298 <context-group name="null">
1251 <context context-type="linenumber">109</context> 1299 <context context-type="linenumber">118</context>
1252 </context-group> 1300 </context-group>
1253 </trans-unit> 1301 </trans-unit>
1254 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1302 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1255 <source>User default daily upload limit</source> 1303 <source>User default daily upload limit</source>
1256 <target>Domyślny limit dziennego wysyłania przez użytkownika</target> 1304 <target>Domyślny limit dziennego wysyłania przez użytkownika</target>
1257 <context-group name="null"> 1305 <context-group name="null">
1258 <context context-type="linenumber">121</context> 1306 <context context-type="linenumber">130</context>
1259 </context-group> 1307 </context-group>
1260 </trans-unit> 1308 </trans-unit>
1261 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1309 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1269,14 +1317,14 @@
1269 <source>Administrator</source> 1317 <source>Administrator</source>
1270 <target>Administrator</target> 1318 <target>Administrator</target>
1271 <context-group name="null"> 1319 <context-group name="null">
1272 <context context-type="linenumber">155</context> 1320 <context context-type="linenumber">181</context>
1273 </context-group> 1321 </context-group>
1274 </trans-unit> 1322 </trans-unit>
1275 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1323 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1276 <source>Admin email</source> 1324 <source>Admin email</source>
1277 <target>E-mail administratora</target> 1325 <target>E-mail administratora</target>
1278 <context-group name="null"> 1326 <context-group name="null">
1279 <context context-type="linenumber">158</context> 1327 <context context-type="linenumber">184</context>
1280 </context-group> 1328 </context-group>
1281 </trans-unit> 1329 </trans-unit>
1282 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1330 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1290,70 +1338,70 @@
1290 <source>Twitter</source> 1338 <source>Twitter</source>
1291 <target>Twitter</target> 1339 <target>Twitter</target>
1292 <context-group name="null"> 1340 <context-group name="null">
1293 <context context-type="linenumber">178</context> 1341 <context context-type="linenumber">204</context>
1294 </context-group> 1342 </context-group>
1295 </trans-unit> 1343 </trans-unit>
1296 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1344 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1297 <source>Your Twitter username</source> 1345 <source>Your Twitter username</source>
1298 <target>Twoja nazwa użytkownika na Twitterze</target> 1346 <target>Twoja nazwa użytkownika na Twitterze</target>
1299 <context-group name="null"> 1347 <context-group name="null">
1300 <context context-type="linenumber">184</context> 1348 <context context-type="linenumber">210</context>
1301 </context-group> 1349 </context-group>
1302 </trans-unit> 1350 </trans-unit>
1303 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1351 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1304 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1352 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1305 <target>Oznacza konto Twittera dla strony lub platformy na której została opublikowana zawartość.</target> 1353 <target>Oznacza konto Twittera dla strony lub platformy na której została opublikowana zawartość.</target>
1306 <context-group name="null"> 1354 <context-group name="null">
1307 <context context-type="linenumber">187</context> 1355 <context context-type="linenumber">213</context>
1308 </context-group> 1356 </context-group>
1309 </trans-unit> 1357 </trans-unit>
1310 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1358 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1311 <source>Instance whitelisted by Twitter</source> 1359 <source>Instance whitelisted by Twitter</source>
1312 <target>Instancja jest na białej liście Twittera</target> 1360 <target>Instancja jest na białej liście Twittera</target>
1313 <context-group name="null"> 1361 <context-group name="null">
1314 <context context-type="linenumber">199</context> 1362 <context context-type="linenumber">225</context>
1315 </context-group> 1363 </context-group>
1316 </trans-unit> 1364 </trans-unit>
1317 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1365 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1318 <source>Services</source> 1366 <source>Services</source>
1319 <target>Usługi</target> 1367 <target>Usługi</target>
1320 <context-group name="null"> 1368 <context-group name="null">
1321 <context context-type="linenumber">176</context> 1369 <context context-type="linenumber">202</context>
1322 </context-group> 1370 </context-group>
1323 </trans-unit> 1371 </trans-unit>
1324 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1372 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1325 <source>Transcoding</source> 1373 <source>Transcoding</source>
1326 <target>Transkodowanie</target> 1374 <target>Transkodowanie</target>
1327 <context-group name="null"> 1375 <context-group name="null">
1328 <context context-type="linenumber">215</context> 1376 <context context-type="linenumber">241</context>
1329 </context-group> 1377 </context-group>
1330 </trans-unit> 1378 </trans-unit>
1331 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1379 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1332 <source>Transcoding enabled</source> 1380 <source>Transcoding enabled</source>
1333 <target>Transkodowanie jest włączone</target> 1381 <target>Transkodowanie jest włączone</target>
1334 <context-group name="null"> 1382 <context-group name="null">
1335 <context context-type="linenumber">221</context> 1383 <context context-type="linenumber">247</context>
1336 </context-group> 1384 </context-group>
1337 </trans-unit> 1385 </trans-unit>
1338 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1386 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1339 <source>If you disable transcoding, many videos from your users will not work!</source> 1387 <source>If you disable transcoding, many videos from your users will not work!</source>
1340 <target>Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać!</target> 1388 <target>Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać!</target>
1341 <context-group name="null"> 1389 <context-group name="null">
1342 <context context-type="linenumber">222</context> 1390 <context context-type="linenumber">248</context>
1343 </context-group> 1391 </context-group>
1344 </trans-unit> 1392 </trans-unit>
1345 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1393 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1346 <source>Transcoding threads</source> 1394 <source>Transcoding threads</source>
1347 <target>Wątki transkodowania</target> 1395 <target>Wątki transkodowania</target>
1348 <context-group name="null"> 1396 <context-group name="null">
1349 <context context-type="linenumber">237</context> 1397 <context context-type="linenumber">263</context>
1350 </context-group> 1398 </context-group>
1351 </trans-unit> 1399 </trans-unit>
1352 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1400 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1353 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1401 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1354 <target>Włączono rozdzielczość <x id="INTERPOLATION" equiv-text="{{resolution}}"/></target> 1402 <target>Włączono rozdzielczość <x id="INTERPOLATION" equiv-text="{{resolution}}"/></target>
1355 <context-group name="null"> 1403 <context-group name="null">
1356 <context context-type="linenumber">252</context> 1404 <context context-type="linenumber">278</context>
1357 </context-group> 1405 </context-group>
1358 </trans-unit> 1406 </trans-unit>
1359 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1407 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1368,56 +1416,56 @@
1368 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1416 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1369 </target> 1417 </target>
1370 <context-group name="null"> 1418 <context-group name="null">
1371 <context context-type="linenumber">260</context> 1419 <context context-type="linenumber">286</context>
1372 </context-group> 1420 </context-group>
1373 </trans-unit> 1421 </trans-unit>
1374 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1422 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1375 <source>Previews cache size</source> 1423 <source>Previews cache size</source>
1376 <target>Rozmiar pamięci podręcznej podglądu</target> 1424 <target>Rozmiar pamięci podręcznej podglądu</target>
1377 <context-group name="null"> 1425 <context-group name="null">
1378 <context context-type="linenumber">271</context> 1426 <context context-type="linenumber">297</context>
1379 </context-group> 1427 </context-group>
1380 </trans-unit> 1428 </trans-unit>
1381 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1429 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1382 <source>Customizations</source> 1430 <source>Customizations</source>
1383 <target>Dostosowywanie</target> 1431 <target>Dostosowywanie</target>
1384 <context-group name="null"> 1432 <context-group name="null">
1385 <context context-type="linenumber">289</context> 1433 <context context-type="linenumber">315</context>
1386 </context-group> 1434 </context-group>
1387 </trans-unit> 1435 </trans-unit>
1388 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1436 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1389 <source>JavaScript</source> 1437 <source>JavaScript</source>
1390 <target>JavaScript</target> 1438 <target>JavaScript</target>
1391 <context-group name="null"> 1439 <context-group name="null">
1392 <context context-type="linenumber">294</context> 1440 <context context-type="linenumber">320</context>
1393 </context-group> 1441 </context-group>
1394 </trans-unit> 1442 </trans-unit>
1395 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1443 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1396 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1444 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1397 <target>Wprowadź kod JavaScript.&lt;br /&gt;Przykład: &lt;pre&gt;console.log('moja instancja jest świetna');&lt;/pre&gt;</target> 1445 <target>Wprowadź kod JavaScript.&lt;br /&gt;Przykład: &lt;pre&gt;console.log('moja instancja jest świetna');&lt;/pre&gt;</target>
1398 <context-group name="null"> 1446 <context-group name="null">
1399 <context context-type="linenumber">297</context> 1447 <context context-type="linenumber">323</context>
1400 </context-group> 1448 </context-group>
1401 </trans-unit> 1449 </trans-unit>
1402 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1450 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1403 <source>Advanced configuration</source> 1451 <source>Advanced configuration</source>
1404 <target>Zaawansowana konfiguracja</target> 1452 <target>Zaawansowana konfiguracja</target>
1405 <context-group name="null"> 1453 <context-group name="null">
1406 <context context-type="linenumber">212</context> 1454 <context context-type="linenumber">238</context>
1407 </context-group> 1455 </context-group>
1408 </trans-unit> 1456 </trans-unit>
1409 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1457 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1410 <source>Update configuration</source> 1458 <source>Update configuration</source>
1411 <target>Aktualizuj konfigurację</target> 1459 <target>Aktualizuj konfigurację</target>
1412 <context-group name="null"> 1460 <context-group name="null">
1413 <context context-type="linenumber">340</context> 1461 <context context-type="linenumber">366</context>
1414 </context-group> 1462 </context-group>
1415 </trans-unit> 1463 </trans-unit>
1416 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1464 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1417 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1465 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1418 <target>Wygląda na to, że konfiguracja jest nieprawidłowa. Poszukaj możliwych błędów w innych kartach.</target> 1466 <target>Wygląda na to, że konfiguracja jest nieprawidłowa. Poszukaj możliwych błędów w innych kartach.</target>
1419 <context-group name="null"> 1467 <context-group name="null">
1420 <context context-type="linenumber">341</context> 1468 <context context-type="linenumber">367</context>
1421 </context-group> 1469 </context-group>
1422 </trans-unit> 1470 </trans-unit>
1423 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1471 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1654,7 +1702,7 @@
1654 <source>Go to the account page</source> 1702 <source>Go to the account page</source>
1655 <target>Przejdź na stronę konta</target> 1703 <target>Przejdź na stronę konta</target>
1656 <context-group name="null"> 1704 <context-group name="null">
1657 <context context-type="linenumber">134</context> 1705 <context context-type="linenumber">179</context>
1658 </context-group> 1706 </context-group>
1659 </trans-unit> 1707 </trans-unit>
1660 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2"> 1708 <trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2">
@@ -1713,6 +1761,13 @@
1713 <context context-type="linenumber">11</context> 1761 <context context-type="linenumber">11</context>
1714 </context-group> 1762 </context-group>
1715 </trans-unit> 1763 </trans-unit>
1764 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
1765 <source>Unblacklist</source>
1766 <target>Usuń z czarnej listy</target>
1767 <context-group name="null">
1768 <context context-type="linenumber">146</context>
1769 </context-group>
1770 </trans-unit>
1716 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 1771 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
1717 <source>Moderation</source> 1772 <source>Moderation</source>
1718 <target>Moderacja</target> 1773 <target>Moderacja</target>
@@ -1720,13 +1775,6 @@
1720 <context context-type="linenumber">2</context> 1775 <context context-type="linenumber">2</context>
1721 </context-group> 1776 </context-group>
1722 </trans-unit> 1777 </trans-unit>
1723 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
1724 <source>Blacklisted videos</source>
1725 <target>Filmy na czarnej liście</target>
1726 <context-group name="null">
1727 <context context-type="linenumber">7</context>
1728 </context-group>
1729 </trans-unit>
1730 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 1778 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
1731 <source>Video quota:</source> 1779 <source>Video quota:</source>
1732 <target>Powierzchnia na filmy:</target> 1780 <target>Powierzchnia na filmy:</target>
@@ -1763,25 +1811,7 @@
1763 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 1811 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
1764 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetlenia</target> 1812 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetlenia</target>
1765 <context-group name="null"> 1813 <context-group name="null">
1766 <context context-type="linenumber">19</context> 1814 <context context-type="linenumber">13</context>
1767 </context-group>
1768 </trans-unit>
1769 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
1770 <source>
1771 Cancel
1772 </source>
1773 <target>
1774 Anuluj
1775 </target>
1776 <context-group name="null">
1777 <context context-type="linenumber">30</context>
1778 </context-group>
1779 </trans-unit>
1780 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
1781 <source>Create another video channel</source>
1782 <target>Utwórz następny kanał wideo</target>
1783 <context-group name="null">
1784 <context context-type="linenumber">4</context>
1785 </context-group> 1815 </context-group>
1786 </trans-unit> 1816 </trans-unit>
1787 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 1817 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -1805,13 +1835,6 @@
1805 <context context-type="linenumber">15</context> 1835 <context context-type="linenumber">15</context>
1806 </context-group> 1836 </context-group>
1807 </trans-unit> 1837 </trans-unit>
1808 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1809 <source>Display name</source>
1810 <target>Nazwa wyświetlana</target>
1811 <context-group name="null">
1812 <context context-type="linenumber">6</context>
1813 </context-group>
1814 </trans-unit>
1815 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 1838 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
1816 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 1839 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
1817When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 1840When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -1842,6 +1865,27 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1842 <context context-type="linenumber">19</context> 1865 <context context-type="linenumber">19</context>
1843 </context-group> 1866 </context-group>
1844 </trans-unit> 1867 </trans-unit>
1868 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1869 <source>Privacy</source>
1870 <target>Prywatność</target>
1871 <context-group name="null">
1872 <context context-type="linenumber">205</context>
1873 </context-group>
1874 </trans-unit>
1875 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1876 <source>Channel</source>
1877 <target>Kanał</target>
1878 <context-group name="null">
1879 <context context-type="linenumber">39</context>
1880 </context-group>
1881 </trans-unit>
1882 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
1883 <source>Upload thumbnail</source>
1884 <target>Wyślij miniaturę</target>
1885 <context-group name="null">
1886 <context context-type="linenumber">192</context>
1887 </context-group>
1888 </trans-unit>
1845 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 1889 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
1846 <source>Change password</source> 1890 <source>Change password</source>
1847 <target>Zmień hasło</target> 1891 <target>Zmień hasło</target>
@@ -1884,13 +1928,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1884 <context context-type="linenumber">28</context> 1928 <context context-type="linenumber">28</context>
1885 </context-group> 1929 </context-group>
1886 </trans-unit> 1930 </trans-unit>
1887 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
1888 <source>Save</source>
1889 <target>Zapisz</target>
1890 <context-group name="null">
1891 <context context-type="linenumber">32</context>
1892 </context-group>
1893 </trans-unit>
1894 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 1931 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
1895 <source>Update my profile</source> 1932 <source>Update my profile</source>
1896 <target>Zaktualizuj mój profil</target> 1933 <target>Zaktualizuj mój profil</target>
@@ -1955,28 +1992,14 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1955 <source>URL</source> 1992 <source>URL</source>
1956 <target>Adres URL</target> 1993 <target>Adres URL</target>
1957 <context-group name="null"> 1994 <context-group name="null">
1958 <context context-type="linenumber">17</context> 1995 <context context-type="linenumber">25</context>
1959 </context-group>
1960 </trans-unit>
1961 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1962 <source>Channel</source>
1963 <target>Kanał</target>
1964 <context-group name="null">
1965 <context context-type="linenumber">39</context>
1966 </context-group>
1967 </trans-unit>
1968 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
1969 <source>Privacy</source>
1970 <target>Prywatność</target>
1971 <context-group name="null">
1972 <context context-type="linenumber">160</context>
1973 </context-group> 1996 </context-group>
1974 </trans-unit> 1997 </trans-unit>
1975 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb"> 1998 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
1976 <source>Update</source> 1999 <source>Update</source>
1977 <target>Aktualizacja</target> 2000 <target>Aktualizacja</target>
1978 <context-group name="null"> 2001 <context-group name="null">
1979 <context context-type="linenumber">93</context> 2002 <context context-type="linenumber">138</context>
1980 </context-group> 2003 </context-group>
1981 </trans-unit> 2004 </trans-unit>
1982 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2005 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2060,7 +2083,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2060 <source>Tags</source> 2083 <source>Tags</source>
2061 <target>Tagi</target> 2084 <target>Tagi</target>
2062 <context-group name="null"> 2085 <context-group name="null">
2063 <context context-type="linenumber">197</context> 2086 <context context-type="linenumber">242</context>
2064 </context-group> 2087 </context-group>
2065 </trans-unit> 2088 </trans-unit>
2066 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2089 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2112,13 +2135,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2112 <context context-type="linenumber">4</context> 2135 <context context-type="linenumber">4</context>
2113 </context-group> 2136 </context-group>
2114 </trans-unit> 2137 </trans-unit>
2115 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2116 <source>Upload thumbnail</source>
2117 <target>Wyślij miniaturę</target>
2118 <context-group name="null">
2119 <context context-type="linenumber">192</context>
2120 </context-group>
2121 </trans-unit>
2122 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 2138 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2123 <source>Upload preview</source> 2139 <source>Upload preview</source>
2124 <target>Podgląd wysyłania</target> 2140 <target>Podgląd wysyłania</target>
@@ -2130,7 +2146,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2130 <source>Support</source> 2146 <source>Support</source>
2131 <target>Wsparcie</target> 2147 <target>Wsparcie</target>
2132 <context-group name="null"> 2148 <context-group name="null">
2133 <context context-type="linenumber">70</context> 2149 <context context-type="linenumber">101</context>
2134 </context-group> 2150 </context-group>
2135 </trans-unit> 2151 </trans-unit>
2136 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 2152 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -2208,7 +2224,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2208 <source>Download</source> 2224 <source>Download</source>
2209 <target>Pobierz</target> 2225 <target>Pobierz</target>
2210 <context-group name="null"> 2226 <context-group name="null">
2211 <context context-type="linenumber">85</context> 2227 <context context-type="linenumber">130</context>
2212 </context-group> 2228 </context-group>
2213 </trans-unit> 2229 </trans-unit>
2214 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 2230 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -2222,28 +2238,28 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2222 <source>Share</source> 2238 <source>Share</source>
2223 <target>Udostępnij</target> 2239 <target>Udostępnij</target>
2224 <context-group name="null"> 2240 <context-group name="null">
2225 <context context-type="linenumber">75</context> 2241 <context context-type="linenumber">106</context>
2226 </context-group> 2242 </context-group>
2227 </trans-unit> 2243 </trans-unit>
2228 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 2244 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2229 <source>QR-Code</source> 2245 <source>QR-Code</source>
2230 <target>Kod QR</target> 2246 <target>Kod QR</target>
2231 <context-group name="null"> 2247 <context-group name="null">
2232 <context context-type="linenumber">29</context> 2248 <context context-type="linenumber">37</context>
2233 </context-group> 2249 </context-group>
2234 </trans-unit> 2250 </trans-unit>
2235 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2251 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2236 <source>Embed</source> 2252 <source>Embed</source>
2237 <target>Umieść</target> 2253 <target>Umieść</target>
2238 <context-group name="null"> 2254 <context-group name="null">
2239 <context context-type="linenumber">34</context> 2255 <context context-type="linenumber">42</context>
2240 </context-group> 2256 </context-group>
2241 </trans-unit> 2257 </trans-unit>
2242 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 2258 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
2243 <source>Close</source> 2259 <source>Close</source>
2244 <target>Zamknij</target> 2260 <target>Zamknij</target>
2245 <context-group name="null"> 2261 <context-group name="null">
2246 <context context-type="linenumber">51</context> 2262 <context context-type="linenumber">59</context>
2247 </context-group> 2263 </context-group>
2248 </trans-unit> 2264 </trans-unit>
2249 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 2265 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -2261,7 +2277,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2261 Film jest w trakcie transkodowania, może nie działać prawidłowo. 2277 Film jest w trakcie transkodowania, może nie działać prawidłowo.
2262 </target> 2278 </target>
2263 <context-group name="null"> 2279 <context-group name="null">
2264 <context context-type="linenumber">15</context> 2280 <context context-type="linenumber">43</context>
2265 </context-group> 2281 </context-group>
2266 </trans-unit> 2282 </trans-unit>
2267 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 2283 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -2272,135 +2288,117 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2272 Opublikowano <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń 2288 Opublikowano <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń
2273 </target> 2289 </target>
2274 <context-group name="null"> 2290 <context-group name="null">
2275 <context context-type="linenumber">36</context> 2291 <context context-type="linenumber">76</context>
2276 </context-group>
2277 </trans-unit>
2278 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
2279 <source>
2280 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
2281 </source>
2282 <target>
2283 Opublikowano <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń
2284 </target>
2285 <context-group name="null">
2286 <context context-type="linenumber">45</context>
2287 </context-group> 2292 </context-group>
2288 </trans-unit> 2293 </trans-unit>
2289 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 2294 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
2290 <source>Like this video</source> 2295 <source>Like this video</source>
2291 <target>Polub ten film</target> 2296 <target>Polub ten film</target>
2292 <context-group name="null"> 2297 <context-group name="null">
2293 <context context-type="linenumber">55</context> 2298 <context context-type="linenumber">86</context>
2294 </context-group> 2299 </context-group>
2295 </trans-unit> 2300 </trans-unit>
2296 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 2301 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
2297 <source>Dislike this video</source><target>Dislike this video</target><context-group name="null"> 2302 <source>Dislike this video</source><target>Dislike this video</target><context-group name="null">
2298 <context context-type="linenumber">63</context> 2303 <context context-type="linenumber">94</context>
2299 </context-group> 2304 </context-group>
2300 </trans-unit> 2305 </trans-unit>
2301 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 2306 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
2302 <source>Download the video</source> 2307 <source>Download the video</source>
2303 <target>Pobierz ten film</target> 2308 <target>Pobierz ten film</target>
2304 <context-group name="null"> 2309 <context-group name="null">
2305 <context context-type="linenumber">84</context> 2310 <context context-type="linenumber">129</context>
2306 </context-group> 2311 </context-group>
2307 </trans-unit> 2312 </trans-unit>
2308 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 2313 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
2309 <source>Report</source> 2314 <source>Report</source>
2310 <target>Zgłoś</target> 2315 <target>Zgłoś</target>
2311 <context-group name="null"> 2316 <context-group name="null">
2312 <context context-type="linenumber">89</context> 2317 <context context-type="linenumber">134</context>
2313 </context-group> 2318 </context-group>
2314 </trans-unit> 2319 </trans-unit>
2315 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 2320 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
2316 <source>Report this video</source> 2321 <source>Report this video</source>
2317 <target>Zgłoś ten film</target> 2322 <target>Zgłoś ten film</target>
2318 <context-group name="null"> 2323 <context-group name="null">
2319 <context context-type="linenumber">88</context> 2324 <context context-type="linenumber">133</context>
2320 </context-group> 2325 </context-group>
2321 </trans-unit> 2326 </trans-unit>
2322 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 2327 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
2323 <source>Update this video</source> 2328 <source>Update this video</source>
2324 <target>Zaktualizuj ten film</target> 2329 <target>Zaktualizuj ten film</target>
2325 <context-group name="null"> 2330 <context-group name="null">
2326 <context context-type="linenumber">92</context> 2331 <context context-type="linenumber">137</context>
2327 </context-group> 2332 </context-group>
2328 </trans-unit> 2333 </trans-unit>
2329 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 2334 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
2330 <source>Blacklist</source> 2335 <source>Blacklist</source>
2331 <target>Czarna lista</target> 2336 <target>Czarna lista</target>
2332 <context-group name="null"> 2337 <context-group name="null">
2333 <context context-type="linenumber">97</context> 2338 <context context-type="linenumber">142</context>
2334 </context-group> 2339 </context-group>
2335 </trans-unit> 2340 </trans-unit>
2336 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 2341 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
2337 <source>Blacklist this video</source> 2342 <source>Blacklist this video</source>
2338 <target>Dodaj ten film na czarną listę</target> 2343 <target>Dodaj ten film na czarną listę</target>
2339 <context-group name="null"> 2344 <context-group name="null">
2340 <context context-type="linenumber">96</context> 2345 <context context-type="linenumber">141</context>
2341 </context-group>
2342 </trans-unit>
2343 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2344 <source>Unblacklist</source>
2345 <target>Usuń z czarnej listy</target>
2346 <context-group name="null">
2347 <context context-type="linenumber">101</context>
2348 </context-group> 2346 </context-group>
2349 </trans-unit> 2347 </trans-unit>
2350 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 2348 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
2351 <source>Delete this video</source> 2349 <source>Delete this video</source>
2352 <target>Usuń ten film</target> 2350 <target>Usuń ten film</target>
2353 <context-group name="null"> 2351 <context-group name="null">
2354 <context context-type="linenumber">104</context> 2352 <context context-type="linenumber">149</context>
2355 </context-group> 2353 </context-group>
2356 </trans-unit> 2354 </trans-unit>
2357 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 2355 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
2358 <source>Go the channel page</source> 2356 <source>Go the channel page</source>
2359 <target>Przejdź na stronę kanału</target> 2357 <target>Przejdź na stronę kanału</target>
2360 <context-group name="null"> 2358 <context-group name="null">
2361 <context context-type="linenumber">124</context> 2359 <context context-type="linenumber">169</context>
2362 </context-group> 2360 </context-group>
2363 </trans-unit> 2361 </trans-unit>
2364 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 2362 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
2365 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 2363 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
2366 <target>Od <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 2364 <target>Od <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
2367 <context-group name="null"> 2365 <context-group name="null">
2368 <context context-type="linenumber">135</context> 2366 <context context-type="linenumber">180</context>
2369 </context-group> 2367 </context-group>
2370 </trans-unit> 2368 </trans-unit>
2371 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 2369 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
2372 <source>Show more</source> 2370 <source>Show more</source>
2373 <target>Pokaż więcej</target> 2371 <target>Pokaż więcej</target>
2374 <context-group name="null"> 2372 <context-group name="null">
2375 <context context-type="linenumber">147</context> 2373 <context context-type="linenumber">192</context>
2376 </context-group> 2374 </context-group>
2377 </trans-unit> 2375 </trans-unit>
2378 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 2376 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
2379 <source>Show less</source> 2377 <source>Show less</source>
2380 <target>Pokaż mniej</target> 2378 <target>Pokaż mniej</target>
2381 <context-group name="null"> 2379 <context-group name="null">
2382 <context context-type="linenumber">153</context> 2380 <context context-type="linenumber">198</context>
2383 </context-group> 2381 </context-group>
2384 </trans-unit> 2382 </trans-unit>
2385 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 2383 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
2386 <source>Friendly Reminder: </source> 2384 <source>Friendly Reminder: </source>
2387 <target>Przypomnienie:</target> 2385 <target>Przypomnienie:</target>
2388 <context-group name="null"> 2386 <context-group name="null">
2389 <context context-type="linenumber">214</context> 2387 <context context-type="linenumber">258</context>
2390 </context-group> 2388 </context-group>
2391 </trans-unit> 2389 </trans-unit>
2392 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2390 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2393 <source>More information</source> 2391 <source>More information</source>
2394 <target>Więcej informacji</target> 2392 <target>Więcej informacji</target>
2395 <context-group name="null"> 2393 <context-group name="null">
2396 <context context-type="linenumber">218</context> 2394 <context context-type="linenumber">262</context>
2397 </context-group> 2395 </context-group>
2398 </trans-unit> 2396 </trans-unit>
2399 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2397 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2400 <source>Get more information</source> 2398 <source>Get more information</source>
2401 <target>Uzyskaj więcej informacji</target> 2399 <target>Uzyskaj więcej informacji</target>
2402 <context-group name="null"> 2400 <context-group name="null">
2403 <context context-type="linenumber">218</context> 2401 <context context-type="linenumber">262</context>
2404 </context-group> 2402 </context-group>
2405 </trans-unit> 2403 </trans-unit>
2406 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2404 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -2411,7 +2409,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2411 OK 2409 OK
2412 </target> 2410 </target>
2413 <context-group name="null"> 2411 <context-group name="null">
2414 <context context-type="linenumber">221</context> 2412 <context context-type="linenumber">265</context>
2415 </context-group> 2413 </context-group>
2416 </trans-unit> 2414 </trans-unit>
2417 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 2415 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -2787,13 +2785,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2787 <context context-type="linenumber">1</context> 2785 <context context-type="linenumber">1</context>
2788 </context-group> 2786 </context-group>
2789 </trans-unit> 2787 </trans-unit>
2790 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
2791 <source>Create</source>
2792 <target>Utwórz</target>
2793 <context-group name="null">
2794 <context context-type="linenumber">1</context>
2795 </context-group>
2796 </trans-unit>
2797 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 2788 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
2798 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 2789 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
2799 <target>Zaktualizowano kanał wideo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/>.</target> 2790 <target>Zaktualizowano kanał wideo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/>.</target>
@@ -2871,13 +2862,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2871 <context context-type="linenumber">1</context> 2862 <context context-type="linenumber">1</context>
2872 </context-group> 2863 </context-group>
2873 </trans-unit> 2864 </trans-unit>
2874 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
2875 <source>My library</source>
2876 <target>Moja biblioteka</target>
2877 <context-group name="null">
2878 <context context-type="linenumber">1</context>
2879 </context-group>
2880 </trans-unit>
2881 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 2865 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
2882 <source>My channels</source> 2866 <source>My channels</source>
2883 <target>Moje kanały</target> 2867 <target>Moje kanały</target>
@@ -3265,6 +3249,13 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3265 <context context-type="linenumber">1</context> 3249 <context context-type="linenumber">1</context>
3266 </context-group> 3250 </context-group>
3267 </trans-unit> 3251 </trans-unit>
3252 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
3253 <source>Display name cannot be more than 120 characters long.</source>
3254 <target>Nazwa wyświetlana nie może zawierać więcej niż 120 znaków.</target>
3255 <context-group name="null">
3256 <context context-type="linenumber">1</context>
3257 </context-group>
3258 </trans-unit>
3268 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 3259 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
3269 <source>Video name is required.</source> 3260 <source>Video name is required.</source>
3270 <target>Nazwa filmu jest wymagana.</target> 3261 <target>Nazwa filmu jest wymagana.</target>
@@ -3970,13 +3961,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3970 <context context-type="linenumber">1</context> 3961 <context context-type="linenumber">1</context>
3971 </context-group> 3962 </context-group>
3972 </trans-unit> 3963 </trans-unit>
3973 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
3974 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
3975 <target>Zacznij od <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
3976 <context-group name="null">
3977 <context context-type="linenumber">1</context>
3978 </context-group>
3979 </trans-unit>
3980 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95"> 3964 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
3981 <source>Do you really want to delete this video?</source> 3965 <source>Do you really want to delete this video?</source>
3982 <target>Czy na pewno chcesz usunąć ten film?</target> 3966 <target>Czy na pewno chcesz usunąć ten film?</target>
diff --git a/client/src/locale/target/angular_pt_BR.xml b/client/src/locale/target/angular_pt_BR.xml
index 3c6cd022e..a9974f7a2 100644
--- a/client/src/locale/target/angular_pt_BR.xml
+++ b/client/src/locale/target/angular_pt_BR.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Primeiro</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Primeiro</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Anterior</target> 92 <target>Anterior</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Próximo</target> 99 <target>Próximo</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Último</target> 106 <target>Último</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Reduzir horas</target> 141 <target>Reduzir horas</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Aumentar minutos</target> 148 <target>Aumentar minutos</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minutos</target> 162 <target>Minutos</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Reduzir minutos</target> 169 <target>Reduzir minutos</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Aumentar segundos</target> 176 <target>Aumentar segundos</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Segundos</target> 190 <target>Segundos</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Reduzir segundos</target> 197 <target>Reduzir segundos</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>PM</target> 204 <target>PM</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>AM</target> 211 <target>AM</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -231,14 +231,14 @@
231 <source>Unlisted</source> 231 <source>Unlisted</source>
232 <target>Não listado</target> 232 <target>Não listado</target>
233 <context-group name="null"> 233 <context-group name="null">
234 <context context-type="linenumber">10</context> 234 <context context-type="linenumber">17</context>
235 </context-group> 235 </context-group>
236 </trans-unit> 236 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 238 <source>Private</source>
239 <target>Privado</target> 239 <target>Privado</target>
240 <context-group name="null"> 240 <context-group name="null">
241 <context context-type="linenumber">11</context> 241 <context context-type="linenumber">18</context>
242 </context-group> 242 </context-group>
243 </trans-unit> 243 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -248,6 +248,27 @@
248 <context context-type="linenumber">16</context> 248 <context context-type="linenumber">16</context>
249 </context-group> 249 </context-group>
250 </trans-unit> 250 </trans-unit>
251 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
252 <source>Display name</source>
253 <target>Nome de exibição</target>
254 <context-group name="null">
255 <context context-type="linenumber">6</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
259 <source>Create</source>
260 <target>Criar</target>
261 <context-group name="null">
262 <context context-type="linenumber">73</context>
263 </context-group>
264 </trans-unit>
265 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
266 <source>Save</source>
267 <target>Salvar</target>
268 <context-group name="null">
269 <context context-type="linenumber">115</context>
270 </context-group>
271 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 272 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
252 <source>Delete</source> 273 <source>Delete</source>
253 <target>Excluir</target> 274 <target>Excluir</target>
@@ -399,7 +420,7 @@
399 Ilimitado <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;"/> 420 Ilimitado <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;"/>
400 </target> 421 </target>
401 <context-group name="null"> 422 <context-group name="null">
402 <context context-type="linenumber">14</context> 423 <context context-type="linenumber">28</context>
403 </context-group> 424 </context-group>
404 </trans-unit> 425 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 426 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -527,7 +548,7 @@
527 <source>Login</source> 548 <source>Login</source>
528 <target>Entrar</target> 549 <target>Entrar</target>
529 <context-group name="null"> 550 <context-group name="null">
530 <context context-type="linenumber">36</context> 551 <context context-type="linenumber">32</context>
531 </context-group> 552 </context-group>
532 </trans-unit> 553 </trans-unit>
533 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 554 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -637,7 +658,7 @@
637 <source>Signup</source> 658 <source>Signup</source>
638 <target>Inscrever-se</target> 659 <target>Inscrever-se</target>
639 <context-group name="null"> 660 <context-group name="null">
640 <context context-type="linenumber">78</context> 661 <context context-type="linenumber">87</context>
641 </context-group> 662 </context-group>
642 </trans-unit> 663 </trans-unit>
643 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 664 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -707,7 +728,7 @@
707 <source>Change the language</source> 728 <source>Change the language</source>
708 <target>Alterar o idioma</target> 729 <target>Alterar o idioma</target>
709 <context-group name="null"> 730 <context-group name="null">
710 <context context-type="linenumber">86</context> 731 <context context-type="linenumber">102</context>
711 </context-group> 732 </context-group>
712 </trans-unit> 733 </trans-unit>
713 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 734 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -721,54 +742,17 @@
721 <context context-type="linenumber">8</context> 742 <context context-type="linenumber">8</context>
722 </context-group> 743 </context-group>
723 </trans-unit> 744 </trans-unit>
724 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
725 <source>
726 My public profile
727 </source>
728 <target>
729 Meu perfil público
730 </target>
731 <context-group name="null">
732 <context context-type="linenumber">16</context>
733 </context-group>
734 </trans-unit>
735 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
736 <source>
737 My account
738 </source>
739 <target>
740 Minha conta
741 </target>
742 <context-group name="null">
743 <context context-type="linenumber">20</context>
744 </context-group>
745 </trans-unit>
746 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
747 <source>
748 My videos
749 </source>
750 <target>
751 Meus vídeos
752 </target>
753 <context-group name="null">
754 <context context-type="linenumber">24</context>
755 </context-group>
756 </trans-unit>
757 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
758 <source>
759 Log out
760 </source>
761 <target>
762 Sair
763 </target>
764 <context-group name="null">
765 <context context-type="linenumber">28</context>
766 </context-group>
767 </trans-unit>
768 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 745 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
769 <source>Create an account</source> 746 <source>Create an account</source>
770 <target>Criar uma conta</target> 747 <target>Criar uma conta</target>
771 <context-group name="null"> 748 <context-group name="null">
749 <context context-type="linenumber">33</context>
750 </context-group>
751 </trans-unit>
752 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
753 <source>My library</source>
754 <target>Minha biblioteca</target>
755 <context-group name="null">
772 <context context-type="linenumber">37</context> 756 <context context-type="linenumber">37</context>
773 </context-group> 757 </context-group>
774 </trans-unit> 758 </trans-unit>
@@ -783,70 +767,70 @@
783 <source>Subscriptions</source> 767 <source>Subscriptions</source>
784 <target>Inscrições</target> 768 <target>Inscrições</target>
785 <context-group name="null"> 769 <context-group name="null">
786 <context context-type="linenumber">45</context> 770 <context context-type="linenumber">51</context>
787 </context-group> 771 </context-group>
788 </trans-unit> 772 </trans-unit>
789 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 773 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
790 <source>Overview</source> 774 <source>Overview</source>
791 <target>Visão geral</target> 775 <target>Visão geral</target>
792 <context-group name="null"> 776 <context-group name="null">
793 <context context-type="linenumber">50</context> 777 <context context-type="linenumber">66</context>
794 </context-group> 778 </context-group>
795 </trans-unit> 779 </trans-unit>
796 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 780 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
797 <source>Trending</source> 781 <source>Trending</source>
798 <target>Tendências</target> 782 <target>Tendências</target>
799 <context-group name="null"> 783 <context-group name="null">
800 <context context-type="linenumber">55</context> 784 <context context-type="linenumber">71</context>
801 </context-group> 785 </context-group>
802 </trans-unit> 786 </trans-unit>
803 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 787 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
804 <source>Recently added</source> 788 <source>Recently added</source>
805 <target>Adicionado recentemente</target> 789 <target>Adicionado recentemente</target>
806 <context-group name="null"> 790 <context-group name="null">
807 <context context-type="linenumber">60</context> 791 <context context-type="linenumber">76</context>
808 </context-group> 792 </context-group>
809 </trans-unit> 793 </trans-unit>
810 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 794 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
811 <source>Local</source> 795 <source>Local</source>
812 <target>Local</target> 796 <target>Local</target>
813 <context-group name="null"> 797 <context-group name="null">
814 <context context-type="linenumber">65</context> 798 <context context-type="linenumber">81</context>
815 </context-group> 799 </context-group>
816 </trans-unit> 800 </trans-unit>
817 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 801 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
818 <source>More</source> 802 <source>More</source>
819 <target>Mais</target> 803 <target>Mais</target>
820 <context-group name="null"> 804 <context-group name="null">
821 <context context-type="linenumber">70</context> 805 <context context-type="linenumber">86</context>
822 </context-group> 806 </context-group>
823 </trans-unit> 807 </trans-unit>
824 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 808 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
825 <source>Administration</source> 809 <source>Administration</source>
826 <target>Administração</target> 810 <target>Administração</target>
827 <context-group name="null"> 811 <context-group name="null">
828 <context context-type="linenumber">74</context> 812 <context context-type="linenumber">90</context>
829 </context-group> 813 </context-group>
830 </trans-unit> 814 </trans-unit>
831 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 815 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
832 <source>About</source> 816 <source>About</source>
833 <target>Sobre</target> 817 <target>Sobre</target>
834 <context-group name="null"> 818 <context-group name="null">
835 <context context-type="linenumber">25</context> 819 <context context-type="linenumber">26</context>
836 </context-group> 820 </context-group>
837 </trans-unit> 821 </trans-unit>
838 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 822 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
839 <source>Show keyboard shortcuts</source> 823 <source>Show keyboard shortcuts</source>
840 <target>Exibir atalhos de teclado</target> 824 <target>Exibir atalhos de teclado</target>
841 <context-group name="null"> 825 <context-group name="null">
842 <context context-type="linenumber">89</context> 826 <context context-type="linenumber">105</context>
843 </context-group> 827 </context-group>
844 </trans-unit> 828 </trans-unit>
845 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 829 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
846 <source>Toggle dark interface</source> 830 <source>Toggle dark interface</source>
847 <target>Alternar interface escura</target> 831 <target>Alternar interface escura</target>
848 <context-group name="null"> 832 <context-group name="null">
849 <context context-type="linenumber">92</context> 833 <context context-type="linenumber">108</context>
850 </context-group> 834 </context-group>
851 </trans-unit> 835 </trans-unit>
852 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 836 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -867,14 +851,14 @@
867 <source>Update your notification preferences</source> 851 <source>Update your notification preferences</source>
868 <target>Atualizar suas preferências de notificações</target> 852 <target>Atualizar suas preferências de notificações</target>
869 <context-group name="null"> 853 <context-group name="null">
870 <context context-type="linenumber">15</context> 854 <context context-type="linenumber">16</context>
871 </context-group> 855 </context-group>
872 </trans-unit> 856 </trans-unit>
873 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 857 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
874 <source>See all your notifications</source> 858 <source>See all your notifications</source>
875 <target>Ver todas as suas notificações</target> 859 <target>Ver todas as suas notificações</target>
876 <context-group name="null"> 860 <context-group name="null">
877 <context context-type="linenumber">22</context> 861 <context context-type="linenumber">30</context>
878 </context-group> 862 </context-group>
879 </trans-unit> 863 </trans-unit>
880 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 864 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -905,6 +889,27 @@
905 <context context-type="linenumber">15</context> 889 <context context-type="linenumber">15</context>
906 </context-group> 890 </context-group>
907 </trans-unit> 891 </trans-unit>
892 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
893 <source>Original publication year</source>
894 <target>Ano de publicação original</target>
895 <context-group name="null">
896 <context context-type="linenumber">24</context>
897 </context-group>
898 </trans-unit>
899 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
900 <source>After...</source>
901 <target>Depois...</target>
902 <context-group name="null">
903 <context context-type="linenumber">30</context>
904 </context-group>
905 </trans-unit>
906 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
907 <source>Before...</source>
908 <target>Antes...</target>
909 <context-group name="null">
910 <context context-type="linenumber">37</context>
911 </context-group>
912 </trans-unit>
908 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 913 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
909 <source>Duration</source> 914 <source>Duration</source>
910 <target>Duração</target> 915 <target>Duração</target>
@@ -937,21 +942,21 @@
937 <source>Category</source> 942 <source>Category</source>
938 <target>Categoria</target> 943 <target>Categoria</target>
939 <context-group name="null"> 944 <context-group name="null">
940 <context context-type="linenumber">170</context> 945 <context context-type="linenumber">215</context>
941 </context-group> 946 </context-group>
942 </trans-unit> 947 </trans-unit>
943 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 948 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
944 <source>Licence</source> 949 <source>Licence</source>
945 <target>Licença</target> 950 <target>Licença</target>
946 <context-group name="null"> 951 <context-group name="null">
947 <context context-type="linenumber">179</context> 952 <context context-type="linenumber">224</context>
948 </context-group> 953 </context-group>
949 </trans-unit> 954 </trans-unit>
950 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 955 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
951 <source>Language</source> 956 <source>Language</source>
952 <target>Idioma</target> 957 <target>Idioma</target>
953 <context-group name="null"> 958 <context-group name="null">
954 <context context-type="linenumber">188</context> 959 <context context-type="linenumber">233</context>
955 </context-group> 960 </context-group>
956 </trans-unit> 961 </trans-unit>
957 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 962 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1118,46 +1123,6 @@
1118 <context context-type="linenumber">39</context> 1123 <context context-type="linenumber">39</context>
1119 </context-group> 1124 </context-group>
1120 </trans-unit> 1125 </trans-unit>
1121 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1122 <source>User registration is allowed and</source>
1123 <target>Registro de usuários não está permitida e</target>
1124 <context-group name="null">
1125 <context context-type="linenumber">29</context>
1126 </context-group>
1127 </trans-unit>
1128 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1129 <source>
1130 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1131 </source>
1132 <target>
1133 esta instância oferece uma espaço de <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> para os vídeos de seus usuários.
1134 </target>
1135 <context-group name="null">
1136 <context context-type="linenumber">31</context>
1137 </context-group>
1138 </trans-unit>
1139 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1140 <source>
1141 this instance provides unlimited space for the videos of its users.
1142 </source>
1143 <target>
1144 esta instância oferece espaço ilimitado para os vídeos de seus usuários.
1145 </target>
1146 <context-group name="null">
1147 <context context-type="linenumber">35</context>
1148 </context-group>
1149 </trans-unit>
1150 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1151 <source>
1152 User registration is currently not allowed.
1153 </source>
1154 <target>
1155 O registro de usuário está desabilitado.
1156 </target>
1157 <context-group name="null">
1158 <context context-type="linenumber">40</context>
1159 </context-group>
1160 </trans-unit>
1161 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1126 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1162 <source> 1127 <source>
1163 About PeerTube 1128 About PeerTube
@@ -1519,42 +1484,42 @@
1519 <source>Default client route</source> 1484 <source>Default client route</source>
1520 <target>Rota padrão do cliente</target> 1485 <target>Rota padrão do cliente</target>
1521 <context-group name="null"> 1486 <context-group name="null">
1522 <context context-type="linenumber">48</context> 1487 <context context-type="linenumber">57</context>
1523 </context-group> 1488 </context-group>
1524 </trans-unit> 1489 </trans-unit>
1525 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1490 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1526 <source>Videos Overview</source> 1491 <source>Videos Overview</source>
1527 <target>Visão geral dos vídeos</target> 1492 <target>Visão geral dos vídeos</target>
1528 <context-group name="null"> 1493 <context-group name="null">
1529 <context context-type="linenumber">51</context> 1494 <context context-type="linenumber">60</context>
1530 </context-group> 1495 </context-group>
1531 </trans-unit> 1496 </trans-unit>
1532 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1497 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1533 <source>Videos Trending</source> 1498 <source>Videos Trending</source>
1534 <target>Vídeos em Tendência</target> 1499 <target>Vídeos em Tendência</target>
1535 <context-group name="null"> 1500 <context-group name="null">
1536 <context context-type="linenumber">52</context> 1501 <context context-type="linenumber">61</context>
1537 </context-group> 1502 </context-group>
1538 </trans-unit> 1503 </trans-unit>
1539 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1504 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1540 <source>Videos Recently Added</source> 1505 <source>Videos Recently Added</source>
1541 <target>Vídeos Adicionados Recentemente</target> 1506 <target>Vídeos Adicionados Recentemente</target>
1542 <context-group name="null"> 1507 <context-group name="null">
1543 <context context-type="linenumber">53</context> 1508 <context context-type="linenumber">62</context>
1544 </context-group> 1509 </context-group>
1545 </trans-unit> 1510 </trans-unit>
1546 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1511 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1547 <source>Local videos</source> 1512 <source>Local videos</source>
1548 <target>Vídeos locais</target> 1513 <target>Vídeos locais</target>
1549 <context-group name="null"> 1514 <context-group name="null">
1550 <context context-type="linenumber">54</context> 1515 <context context-type="linenumber">63</context>
1551 </context-group> 1516 </context-group>
1552 </trans-unit> 1517 </trans-unit>
1553 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1518 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1554 <source>Policy on videos containing sensitive content</source> 1519 <source>Policy on videos containing sensitive content</source>
1555 <target>Política sobre vídeos que possuem conteúdo sensível</target> 1520 <target>Política sobre vídeos que possuem conteúdo sensível</target>
1556 <context-group name="null"> 1521 <context-group name="null">
1557 <context context-type="linenumber">61</context> 1522 <context context-type="linenumber">70</context>
1558 </context-group> 1523 </context-group>
1559 </trans-unit> 1524 </trans-unit>
1560 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1525 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1589,42 +1554,42 @@
1589 <source>Signup enabled</source> 1554 <source>Signup enabled</source>
1590 <target>Inscrição permitida</target> 1555 <target>Inscrição permitida</target>
1591 <context-group name="null"> 1556 <context-group name="null">
1592 <context context-type="linenumber">84</context> 1557 <context context-type="linenumber">93</context>
1593 </context-group> 1558 </context-group>
1594 </trans-unit> 1559 </trans-unit>
1595 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1560 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1596 <source>Signup requires email verification</source> 1561 <source>Signup requires email verification</source>
1597 <target>Inscrição requer verificação de email</target> 1562 <target>Inscrição requer verificação de email</target>
1598 <context-group name="null"> 1563 <context-group name="null">
1599 <context context-type="linenumber">91</context> 1564 <context context-type="linenumber">100</context>
1600 </context-group> 1565 </context-group>
1601 </trans-unit> 1566 </trans-unit>
1602 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1567 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1603 <source>Signup limit</source> 1568 <source>Signup limit</source>
1604 <target>Limite de inscrições</target> 1569 <target>Limite de inscrições</target>
1605 <context-group name="null"> 1570 <context-group name="null">
1606 <context context-type="linenumber">96</context> 1571 <context context-type="linenumber">105</context>
1607 </context-group> 1572 </context-group>
1608 </trans-unit> 1573 </trans-unit>
1609 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1574 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1610 <source>Users</source> 1575 <source>Users</source>
1611 <target>Usuários</target> 1576 <target>Usuários</target>
1612 <context-group name="null"> 1577 <context-group name="null">
1613 <context context-type="linenumber">105</context> 1578 <context context-type="linenumber">114</context>
1614 </context-group> 1579 </context-group>
1615 </trans-unit> 1580 </trans-unit>
1616 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1581 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1617 <source>User default video quota</source> 1582 <source>User default video quota</source>
1618 <target>Cota padrão de vídeos do usuário</target> 1583 <target>Cota padrão de vídeos do usuário</target>
1619 <context-group name="null"> 1584 <context-group name="null">
1620 <context context-type="linenumber">109</context> 1585 <context context-type="linenumber">118</context>
1621 </context-group> 1586 </context-group>
1622 </trans-unit> 1587 </trans-unit>
1623 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1588 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1624 <source>User default daily upload limit</source> 1589 <source>User default daily upload limit</source>
1625 <target>Padrão de limite diário de upload</target> 1590 <target>Padrão de limite diário de upload</target>
1626 <context-group name="null"> 1591 <context-group name="null">
1627 <context context-type="linenumber">121</context> 1592 <context context-type="linenumber">130</context>
1628 </context-group> 1593 </context-group>
1629 </trans-unit> 1594 </trans-unit>
1630 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1595 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1638,35 +1603,35 @@
1638 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1603 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1639 <target>Importação de vídeo com URL HTTP (ex. Youtube) habilitada.</target> 1604 <target>Importação de vídeo com URL HTTP (ex. Youtube) habilitada.</target>
1640 <context-group name="null"> 1605 <context-group name="null">
1641 <context context-type="linenumber">141</context> 1606 <context context-type="linenumber">150</context>
1642 </context-group> 1607 </context-group>
1643 </trans-unit> 1608 </trans-unit>
1644 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1609 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1645 <source>Video import with a torrent file or a magnet URI enabled</source> 1610 <source>Video import with a torrent file or a magnet URI enabled</source>
1646 <target>Importação de vídeo com um arquivo torrent ou URI magnética habilitada</target> 1611 <target>Importação de vídeo com um arquivo torrent ou URI magnética habilitada</target>
1647 <context-group name="null"> 1612 <context-group name="null">
1648 <context context-type="linenumber">148</context> 1613 <context context-type="linenumber">157</context>
1649 </context-group> 1614 </context-group>
1650 </trans-unit> 1615 </trans-unit>
1651 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1616 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1652 <source>Administrator</source> 1617 <source>Administrator</source>
1653 <target>Administrador</target> 1618 <target>Administrador</target>
1654 <context-group name="null"> 1619 <context-group name="null">
1655 <context context-type="linenumber">155</context> 1620 <context context-type="linenumber">181</context>
1656 </context-group> 1621 </context-group>
1657 </trans-unit> 1622 </trans-unit>
1658 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1623 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1659 <source>Admin email</source> 1624 <source>Admin email</source>
1660 <target>Email de administrador</target> 1625 <target>Email de administrador</target>
1661 <context-group name="null"> 1626 <context-group name="null">
1662 <context context-type="linenumber">158</context> 1627 <context context-type="linenumber">184</context>
1663 </context-group> 1628 </context-group>
1664 </trans-unit> 1629 </trans-unit>
1665 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1630 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1666 <source>Enable contact form</source> 1631 <source>Enable contact form</source>
1667 <target>Habilitar formulário de contato</target> 1632 <target>Habilitar formulário de contato</target>
1668 <context-group name="null"> 1633 <context-group name="null">
1669 <context context-type="linenumber">169</context> 1634 <context context-type="linenumber">195</context>
1670 </context-group> 1635 </context-group>
1671 </trans-unit> 1636 </trans-unit>
1672 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1637 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1680,28 +1645,28 @@
1680 <source>Twitter</source> 1645 <source>Twitter</source>
1681 <target>Twitter</target> 1646 <target>Twitter</target>
1682 <context-group name="null"> 1647 <context-group name="null">
1683 <context context-type="linenumber">178</context> 1648 <context context-type="linenumber">204</context>
1684 </context-group> 1649 </context-group>
1685 </trans-unit> 1650 </trans-unit>
1686 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1651 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1687 <source>Your Twitter username</source> 1652 <source>Your Twitter username</source>
1688 <target>Seu nome de usuário no Twitter</target> 1653 <target>Seu nome de usuário no Twitter</target>
1689 <context-group name="null"> 1654 <context-group name="null">
1690 <context context-type="linenumber">184</context> 1655 <context context-type="linenumber">210</context>
1691 </context-group> 1656 </context-group>
1692 </trans-unit> 1657 </trans-unit>
1693 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1658 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1694 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1659 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1695 <target>Indica a conta Twitter do sítio web ou plataforma em que o conteúdo foi publicado.</target> 1660 <target>Indica a conta Twitter do sítio web ou plataforma em que o conteúdo foi publicado.</target>
1696 <context-group name="null"> 1661 <context-group name="null">
1697 <context context-type="linenumber">187</context> 1662 <context context-type="linenumber">213</context>
1698 </context-group> 1663 </context-group>
1699 </trans-unit> 1664 </trans-unit>
1700 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1665 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1701 <source>Instance whitelisted by Twitter</source> 1666 <source>Instance whitelisted by Twitter</source>
1702 <target>Instância listada como permitida pelo Twitter</target> 1667 <target>Instância listada como permitida pelo Twitter</target>
1703 <context-group name="null"> 1668 <context-group name="null">
1704 <context context-type="linenumber">199</context> 1669 <context context-type="linenumber">225</context>
1705 </context-group> 1670 </context-group>
1706 </trans-unit> 1671 </trans-unit>
1707 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1672 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1712,63 +1677,63 @@
1712 Se sua instância for bloqueada, usaremos uma imagem com link que redirecionará a sua instância do Peertube.&lt;br /&gt;&lt;br /&gt; 1677 Se sua instância for bloqueada, usaremos uma imagem com link que redirecionará a sua instância do Peertube.&lt;br /&gt;&lt;br /&gt;
1713 Marque este campo, salve a configuração e teste com uma URL de vídeo de sua instância (https://examplo.com/videos/watch/blabla) em &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; para ver se sua instância não está bloqueada.</target> 1678 Marque este campo, salve a configuração e teste com uma URL de vídeo de sua instância (https://examplo.com/videos/watch/blabla) em &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; para ver se sua instância não está bloqueada.</target>
1714 <context-group name="null"> 1679 <context-group name="null">
1715 <context context-type="linenumber">200</context> 1680 <context context-type="linenumber">226</context>
1716 </context-group> 1681 </context-group>
1717 </trans-unit> 1682 </trans-unit>
1718 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1683 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1719 <source>Services</source> 1684 <source>Services</source>
1720 <target>Serviços</target> 1685 <target>Serviços</target>
1721 <context-group name="null"> 1686 <context-group name="null">
1722 <context context-type="linenumber">176</context> 1687 <context context-type="linenumber">202</context>
1723 </context-group> 1688 </context-group>
1724 </trans-unit> 1689 </trans-unit>
1725 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1690 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1726 <source>Transcoding</source> 1691 <source>Transcoding</source>
1727 <target>Transcodificação</target> 1692 <target>Transcodificação</target>
1728 <context-group name="null"> 1693 <context-group name="null">
1729 <context context-type="linenumber">215</context> 1694 <context context-type="linenumber">241</context>
1730 </context-group> 1695 </context-group>
1731 </trans-unit> 1696 </trans-unit>
1732 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1697 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1733 <source>Transcoding enabled</source> 1698 <source>Transcoding enabled</source>
1734 <target>Transcodificação ativada</target> 1699 <target>Transcodificação ativada</target>
1735 <context-group name="null"> 1700 <context-group name="null">
1736 <context context-type="linenumber">221</context> 1701 <context context-type="linenumber">247</context>
1737 </context-group> 1702 </context-group>
1738 </trans-unit> 1703 </trans-unit>
1739 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1704 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1740 <source>If you disable transcoding, many videos from your users will not work!</source> 1705 <source>If you disable transcoding, many videos from your users will not work!</source>
1741 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target> 1706 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target>
1742 <context-group name="null"> 1707 <context-group name="null">
1743 <context context-type="linenumber">222</context> 1708 <context context-type="linenumber">248</context>
1744 </context-group> 1709 </context-group>
1745 </trans-unit> 1710 </trans-unit>
1746 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 1711 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1747 <source>Allow additional extensions</source> 1712 <source>Allow additional extensions</source>
1748 <target>Permitir extensões adicionais</target> 1713 <target>Permitir extensões adicionais</target>
1749 <context-group name="null"> 1714 <context-group name="null">
1750 <context context-type="linenumber">231</context> 1715 <context context-type="linenumber">257</context>
1751 </context-group> 1716 </context-group>
1752 </trans-unit> 1717 </trans-unit>
1753 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 1718 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1754 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 1719 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1755 <target>Permitir aos usuários o upload de vídeos .mkv, .mov, .avi e .flv</target> 1720 <target>Permitir aos usuários o upload de vídeos .mkv, .mov, .avi e .flv</target>
1756 <context-group name="null"> 1721 <context-group name="null">
1757 <context context-type="linenumber">232</context> 1722 <context context-type="linenumber">258</context>
1758 </context-group> 1723 </context-group>
1759 </trans-unit> 1724 </trans-unit>
1760 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1725 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1761 <source>Transcoding threads</source> 1726 <source>Transcoding threads</source>
1762 <target>Threads de transcodificação</target> 1727 <target>Threads de transcodificação</target>
1763 <context-group name="null"> 1728 <context-group name="null">
1764 <context context-type="linenumber">237</context> 1729 <context context-type="linenumber">263</context>
1765 </context-group> 1730 </context-group>
1766 </trans-unit> 1731 </trans-unit>
1767 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1732 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1768 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1733 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1769 <target>Resolução <x id="INTERPOLATION" equiv-text="{{resolution}}"/> habilitada</target> 1734 <target>Resolução <x id="INTERPOLATION" equiv-text="{{resolution}}"/> habilitada</target>
1770 <context-group name="null"> 1735 <context-group name="null">
1771 <context context-type="linenumber">252</context> 1736 <context context-type="linenumber">278</context>
1772 </context-group> 1737 </context-group>
1773 </trans-unit> 1738 </trans-unit>
1774 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1739 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1783,105 +1748,70 @@
1783 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1748 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1784 </target> 1749 </target>
1785 <context-group name="null"> 1750 <context-group name="null">
1786 <context context-type="linenumber">260</context> 1751 <context context-type="linenumber">286</context>
1787 </context-group> 1752 </context-group>
1788 </trans-unit> 1753 </trans-unit>
1789 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1754 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1790 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1755 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1791 <target>Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.</target> 1756 <target>Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.</target>
1792 <context-group name="null"> 1757 <context-group name="null">
1793 <context context-type="linenumber">265</context> 1758 <context context-type="linenumber">291</context>
1794 </context-group> 1759 </context-group>
1795 </trans-unit> 1760 </trans-unit>
1796 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1761 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1797 <source>Previews cache size</source> 1762 <source>Previews cache size</source>
1798 <target>Tamanho do cache de pré-visualizações</target> 1763 <target>Tamanho do cache de pré-visualizações</target>
1799 <context-group name="null"> 1764 <context-group name="null">
1800 <context context-type="linenumber">271</context> 1765 <context context-type="linenumber">297</context>
1801 </context-group> 1766 </context-group>
1802 </trans-unit> 1767 </trans-unit>
1803 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1768 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1804 <source>Video captions cache size</source> 1769 <source>Video captions cache size</source>
1805 <target>Tamanho do cache de legendas ocultas de vídeos</target> 1770 <target>Tamanho do cache de legendas ocultas de vídeos</target>
1806 <context-group name="null"> 1771 <context-group name="null">
1807 <context context-type="linenumber">280</context> 1772 <context context-type="linenumber">306</context>
1808 </context-group> 1773 </context-group>
1809 </trans-unit> 1774 </trans-unit>
1810 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1775 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1811 <source>Customizations</source> 1776 <source>Customizations</source>
1812 <target>Personalizações</target> 1777 <target>Personalizações</target>
1813 <context-group name="null"> 1778 <context-group name="null">
1814 <context context-type="linenumber">289</context> 1779 <context context-type="linenumber">315</context>
1815 </context-group> 1780 </context-group>
1816 </trans-unit> 1781 </trans-unit>
1817 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1782 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1818 <source>JavaScript</source> 1783 <source>JavaScript</source>
1819 <target>JavaScript</target> 1784 <target>JavaScript</target>
1820 <context-group name="null"> 1785 <context-group name="null">
1821 <context context-type="linenumber">294</context> 1786 <context context-type="linenumber">320</context>
1822 </context-group> 1787 </context-group>
1823 </trans-unit> 1788 </trans-unit>
1824 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1789 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1825 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1790 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1826 <target>Escreva diretamente código JavaScript.&lt;br /&gt;Exemplo: &lt;pre&gt;console.log('minha instância é demais');&lt;/pre&gt;</target> 1791 <target>Escreva diretamente código JavaScript.&lt;br /&gt;Exemplo: &lt;pre&gt;console.log('minha instância é demais');&lt;/pre&gt;</target>
1827 <context-group name="null"> 1792 <context-group name="null">
1828 <context context-type="linenumber">297</context> 1793 <context context-type="linenumber">323</context>
1829 </context-group>
1830 </trans-unit>
1831 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde">
1832 <source>
1833 Write directly CSS code. Example:&lt;br /&gt;
1834 &lt;pre&gt;
1835 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1836 background-color: red;
1837 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1838 &lt;/pre&gt;
1839
1840 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1841 &lt;pre&gt;
1842 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1843 color: red;
1844 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1845 &lt;/pre&gt;
1846 </source>
1847 <target>
1848 Escreva o código CSS diretamente. Exemplo:&lt;br /&gt;
1849 &lt;pre&gt;
1850 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1851 background-color: red;
1852 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1853 &lt;/pre&gt;
1854
1855 Utilize a classe &lt;em&gt;#custom-css&lt;/em&gt; para substituir estilos. Exemplo:
1856 &lt;pre&gt;
1857 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1858 color: red;
1859 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1860 &lt;/pre&gt;
1861 </target>
1862 <context-group name="null">
1863 <context context-type="linenumber">311</context>
1864 </context-group> 1794 </context-group>
1865 </trans-unit> 1795 </trans-unit>
1866 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1796 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1867 <source>Advanced configuration</source> 1797 <source>Advanced configuration</source>
1868 <target>Configurações avançadas</target> 1798 <target>Configurações avançadas</target>
1869 <context-group name="null"> 1799 <context-group name="null">
1870 <context context-type="linenumber">212</context> 1800 <context context-type="linenumber">238</context>
1871 </context-group> 1801 </context-group>
1872 </trans-unit> 1802 </trans-unit>
1873 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1803 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1874 <source>Update configuration</source> 1804 <source>Update configuration</source>
1875 <target>Atualizar configuração</target> 1805 <target>Atualizar configuração</target>
1876 <context-group name="null"> 1806 <context-group name="null">
1877 <context context-type="linenumber">340</context> 1807 <context context-type="linenumber">366</context>
1878 </context-group> 1808 </context-group>
1879 </trans-unit> 1809 </trans-unit>
1880 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1810 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1881 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1811 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1882 <target>Aparentemente a configuração está valida. Por favor procure potenciais erros nas diferentes abas.</target> 1812 <target>Aparentemente a configuração está valida. Por favor procure potenciais erros nas diferentes abas.</target>
1883 <context-group name="null"> 1813 <context-group name="null">
1884 <context context-type="linenumber">341</context> 1814 <context context-type="linenumber">367</context>
1885 </context-group> 1815 </context-group>
1886 </trans-unit> 1816 </trans-unit>
1887 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1817 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -2138,6 +2068,48 @@
2138 <context context-type="linenumber">72</context> 2068 <context context-type="linenumber">72</context>
2139 </context-group> 2069 </context-group>
2140 </trans-unit> 2070 </trans-unit>
2071 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2072 <source>Danger Zone</source>
2073 <target>Zona de Perigo</target>
2074 <context-group name="null">
2075 <context context-type="linenumber">86</context>
2076 </context-group>
2077 </trans-unit>
2078 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2079 <source>Send a link to reset the password by email to the user</source>
2080 <target>Enviar um link por email para redefinir a senha para o usuário</target>
2081 <context-group name="null">
2082 <context context-type="linenumber">89</context>
2083 </context-group>
2084 </trans-unit>
2085 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2086 <source>Ask for new password</source>
2087 <target>Pedir uma nova senha</target>
2088 <context-group name="null">
2089 <context context-type="linenumber">90</context>
2090 </context-group>
2091 </trans-unit>
2092 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2093 <source>Manually set the user password</source>
2094 <target>Definir manualmente a senha de usuário</target>
2095 <context-group name="null">
2096 <context context-type="linenumber">94</context>
2097 </context-group>
2098 </trans-unit>
2099 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2100 <source>Show</source>
2101 <target>Exibir</target>
2102 <context-group name="null">
2103 <context context-type="linenumber">10</context>
2104 </context-group>
2105 </trans-unit>
2106 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2107 <source>Hide</source>
2108 <target>Ocultar</target>
2109 <context-group name="null">
2110 <context context-type="linenumber">11</context>
2111 </context-group>
2112 </trans-unit>
2141 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2113 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2142 <source>Users list</source> 2114 <source>Users list</source>
2143 <target>Lista de usuários</target> 2115 <target>Lista de usuários</target>
@@ -2170,7 +2142,7 @@
2170 <source>Go to the account page</source> 2142 <source>Go to the account page</source>
2171 <target>Ir para a página da conta</target> 2143 <target>Ir para a página da conta</target>
2172 <context-group name="null"> 2144 <context-group name="null">
2173 <context context-type="linenumber">134</context> 2145 <context context-type="linenumber">179</context>
2174 </context-group> 2146 </context-group>
2175 </trans-unit> 2147 </trans-unit>
2176 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2148 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2310,6 +2282,13 @@
2310 <context context-type="linenumber">43</context> 2282 <context context-type="linenumber">43</context>
2311 </context-group> 2283 </context-group>
2312 </trans-unit> 2284 </trans-unit>
2285 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2286 <source>Unblacklist</source>
2287 <target>Retirar da lista negra</target>
2288 <context-group name="null">
2289 <context context-type="linenumber">146</context>
2290 </context-group>
2291 </trans-unit>
2313 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2292 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2314 <source>Moderation</source> 2293 <source>Moderation</source>
2315 <target>Moderação</target> 2294 <target>Moderação</target>
@@ -2324,13 +2303,6 @@
2324 <context context-type="linenumber">5</context> 2303 <context context-type="linenumber">5</context>
2325 </context-group> 2304 </context-group>
2326 </trans-unit> 2305 </trans-unit>
2327 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2328 <source>Blacklisted videos</source>
2329 <target>Vídeos na lista negra</target>
2330 <context-group name="null">
2331 <context context-type="linenumber">7</context>
2332 </context-group>
2333 </trans-unit>
2334 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2306 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2335 <source>Muted accounts</source> 2307 <source>Muted accounts</source>
2336 <target>Contas silenciadas</target> 2308 <target>Contas silenciadas</target>
@@ -2342,7 +2314,7 @@
2342 <source>Muted servers</source> 2314 <source>Muted servers</source>
2343 <target>Servidores silenciados</target> 2315 <target>Servidores silenciados</target>
2344 <context-group name="null"> 2316 <context-group name="null">
2345 <context context-type="linenumber">11</context> 2317 <context context-type="linenumber">13</context>
2346 </context-group> 2318 </context-group>
2347 </trans-unit> 2319 </trans-unit>
2348 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2320 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2398,7 +2370,7 @@
2398 <source>Change ownership</source> 2370 <source>Change ownership</source>
2399 <target>Mudar dono</target> 2371 <target>Mudar dono</target>
2400 <context-group name="null"> 2372 <context-group name="null">
2401 <context context-type="linenumber">46</context> 2373 <context context-type="linenumber">40</context>
2402 </context-group> 2374 </context-group>
2403 </trans-unit> 2375 </trans-unit>
2404 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2376 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2423,32 +2395,14 @@
2423 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2395 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2424 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target> 2396 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target>
2425 <context-group name="null"> 2397 <context-group name="null">
2426 <context context-type="linenumber">19</context> 2398 <context context-type="linenumber">13</context>
2427 </context-group> 2399 </context-group>
2428 </trans-unit> 2400 </trans-unit>
2429 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2401 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2430 <source>Blacklisted</source> 2402 <source>Blacklisted</source>
2431 <target>Na lista negra</target> 2403 <target>Na lista negra</target>
2432 <context-group name="null"> 2404 <context-group name="null">
2433 <context context-type="linenumber">22</context> 2405 <context context-type="linenumber">16</context>
2434 </context-group>
2435 </trans-unit>
2436 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2437 <source>
2438 Cancel
2439 </source>
2440 <target>
2441 Cancelar
2442 </target>
2443 <context-group name="null">
2444 <context context-type="linenumber">30</context>
2445 </context-group>
2446 </trans-unit>
2447 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2448 <source>Create another video channel</source>
2449 <target>Criar outro canal de vídeo</target>
2450 <context-group name="null">
2451 <context context-type="linenumber">4</context>
2452 </context-group> 2406 </context-group>
2453 </trans-unit> 2407 </trans-unit>
2454 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2408 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2472,13 +2426,6 @@
2472 <context context-type="linenumber">15</context> 2426 <context context-type="linenumber">15</context>
2473 </context-group> 2427 </context-group>
2474 </trans-unit> 2428 </trans-unit>
2475 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2476 <source>Display name</source>
2477 <target>Nome de exibição</target>
2478 <context-group name="null">
2479 <context context-type="linenumber">6</context>
2480 </context-group>
2481 </trans-unit>
2482 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2429 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2483 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2430 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2484When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2431When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2592,18 +2539,11 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2592 <context context-type="linenumber">4</context> 2539 <context context-type="linenumber">4</context>
2593 </context-group> 2540 </context-group>
2594 </trans-unit> 2541 </trans-unit>
2595 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123">
2596 <source>Delete history</source>
2597 <target>Deletar histórico</target>
2598 <context-group name="null">
2599 <context context-type="linenumber">8</context>
2600 </context-group>
2601 </trans-unit>
2602 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 2542 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2603 <source>You don't have videos history yet.</source> 2543 <source>You don't have videos history yet.</source>
2604 <target>Você ainda não tem um histórico de vídeos.</target> 2544 <target>Você ainda não tem um histórico de vídeos.</target>
2605 <context-group name="null"> 2545 <context-group name="null">
2606 <context context-type="linenumber">13</context> 2546 <context context-type="linenumber">14</context>
2607 </context-group> 2547 </context-group>
2608 </trans-unit> 2548 </trans-unit>
2609 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 2549 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
@@ -2613,6 +2553,27 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2613 <context context-type="linenumber">22</context> 2553 <context context-type="linenumber">22</context>
2614 </context-group> 2554 </context-group>
2615 </trans-unit> 2555 </trans-unit>
2556 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2557 <source>Privacy</source>
2558 <target>Privacidade</target>
2559 <context-group name="null">
2560 <context context-type="linenumber">205</context>
2561 </context-group>
2562 </trans-unit>
2563 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2564 <source>Channel</source>
2565 <target>Canal</target>
2566 <context-group name="null">
2567 <context context-type="linenumber">39</context>
2568 </context-group>
2569 </trans-unit>
2570 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2571 <source>Upload thumbnail</source>
2572 <target>Enviar miniatura</target>
2573 <context-group name="null">
2574 <context context-type="linenumber">192</context>
2575 </context-group>
2576 </trans-unit>
2616 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2577 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2617 <source>Change password</source> 2578 <source>Change password</source>
2618 <target>Alterar senha</target> 2579 <target>Alterar senha</target>
@@ -2662,13 +2623,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2662 <context context-type="linenumber">28</context> 2623 <context context-type="linenumber">28</context>
2663 </context-group> 2624 </context-group>
2664 </trans-unit> 2625 </trans-unit>
2665 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2666 <source>Save</source>
2667 <target>Salvar</target>
2668 <context-group name="null">
2669 <context context-type="linenumber">32</context>
2670 </context-group>
2671 </trans-unit>
2672 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2626 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2673 <source>Update my profile</source> 2627 <source>Update my profile</source>
2674 <target>Atualizar meu perfil</target> 2628 <target>Atualizar meu perfil</target>
@@ -2808,7 +2762,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2808 <source>URL</source> 2762 <source>URL</source>
2809 <target>URL</target> 2763 <target>URL</target>
2810 <context-group name="null"> 2764 <context-group name="null">
2811 <context context-type="linenumber">17</context> 2765 <context context-type="linenumber">25</context>
2812 </context-group> 2766 </context-group>
2813 </trans-unit> 2767 </trans-unit>
2814 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2768 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2818,20 +2772,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2818 <context context-type="linenumber">9</context> 2772 <context context-type="linenumber">9</context>
2819 </context-group> 2773 </context-group>
2820 </trans-unit> 2774 </trans-unit>
2821 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2822 <source>Channel</source>
2823 <target>Canal</target>
2824 <context-group name="null">
2825 <context context-type="linenumber">39</context>
2826 </context-group>
2827 </trans-unit>
2828 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2829 <source>Privacy</source>
2830 <target>Privacidade</target>
2831 <context-group name="null">
2832 <context context-type="linenumber">160</context>
2833 </context-group>
2834 </trans-unit>
2835 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 2775 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2836 <source>Sorry, but something went wrong</source> 2776 <source>Sorry, but something went wrong</source>
2837 <target>Desculpe, algo deu errado</target> 2777 <target>Desculpe, algo deu errado</target>
@@ -2854,7 +2794,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2854 <source>Update</source> 2794 <source>Update</source>
2855 <target>Atualizar</target> 2795 <target>Atualizar</target>
2856 <context-group name="null"> 2796 <context-group name="null">
2857 <context context-type="linenumber">93</context> 2797 <context context-type="linenumber">138</context>
2858 </context-group> 2798 </context-group>
2859 </trans-unit> 2799 </trans-unit>
2860 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2800 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -3013,7 +2953,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3013 <source>Tags</source> 2953 <source>Tags</source>
3014 <target>Tags</target> 2954 <target>Tags</target>
3015 <context-group name="null"> 2955 <context-group name="null">
3016 <context context-type="linenumber">197</context> 2956 <context context-type="linenumber">242</context>
3017 </context-group> 2957 </context-group>
3018 </trans-unit> 2958 </trans-unit>
3019 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2959 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -3153,13 +3093,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3153 <context context-type="linenumber">135</context> 3093 <context context-type="linenumber">135</context>
3154 </context-group> 3094 </context-group>
3155 </trans-unit> 3095 </trans-unit>
3156 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3157 <source>Upload thumbnail</source>
3158 <target>Enviar miniatura</target>
3159 <context-group name="null">
3160 <context context-type="linenumber">192</context>
3161 </context-group>
3162 </trans-unit>
3163 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3096 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3164 <source>Upload preview</source> 3097 <source>Upload preview</source>
3165 <target>Enviar pré-visualização</target> 3098 <target>Enviar pré-visualização</target>
@@ -3171,7 +3104,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3171 <source>Support</source> 3104 <source>Support</source>
3172 <target>Apoiar</target> 3105 <target>Apoiar</target>
3173 <context-group name="null"> 3106 <context-group name="null">
3174 <context context-type="linenumber">70</context> 3107 <context context-type="linenumber">101</context>
3175 </context-group> 3108 </context-group>
3176 </trans-unit> 3109 </trans-unit>
3177 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3110 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -3181,6 +3114,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3181 <context context-type="linenumber">206</context> 3114 <context context-type="linenumber">206</context>
3182 </context-group> 3115 </context-group>
3183 </trans-unit> 3116 </trans-unit>
3117 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3118 <source>Original publication date</source>
3119 <target>Data original de publicação</target>
3120 <context-group name="null">
3121 <context context-type="linenumber">219</context>
3122 </context-group>
3123 </trans-unit>
3124 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3125 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3126 <target>Esta é a data em que o conteúdo foi publicado originalmente (por exemplo, a data de lançamento para um filme)</target>
3127 <context-group name="null">
3128 <context context-type="linenumber">220</context>
3129 </context-group>
3130 </trans-unit>
3184 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 3131 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3185 <source>Enable video comments</source> 3132 <source>Enable video comments</source>
3186 <target>Habilitar comentários de vídeos</target> 3133 <target>Habilitar comentários de vídeos</target>
@@ -3188,6 +3135,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3188 <context context-type="linenumber">234</context> 3135 <context context-type="linenumber">234</context>
3189 </context-group> 3136 </context-group>
3190 </trans-unit> 3137 </trans-unit>
3138 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3139 <source>Enable download</source>
3140 <target>Habilitar downloads</target>
3141 <context-group name="null">
3142 <context context-type="linenumber">239</context>
3143 </context-group>
3144 </trans-unit>
3191 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3145 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3192 <source>Advanced settings</source> 3146 <source>Advanced settings</source>
3193 <target>Configurações avançadas</target> 3147 <target>Configurações avançadas</target>
@@ -3249,7 +3203,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3249 <source>Download</source> 3203 <source>Download</source>
3250 <target>Download</target> 3204 <target>Download</target>
3251 <context-group name="null"> 3205 <context-group name="null">
3252 <context context-type="linenumber">85</context> 3206 <context context-type="linenumber">130</context>
3253 </context-group> 3207 </context-group>
3254 </trans-unit> 3208 </trans-unit>
3255 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3209 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -3276,21 +3230,21 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3276 <source>Share</source> 3230 <source>Share</source>
3277 <target>Compartilhar</target> 3231 <target>Compartilhar</target>
3278 <context-group name="null"> 3232 <context-group name="null">
3279 <context context-type="linenumber">75</context> 3233 <context context-type="linenumber">106</context>
3280 </context-group> 3234 </context-group>
3281 </trans-unit> 3235 </trans-unit>
3282 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3236 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3283 <source>QR-Code</source> 3237 <source>QR-Code</source>
3284 <target>Código QR</target> 3238 <target>Código QR</target>
3285 <context-group name="null"> 3239 <context-group name="null">
3286 <context context-type="linenumber">29</context> 3240 <context context-type="linenumber">37</context>
3287 </context-group> 3241 </context-group>
3288 </trans-unit> 3242 </trans-unit>
3289 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3243 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3290 <source>Embed</source> 3244 <source>Embed</source>
3291 <target>Embutir</target> 3245 <target>Embutir</target>
3292 <context-group name="null"> 3246 <context-group name="null">
3293 <context context-type="linenumber">34</context> 3247 <context context-type="linenumber">42</context>
3294 </context-group> 3248 </context-group>
3295 </trans-unit> 3249 </trans-unit>
3296 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3250 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3301,14 +3255,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3301 A url não é segura (sem HTTPS), então o vídeo embutido não funcionará em websites HTTPS (navegadores de internet bloqueiam conexões HTTP inseguras em websites HTTPS). 3255 A url não é segura (sem HTTPS), então o vídeo embutido não funcionará em websites HTTPS (navegadores de internet bloqueiam conexões HTTP inseguras em websites HTTPS).
3302 </target> 3256 </target>
3303 <context-group name="null"> 3257 <context-group name="null">
3304 <context context-type="linenumber">45</context> 3258 <context context-type="linenumber">53</context>
3305 </context-group> 3259 </context-group>
3306 </trans-unit> 3260 </trans-unit>
3307 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3261 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3308 <source>Close</source> 3262 <source>Close</source>
3309 <target>Fechar</target> 3263 <target>Fechar</target>
3310 <context-group name="null"> 3264 <context-group name="null">
3311 <context context-type="linenumber">51</context> 3265 <context context-type="linenumber">59</context>
3312 </context-group> 3266 </context-group>
3313 </trans-unit> 3267 </trans-unit>
3314 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3268 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3333,7 +3287,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3333 O vídeo está sendo importado e estará disponível quando a importação estiver concluída. 3287 O vídeo está sendo importado e estará disponível quando a importação estiver concluída.
3334 </target> 3288 </target>
3335 <context-group name="null"> 3289 <context-group name="null">
3336 <context context-type="linenumber">11</context> 3290 <context context-type="linenumber">39</context>
3337 </context-group> 3291 </context-group>
3338 </trans-unit> 3292 </trans-unit>
3339 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3293 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3344,7 +3298,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3344 O vídeo está sendo transcodificado, pode não funcionar corretamente. 3298 O vídeo está sendo transcodificado, pode não funcionar corretamente.
3345 </target> 3299 </target>
3346 <context-group name="null"> 3300 <context-group name="null">
3347 <context context-type="linenumber">15</context> 3301 <context context-type="linenumber">43</context>
3348 </context-group> 3302 </context-group>
3349 </trans-unit> 3303 </trans-unit>
3350 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3304 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3355,14 +3309,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3355 Este vídeo será publicado em <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3309 Este vídeo será publicado em <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3356 </target> 3310 </target>
3357 <context-group name="null"> 3311 <context-group name="null">
3358 <context context-type="linenumber">19</context> 3312 <context context-type="linenumber">47</context>
3359 </context-group> 3313 </context-group>
3360 </trans-unit> 3314 </trans-unit>
3361 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3315 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3362 <source>This video is blacklisted.</source> 3316 <source>This video is blacklisted.</source>
3363 <target>Este vídeo está na lista negra.</target> 3317 <target>Este vídeo está na lista negra.</target>
3364 <context-group name="null"> 3318 <context-group name="null">
3365 <context context-type="linenumber">24</context> 3319 <context context-type="linenumber">56</context>
3366 </context-group> 3320 </context-group>
3367 </trans-unit> 3321 </trans-unit>
3368 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3322 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3373,130 +3327,112 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3373 Publicado em <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações 3327 Publicado em <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações
3374 </target> 3328 </target>
3375 <context-group name="null"> 3329 <context-group name="null">
3376 <context context-type="linenumber">36</context> 3330 <context context-type="linenumber">76</context>
3377 </context-group>
3378 </trans-unit>
3379 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3380 <source>
3381 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3382 </source>
3383 <target>
3384 Publicado em <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações
3385 </target>
3386 <context-group name="null">
3387 <context context-type="linenumber">45</context>
3388 </context-group> 3331 </context-group>
3389 </trans-unit> 3332 </trans-unit>
3390 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3333 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3391 <source>Like this video</source> 3334 <source>Like this video</source>
3392 <target>Curtir este vídeo</target> 3335 <target>Curtir este vídeo</target>
3393 <context-group name="null"> 3336 <context-group name="null">
3394 <context context-type="linenumber">55</context> 3337 <context context-type="linenumber">86</context>
3395 </context-group> 3338 </context-group>
3396 </trans-unit> 3339 </trans-unit>
3397 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3340 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3398 <source>Dislike this video</source> 3341 <source>Dislike this video</source>
3399 <target>Descurtir este vídeo</target> 3342 <target>Descurtir este vídeo</target>
3400 <context-group name="null"> 3343 <context-group name="null">
3401 <context context-type="linenumber">63</context> 3344 <context context-type="linenumber">94</context>
3402 </context-group> 3345 </context-group>
3403 </trans-unit> 3346 </trans-unit>
3404 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3347 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3405 <source>Download the video</source> 3348 <source>Download the video</source>
3406 <target>Baixar o vídeo</target> 3349 <target>Baixar o vídeo</target>
3407 <context-group name="null"> 3350 <context-group name="null">
3408 <context context-type="linenumber">84</context> 3351 <context context-type="linenumber">129</context>
3409 </context-group> 3352 </context-group>
3410 </trans-unit> 3353 </trans-unit>
3411 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3354 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3412 <source>Report</source> 3355 <source>Report</source>
3413 <target>Denunciar</target> 3356 <target>Denunciar</target>
3414 <context-group name="null"> 3357 <context-group name="null">
3415 <context context-type="linenumber">89</context> 3358 <context context-type="linenumber">134</context>
3416 </context-group> 3359 </context-group>
3417 </trans-unit> 3360 </trans-unit>
3418 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3361 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3419 <source>Report this video</source> 3362 <source>Report this video</source>
3420 <target>Denuncie este vídeo</target> 3363 <target>Denuncie este vídeo</target>
3421 <context-group name="null"> 3364 <context-group name="null">
3422 <context context-type="linenumber">88</context> 3365 <context context-type="linenumber">133</context>
3423 </context-group> 3366 </context-group>
3424 </trans-unit> 3367 </trans-unit>
3425 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3368 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3426 <source>Update this video</source> 3369 <source>Update this video</source>
3427 <target>Atualizar este vídeo</target> 3370 <target>Atualizar este vídeo</target>
3428 <context-group name="null"> 3371 <context-group name="null">
3429 <context context-type="linenumber">92</context> 3372 <context context-type="linenumber">137</context>
3430 </context-group> 3373 </context-group>
3431 </trans-unit> 3374 </trans-unit>
3432 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3375 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3433 <source>Blacklist</source> 3376 <source>Blacklist</source>
3434 <target>Lista negra</target> 3377 <target>Lista negra</target>
3435 <context-group name="null"> 3378 <context-group name="null">
3436 <context context-type="linenumber">97</context> 3379 <context context-type="linenumber">142</context>
3437 </context-group> 3380 </context-group>
3438 </trans-unit> 3381 </trans-unit>
3439 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3382 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3440 <source>Blacklist this video</source> 3383 <source>Blacklist this video</source>
3441 <target>Coloque esse vídeo na lista negra</target> 3384 <target>Coloque esse vídeo na lista negra</target>
3442 <context-group name="null"> 3385 <context-group name="null">
3443 <context context-type="linenumber">96</context> 3386 <context context-type="linenumber">141</context>
3444 </context-group>
3445 </trans-unit>
3446 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3447 <source>Unblacklist</source>
3448 <target>Retirar da lista negra</target>
3449 <context-group name="null">
3450 <context context-type="linenumber">101</context>
3451 </context-group> 3387 </context-group>
3452 </trans-unit> 3388 </trans-unit>
3453 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3389 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3454 <source>Unblacklist this video</source> 3390 <source>Unblacklist this video</source>
3455 <target>Remover este vídeo da lista negra</target> 3391 <target>Remover este vídeo da lista negra</target>
3456 <context-group name="null"> 3392 <context-group name="null">
3457 <context context-type="linenumber">100</context> 3393 <context context-type="linenumber">145</context>
3458 </context-group> 3394 </context-group>
3459 </trans-unit> 3395 </trans-unit>
3460 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3396 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3461 <source>Delete this video</source> 3397 <source>Delete this video</source>
3462 <target>Excluir esse vídeo</target> 3398 <target>Excluir esse vídeo</target>
3463 <context-group name="null"> 3399 <context-group name="null">
3464 <context context-type="linenumber">104</context> 3400 <context context-type="linenumber">149</context>
3465 </context-group> 3401 </context-group>
3466 </trans-unit> 3402 </trans-unit>
3467 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3403 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3468 <source>Go the channel page</source> 3404 <source>Go the channel page</source>
3469 <target>Ir para a página do canal</target> 3405 <target>Ir para a página do canal</target>
3470 <context-group name="null"> 3406 <context-group name="null">
3471 <context context-type="linenumber">124</context> 3407 <context context-type="linenumber">169</context>
3472 </context-group> 3408 </context-group>
3473 </trans-unit> 3409 </trans-unit>
3474 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3410 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3475 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3411 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3476 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3412 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3477 <context-group name="null"> 3413 <context-group name="null">
3478 <context context-type="linenumber">135</context> 3414 <context context-type="linenumber">180</context>
3479 </context-group> 3415 </context-group>
3480 </trans-unit> 3416 </trans-unit>
3481 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3417 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3482 <source>Show more</source> 3418 <source>Show more</source>
3483 <target>Mostrar mais</target> 3419 <target>Mostrar mais</target>
3484 <context-group name="null"> 3420 <context-group name="null">
3485 <context context-type="linenumber">147</context> 3421 <context context-type="linenumber">192</context>
3486 </context-group> 3422 </context-group>
3487 </trans-unit> 3423 </trans-unit>
3488 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3424 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3489 <source>Show less</source> 3425 <source>Show less</source>
3490 <target>Mostrar menos</target> 3426 <target>Mostrar menos</target>
3491 <context-group name="null"> 3427 <context-group name="null">
3492 <context context-type="linenumber">153</context> 3428 <context context-type="linenumber">198</context>
3493 </context-group> 3429 </context-group>
3494 </trans-unit> 3430 </trans-unit>
3495 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3431 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3496 <source>Friendly Reminder: </source> 3432 <source>Friendly Reminder: </source>
3497 <target>Lembrete amigável:</target> 3433 <target>Lembrete amigável:</target>
3498 <context-group name="null"> 3434 <context-group name="null">
3499 <context context-type="linenumber">214</context> 3435 <context context-type="linenumber">258</context>
3500 </context-group> 3436 </context-group>
3501 </trans-unit> 3437 </trans-unit>
3502 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3438 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3507,21 +3443,21 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3507 o sistema de compartilhamento utilizado neste vídeo implica que algumas informações técnicas sobre o seu sistema (como o seu endereço IP público) podem ser enviadas para outros peers. 3443 o sistema de compartilhamento utilizado neste vídeo implica que algumas informações técnicas sobre o seu sistema (como o seu endereço IP público) podem ser enviadas para outros peers.
3508 </target> 3444 </target>
3509 <context-group name="null"> 3445 <context-group name="null">
3510 <context context-type="linenumber">215</context> 3446 <context context-type="linenumber">259</context>
3511 </context-group> 3447 </context-group>
3512 </trans-unit> 3448 </trans-unit>
3513 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3449 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3514 <source>More information</source> 3450 <source>More information</source>
3515 <target>Mais informações</target> 3451 <target>Mais informações</target>
3516 <context-group name="null"> 3452 <context-group name="null">
3517 <context context-type="linenumber">218</context> 3453 <context context-type="linenumber">262</context>
3518 </context-group> 3454 </context-group>
3519 </trans-unit> 3455 </trans-unit>
3520 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3456 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3521 <source>Get more information</source> 3457 <source>Get more information</source>
3522 <target>Obtenha mais informações</target> 3458 <target>Obtenha mais informações</target>
3523 <context-group name="null"> 3459 <context-group name="null">
3524 <context context-type="linenumber">218</context> 3460 <context context-type="linenumber">262</context>
3525 </context-group> 3461 </context-group>
3526 </trans-unit> 3462 </trans-unit>
3527 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3463 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3532,7 +3468,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3532 OK 3468 OK
3533 </target> 3469 </target>
3534 <context-group name="null"> 3470 <context-group name="null">
3535 <context context-type="linenumber">221</context> 3471 <context context-type="linenumber">265</context>
3536 </context-group> 3472 </context-group>
3537 </trans-unit> 3473 </trans-unit>
3538 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3474 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -4008,6 +3944,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4008 <context context-type="linenumber">1</context> 3944 <context context-type="linenumber">1</context>
4009 </context-group> 3945 </context-group>
4010 </trans-unit> 3946 </trans-unit>
3947 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
3948 <source>Update user password</source>
3949 <target>Atualizar senha do usuário</target>
3950 <context-group name="null">
3951 <context context-type="linenumber">1</context>
3952 </context-group>
3953 </trans-unit>
4011 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 3954 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
4012 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 3955 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
4013 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> atualizado.</target> 3956 <target>Usuário <x id="INTERPOLATION" equiv-text="{{username}}"/> atualizado.</target>
@@ -4022,6 +3965,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4022 <context context-type="linenumber">1</context> 3965 <context context-type="linenumber">1</context>
4023 </context-group> 3966 </context-group>
4024 </trans-unit> 3967 </trans-unit>
3968 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
3969 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
3970 <target>Um e-mail pedindo redefinição de senha foi enviado para <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
3971 <context-group name="null">
3972 <context context-type="linenumber">1</context>
3973 </context-group>
3974 </trans-unit>
4025 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 3975 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
4026 <source>Unban</source> 3976 <source>Unban</source>
4027 <target>Desbanir</target> 3977 <target>Desbanir</target>
@@ -4204,13 +4154,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4204 <context context-type="linenumber">1</context> 4154 <context context-type="linenumber">1</context>
4205 </context-group> 4155 </context-group>
4206 </trans-unit> 4156 </trans-unit>
4207 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e">
4208 <source>New video abuse on local video</source>
4209 <target>Novo comportamento abusivo em vídeo local</target>
4210 <context-group name="null">
4211 <context context-type="linenumber">1</context>
4212 </context-group>
4213 </trans-unit>
4214 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 4157 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4215 <source>One of your video is blacklisted/unblacklisted</source> 4158 <source>One of your video is blacklisted/unblacklisted</source>
4216 <target>Um de seus vídeos está na lista negra/foi removido da lista</target> 4159 <target>Um de seus vídeos está na lista negra/foi removido da lista</target>
@@ -4295,13 +4238,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4295 <context context-type="linenumber">1</context> 4238 <context context-type="linenumber">1</context>
4296 </context-group> 4239 </context-group>
4297 </trans-unit> 4240 </trans-unit>
4298 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
4299 <source>Create</source>
4300 <target>Criar</target>
4301 <context-group name="null">
4302 <context context-type="linenumber">1</context>
4303 </context-group>
4304 </trans-unit>
4305 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4241 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4306 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4242 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4307 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> atualizado.</target> 4243 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> atualizado.</target>
@@ -4400,13 +4336,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4400 <context context-type="linenumber">1</context> 4336 <context context-type="linenumber">1</context>
4401 </context-group> 4337 </context-group>
4402 </trans-unit> 4338 </trans-unit>
4403 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
4404 <source>My library</source>
4405 <target>Minha biblioteca</target>
4406 <context-group name="null">
4407 <context context-type="linenumber">1</context>
4408 </context-group>
4409 </trans-unit>
4410 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4339 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4411 <source>My channels</source> 4340 <source>My channels</source>
4412 <target>Meus canais</target> 4341 <target>Meus canais</target>
@@ -5200,6 +5129,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5200 <context context-type="linenumber">1</context> 5129 <context context-type="linenumber">1</context>
5201 </context-group> 5130 </context-group>
5202 </trans-unit> 5131 </trans-unit>
5132 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5133 <source>Display name cannot be more than 120 characters long.</source>
5134 <target>Nome de exibição não pode ter mais que 120 caracteres.</target>
5135 <context-group name="null">
5136 <context context-type="linenumber">1</context>
5137 </context-group>
5138 </trans-unit>
5203 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5139 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
5204 <source>Video name is required.</source> 5140 <source>Video name is required.</source>
5205 <target>Nome do vídeo é necessário.</target> 5141 <target>Nome do vídeo é necessário.</target>
@@ -6152,13 +6088,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6152 <context context-type="linenumber">1</context> 6088 <context context-type="linenumber">1</context>
6153 </context-group> 6089 </context-group>
6154 </trans-unit> 6090 </trans-unit>
6155 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
6156 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
6157 <target>Começar em <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
6158 <context-group name="null">
6159 <context context-type="linenumber">1</context>
6160 </context-group>
6161 </trans-unit>
6162 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 6091 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
6163 <source>Like the video</source> 6092 <source>Like the video</source>
6164 <target>Gostar do vídeo</target> 6093 <target>Gostar do vídeo</target>
@@ -6208,13 +6137,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6208 <context context-type="linenumber">1</context> 6137 <context context-type="linenumber">1</context>
6209 </context-group> 6138 </context-group>
6210 </trans-unit> 6139 </trans-unit>
6211 <trans-unit id="8c429645223c24afe30218fc45bb07e352bb1938">
6212 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours.</source>
6213 <target>Os vídeos em alta são os que tiveram mais visualizações nas últimas 24 horas.</target>
6214 <context-group name="null">
6215 <context context-type="linenumber">1</context>
6216 </context-group>
6217 </trans-unit>
6218 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 6140 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6219 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 6141 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6220 <target>Em alta nos últimos <x id="INTERPOLATION" equiv-text="{{days}}"/> dias</target> 6142 <target>Em alta nos últimos <x id="INTERPOLATION" equiv-text="{{days}}"/> dias</target>
@@ -6222,13 +6144,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6222 <context context-type="linenumber">1</context> 6144 <context context-type="linenumber">1</context>
6223 </context-group> 6145 </context-group>
6224 </trans-unit> 6146 </trans-unit>
6225 <trans-unit id="98b98154eca3533e16b81c5b08611d19949e8661">
6226 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days.</source>
6227 <target>Os vídeos em alta são os que tiveram mais visualizações nos últimos <x id="INTERPOLATION" equiv-text="{{days}}"/> dias.</target>
6228 <context-group name="null">
6229 <context context-type="linenumber">1</context>
6230 </context-group>
6231 </trans-unit>
6232 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6147 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
6233 <source>Videos from your subscriptions</source> 6148 <source>Videos from your subscriptions</source>
6234 <target>Vídeos de suas inscrições</target> 6149 <target>Vídeos de suas inscrições</target>
diff --git a/client/src/locale/target/angular_pt_PT.xml b/client/src/locale/target/angular_pt_PT.xml
index df1fbe495..dd1b54f0c 100644
--- a/client/src/locale/target/angular_pt_PT.xml
+++ b/client/src/locale/target/angular_pt_PT.xml
@@ -52,56 +52,56 @@
52 <source>««</source> 52 <source>««</source>
53 <target>««</target> 53 <target>««</target>
54 <context-group name="null"> 54 <context-group name="null">
55 <context context-type="linenumber">7</context> 55 <context context-type="linenumber">2</context>
56 </context-group> 56 </context-group>
57 </trans-unit> 57 </trans-unit>
58 <trans-unit id="ngb.pagination.first-aria"> 58 <trans-unit id="ngb.pagination.previous">
59 <source>First</source> 59 <source>«</source>
60 <target>Primeiro</target> 60 <target>«</target>
61 <context-group name="null">
62 <context context-type="linenumber">3</context>
63 </context-group>
64 </trans-unit>
65 <trans-unit id="ngb.pagination.next">
66 <source>»</source>
67 <target>»</target>
68 <context-group name="null">
69 <context context-type="linenumber">4</context>
70 </context-group>
71 </trans-unit>
72 <trans-unit id="ngb.pagination.last">
73 <source>»»</source>
74 <target>»»</target>
61 <context-group name="null"> 75 <context-group name="null">
62 <context context-type="linenumber">5</context> 76 <context context-type="linenumber">5</context>
63 </context-group> 77 </context-group>
64 </trans-unit> 78 </trans-unit>
65 <trans-unit id="ngb.pagination.previous"> 79 <trans-unit id="ngb.pagination.first-aria">
66 <source>«</source> 80 <source>First</source>
67 <target>«</target> 81 <target>Primeiro</target>
68 <context-group name="null"> 82 <context-group name="null">
69 <context context-type="linenumber">15</context> 83 <context context-type="linenumber">14</context>
70 </context-group> 84 </context-group>
71 </trans-unit> 85 </trans-unit>
72 <trans-unit id="ngb.pagination.previous-aria"> 86 <trans-unit id="ngb.pagination.previous-aria">
73 <source>Previous</source> 87 <source>Previous</source>
74 <target>Anterior</target> 88 <target>Anterior</target>
75 <context-group name="null"> 89 <context-group name="null">
76 <context context-type="linenumber">13</context> 90 <context context-type="linenumber">23</context>
77 </context-group>
78 </trans-unit>
79 <trans-unit id="ngb.pagination.next">
80 <source>»</source>
81 <target>»</target>
82 <context-group name="null">
83 <context context-type="linenumber">29</context>
84 </context-group> 91 </context-group>
85 </trans-unit> 92 </trans-unit>
86 <trans-unit id="ngb.pagination.next-aria"> 93 <trans-unit id="ngb.pagination.next-aria">
87 <source>Next</source> 94 <source>Next</source>
88 <target>Próximo</target> 95 <target>Próximo</target>
89 <context-group name="null"> 96 <context-group name="null">
90 <context context-type="linenumber">27</context> 97 <context context-type="linenumber">41</context>
91 </context-group>
92 </trans-unit>
93 <trans-unit id="ngb.pagination.last">
94 <source>»»</source>
95 <target>»»</target>
96 <context-group name="null">
97 <context context-type="linenumber">36</context>
98 </context-group> 98 </context-group>
99 </trans-unit> 99 </trans-unit>
100 <trans-unit id="ngb.pagination.last-aria"> 100 <trans-unit id="ngb.pagination.last-aria">
101 <source>Last</source> 101 <source>Last</source>
102 <target>Último</target> 102 <target>Último</target>
103 <context-group name="null"> 103 <context-group name="null">
104 <context context-type="linenumber">34</context> 104 <context context-type="linenumber">49</context>
105 </context-group> 105 </context-group>
106 </trans-unit> 106 </trans-unit>
107 <trans-unit id="ngb.progressbar.value"> 107 <trans-unit id="ngb.progressbar.value">
@@ -136,77 +136,77 @@
136 <source>Decrement hours</source> 136 <source>Decrement hours</source>
137 <target>Reduzir horas</target> 137 <target>Reduzir horas</target>
138 <context-group name="null"> 138 <context-group name="null">
139 <context context-type="linenumber">19</context> 139 <context context-type="linenumber">20</context>
140 </context-group> 140 </context-group>
141 </trans-unit> 141 </trans-unit>
142 <trans-unit id="ngb.timepicker.increment-minutes"> 142 <trans-unit id="ngb.timepicker.increment-minutes">
143 <source>Increment minutes</source> 143 <source>Increment minutes</source>
144 <target>Aumentar minutos</target> 144 <target>Aumentar minutos</target>
145 <context-group name="null"> 145 <context-group name="null">
146 <context context-type="linenumber">28</context> 146 <context context-type="linenumber">29</context>
147 </context-group> 147 </context-group>
148 </trans-unit> 148 </trans-unit>
149 <trans-unit id="ngb.timepicker.MM"> 149 <trans-unit id="ngb.timepicker.MM">
150 <source>MM</source> 150 <source>MM</source>
151 <target>MM</target> 151 <target>MM</target>
152 <context-group name="null"> 152 <context-group name="null">
153 <context context-type="linenumber">31</context> 153 <context context-type="linenumber">32</context>
154 </context-group> 154 </context-group>
155 </trans-unit> 155 </trans-unit>
156 <trans-unit id="ngb.timepicker.minutes"> 156 <trans-unit id="ngb.timepicker.minutes">
157 <source>Minutes</source> 157 <source>Minutes</source>
158 <target>Minutos</target> 158 <target>Minutos</target>
159 <context-group name="null"> 159 <context-group name="null">
160 <context context-type="linenumber">33</context> 160 <context context-type="linenumber">34</context>
161 </context-group> 161 </context-group>
162 </trans-unit> 162 </trans-unit>
163 <trans-unit id="ngb.timepicker.decrement-minutes"> 163 <trans-unit id="ngb.timepicker.decrement-minutes">
164 <source>Decrement minutes</source> 164 <source>Decrement minutes</source>
165 <target>Reduzir minutos</target> 165 <target>Reduzir minutos</target>
166 <context-group name="null"> 166 <context-group name="null">
167 <context context-type="linenumber">38</context> 167 <context context-type="linenumber">40</context>
168 </context-group> 168 </context-group>
169 </trans-unit> 169 </trans-unit>
170 <trans-unit id="ngb.timepicker.increment-seconds"> 170 <trans-unit id="ngb.timepicker.increment-seconds">
171 <source>Increment seconds</source> 171 <source>Increment seconds</source>
172 <target>Aumentar segundos</target> 172 <target>Aumentar segundos</target>
173 <context-group name="null"> 173 <context-group name="null">
174 <context context-type="linenumber">47</context> 174 <context context-type="linenumber">49</context>
175 </context-group> 175 </context-group>
176 </trans-unit> 176 </trans-unit>
177 <trans-unit id="ngb.timepicker.SS"> 177 <trans-unit id="ngb.timepicker.SS">
178 <source>SS</source> 178 <source>SS</source>
179 <target>SS</target> 179 <target>SS</target>
180 <context-group name="null"> 180 <context-group name="null">
181 <context context-type="linenumber">50</context> 181 <context context-type="linenumber">52</context>
182 </context-group> 182 </context-group>
183 </trans-unit> 183 </trans-unit>
184 <trans-unit id="ngb.timepicker.seconds"> 184 <trans-unit id="ngb.timepicker.seconds">
185 <source>Seconds</source> 185 <source>Seconds</source>
186 <target>Segundos</target> 186 <target>Segundos</target>
187 <context-group name="null"> 187 <context-group name="null">
188 <context context-type="linenumber">52</context> 188 <context context-type="linenumber">54</context>
189 </context-group> 189 </context-group>
190 </trans-unit> 190 </trans-unit>
191 <trans-unit id="ngb.timepicker.decrement-seconds"> 191 <trans-unit id="ngb.timepicker.decrement-seconds">
192 <source>Decrement seconds</source> 192 <source>Decrement seconds</source>
193 <target>Reduzir segundos</target> 193 <target>Reduzir segundos</target>
194 <context-group name="null"> 194 <context-group name="null">
195 <context context-type="linenumber">57</context> 195 <context context-type="linenumber">60</context>
196 </context-group> 196 </context-group>
197 </trans-unit> 197 </trans-unit>
198 <trans-unit id="ngb.timepicker.PM"> 198 <trans-unit id="ngb.timepicker.PM">
199 <source>PM</source> 199 <source>PM</source>
200 <target>PM</target> 200 <target>PM</target>
201 <context-group name="null"> 201 <context-group name="null">
202 <context context-type="linenumber">65</context> 202 <context context-type="linenumber">68</context>
203 </context-group> 203 </context-group>
204 </trans-unit> 204 </trans-unit>
205 <trans-unit id="ngb.timepicker.AM"> 205 <trans-unit id="ngb.timepicker.AM">
206 <source>AM</source> 206 <source>AM</source>
207 <target>AM</target> 207 <target>AM</target>
208 <context-group name="null"> 208 <context-group name="null">
209 <context context-type="linenumber">66</context> 209 <context context-type="linenumber">69</context>
210 </context-group> 210 </context-group>
211 </trans-unit> 211 </trans-unit>
212 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 212 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -223,12 +223,12 @@
223 </trans-unit> 223 </trans-unit>
224 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 224 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
225 <source>Unlisted</source><target>Unlisted</target><context-group name="null"> 225 <source>Unlisted</source><target>Unlisted</target><context-group name="null">
226 <context context-type="linenumber">10</context> 226 <context context-type="linenumber">17</context>
227 </context-group> 227 </context-group>
228 </trans-unit> 228 </trans-unit>
229 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 229 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
230 <source>Private</source><target>Private</target><context-group name="null"> 230 <source>Private</source><target>Private</target><context-group name="null">
231 <context context-type="linenumber">11</context> 231 <context context-type="linenumber">18</context>
232 </context-group> 232 </context-group>
233 </trans-unit> 233 </trans-unit>
234 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 234 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -238,6 +238,27 @@
238 <context context-type="linenumber">16</context> 238 <context context-type="linenumber">16</context>
239 </context-group> 239 </context-group>
240 </trans-unit> 240 </trans-unit>
241 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
242 <source>Display name</source>
243 <target>Nome de exibição</target>
244 <context-group name="null">
245 <context context-type="linenumber">6</context>
246 </context-group>
247 </trans-unit>
248 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
249 <source>Create</source>
250 <target>Criar</target>
251 <context-group name="null">
252 <context context-type="linenumber">73</context>
253 </context-group>
254 </trans-unit>
255 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
256 <source>Save</source>
257 <target>Salvar</target>
258 <context-group name="null">
259 <context context-type="linenumber">115</context>
260 </context-group>
261 </trans-unit>
241 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 262 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
242 <source>Delete</source> 263 <source>Delete</source>
243 <target>Excluir</target> 264 <target>Excluir</target>
@@ -358,7 +379,7 @@
358 Ilimitado <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;"/> 379 Ilimitado <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;"/>
359 </target> 380 </target>
360 <context-group name="null"> 381 <context-group name="null">
361 <context context-type="linenumber">14</context> 382 <context context-type="linenumber">28</context>
362 </context-group> 383 </context-group>
363 </trans-unit> 384 </trans-unit>
364 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 385 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -484,7 +505,7 @@
484 <source>Login</source> 505 <source>Login</source>
485 <target>Entrar</target> 506 <target>Entrar</target>
486 <context-group name="null"> 507 <context-group name="null">
487 <context context-type="linenumber">36</context> 508 <context context-type="linenumber">32</context>
488 </context-group> 509 </context-group>
489 </trans-unit> 510 </trans-unit>
490 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 511 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -589,7 +610,7 @@
589 <source>Signup</source> 610 <source>Signup</source>
590 <target>Inscrever-se</target> 611 <target>Inscrever-se</target>
591 <context-group name="null"> 612 <context-group name="null">
592 <context context-type="linenumber">78</context> 613 <context context-type="linenumber">87</context>
593 </context-group> 614 </context-group>
594 </trans-unit> 615 </trans-unit>
595 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 616 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -655,7 +676,7 @@
655 <source>Change the language</source> 676 <source>Change the language</source>
656 <target>Alterar o idioma</target> 677 <target>Alterar o idioma</target>
657 <context-group name="null"> 678 <context-group name="null">
658 <context context-type="linenumber">86</context> 679 <context context-type="linenumber">102</context>
659 </context-group> 680 </context-group>
660 </trans-unit> 681 </trans-unit>
661 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 682 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -666,54 +687,17 @@
666 <context context-type="linenumber">8</context> 687 <context context-type="linenumber">8</context>
667 </context-group> 688 </context-group>
668 </trans-unit> 689 </trans-unit>
669 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
670 <source>
671 My public profile
672 </source>
673 <target>
674 Meu perfil público
675 </target>
676 <context-group name="null">
677 <context context-type="linenumber">16</context>
678 </context-group>
679 </trans-unit>
680 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
681 <source>
682 My account
683 </source>
684 <target>
685 Minha conta
686 </target>
687 <context-group name="null">
688 <context context-type="linenumber">20</context>
689 </context-group>
690 </trans-unit>
691 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
692 <source>
693 My videos
694 </source>
695 <target>
696 Meus vídeos
697 </target>
698 <context-group name="null">
699 <context context-type="linenumber">24</context>
700 </context-group>
701 </trans-unit>
702 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
703 <source>
704 Log out
705 </source>
706 <target>
707 Sair
708 </target>
709 <context-group name="null">
710 <context context-type="linenumber">28</context>
711 </context-group>
712 </trans-unit>
713 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 690 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
714 <source>Create an account</source> 691 <source>Create an account</source>
715 <target>Criar uma conta</target> 692 <target>Criar uma conta</target>
716 <context-group name="null"> 693 <context-group name="null">
694 <context context-type="linenumber">33</context>
695 </context-group>
696 </trans-unit>
697 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
698 <source>My library</source>
699 <target>Minha biblioteca</target>
700 <context-group name="null">
717 <context context-type="linenumber">37</context> 701 <context context-type="linenumber">37</context>
718 </context-group> 702 </context-group>
719 </trans-unit> 703 </trans-unit>
@@ -728,68 +712,68 @@
728 <source>Subscriptions</source> 712 <source>Subscriptions</source>
729 <target>Inscrições</target> 713 <target>Inscrições</target>
730 <context-group name="null"> 714 <context-group name="null">
731 <context context-type="linenumber">45</context> 715 <context context-type="linenumber">51</context>
732 </context-group> 716 </context-group>
733 </trans-unit> 717 </trans-unit>
734 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 718 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
735 <source>Overview</source> 719 <source>Overview</source>
736 <target>Visão geral</target> 720 <target>Visão geral</target>
737 <context-group name="null"> 721 <context-group name="null">
738 <context context-type="linenumber">50</context> 722 <context context-type="linenumber">66</context>
739 </context-group> 723 </context-group>
740 </trans-unit> 724 </trans-unit>
741 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 725 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
742 <source>Trending</source> 726 <source>Trending</source>
743 <target>Tendências</target> 727 <target>Tendências</target>
744 <context-group name="null"> 728 <context-group name="null">
745 <context context-type="linenumber">55</context> 729 <context context-type="linenumber">71</context>
746 </context-group> 730 </context-group>
747 </trans-unit> 731 </trans-unit>
748 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 732 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
749 <source>Recently added</source> 733 <source>Recently added</source>
750 <target>Adicionado recentemente</target> 734 <target>Adicionado recentemente</target>
751 <context-group name="null"> 735 <context-group name="null">
752 <context context-type="linenumber">60</context> 736 <context context-type="linenumber">76</context>
753 </context-group> 737 </context-group>
754 </trans-unit> 738 </trans-unit>
755 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 739 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
756 <source>Local</source> 740 <source>Local</source>
757 <target>Local</target> 741 <target>Local</target>
758 <context-group name="null"> 742 <context-group name="null">
759 <context context-type="linenumber">65</context> 743 <context context-type="linenumber">81</context>
760 </context-group> 744 </context-group>
761 </trans-unit> 745 </trans-unit>
762 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 746 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
763 <source>More</source> 747 <source>More</source>
764 <target>Mais</target> 748 <target>Mais</target>
765 <context-group name="null"> 749 <context-group name="null">
766 <context context-type="linenumber">70</context> 750 <context context-type="linenumber">86</context>
767 </context-group> 751 </context-group>
768 </trans-unit> 752 </trans-unit>
769 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 753 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
770 <source>Administration</source> 754 <source>Administration</source>
771 <target>Administração</target> 755 <target>Administração</target>
772 <context-group name="null"> 756 <context-group name="null">
773 <context context-type="linenumber">74</context> 757 <context context-type="linenumber">90</context>
774 </context-group> 758 </context-group>
775 </trans-unit> 759 </trans-unit>
776 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 760 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
777 <source>About</source> 761 <source>About</source>
778 <target>Sobre</target> 762 <target>Sobre</target>
779 <context-group name="null"> 763 <context-group name="null">
780 <context context-type="linenumber">25</context> 764 <context context-type="linenumber">26</context>
781 </context-group> 765 </context-group>
782 </trans-unit> 766 </trans-unit>
783 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 767 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
784 <source>Show keyboard shortcuts</source><target>Show keyboard shortcuts</target><context-group name="null"> 768 <source>Show keyboard shortcuts</source><target>Show keyboard shortcuts</target><context-group name="null">
785 <context context-type="linenumber">89</context> 769 <context context-type="linenumber">105</context>
786 </context-group> 770 </context-group>
787 </trans-unit> 771 </trans-unit>
788 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 772 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
789 <source>Toggle dark interface</source> 773 <source>Toggle dark interface</source>
790 <target>Alternar interface escura</target> 774 <target>Alternar interface escura</target>
791 <context-group name="null"> 775 <context-group name="null">
792 <context context-type="linenumber">92</context> 776 <context context-type="linenumber">108</context>
793 </context-group> 777 </context-group>
794 </trans-unit> 778 </trans-unit>
795 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 779 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -804,12 +788,12 @@
804 </trans-unit> 788 </trans-unit>
805 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 789 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
806 <source>Update your notification preferences</source><target>Update your notification preferences</target><context-group name="null"> 790 <source>Update your notification preferences</source><target>Update your notification preferences</target><context-group name="null">
807 <context context-type="linenumber">15</context> 791 <context context-type="linenumber">16</context>
808 </context-group> 792 </context-group>
809 </trans-unit> 793 </trans-unit>
810 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 794 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
811 <source>See all your notifications</source><target>See all your notifications</target><context-group name="null"> 795 <source>See all your notifications</source><target>See all your notifications</target><context-group name="null">
812 <context context-type="linenumber">22</context> 796 <context context-type="linenumber">30</context>
813 </context-group> 797 </context-group>
814 </trans-unit> 798 </trans-unit>
815 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 799 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -872,21 +856,21 @@
872 <source>Category</source> 856 <source>Category</source>
873 <target>Categoria</target> 857 <target>Categoria</target>
874 <context-group name="null"> 858 <context-group name="null">
875 <context context-type="linenumber">170</context> 859 <context context-type="linenumber">215</context>
876 </context-group> 860 </context-group>
877 </trans-unit> 861 </trans-unit>
878 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 862 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
879 <source>Licence</source> 863 <source>Licence</source>
880 <target>Licença</target> 864 <target>Licença</target>
881 <context-group name="null"> 865 <context-group name="null">
882 <context context-type="linenumber">179</context> 866 <context context-type="linenumber">224</context>
883 </context-group> 867 </context-group>
884 </trans-unit> 868 </trans-unit>
885 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 869 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
886 <source>Language</source> 870 <source>Language</source>
887 <target>Idioma</target> 871 <target>Idioma</target>
888 <context-group name="null"> 872 <context-group name="null">
889 <context context-type="linenumber">188</context> 873 <context context-type="linenumber">233</context>
890 </context-group> 874 </context-group>
891 </trans-unit> 875 </trans-unit>
892 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 876 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1036,37 +1020,6 @@
1036 <context context-type="linenumber">39</context> 1020 <context context-type="linenumber">39</context>
1037 </context-group> 1021 </context-group>
1038 </trans-unit> 1022 </trans-unit>
1039 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1040 <source>User registration is allowed and</source>
1041 <target>Registro de usuários não está permitida e</target>
1042 <context-group name="null">
1043 <context context-type="linenumber">29</context>
1044 </context-group>
1045 </trans-unit>
1046 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1047 <source>
1048 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1049 </source>
1050 <context-group name="null">
1051 <context context-type="linenumber">31</context>
1052 </context-group>
1053 </trans-unit>
1054 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1055 <source>
1056 this instance provides unlimited space for the videos of its users.
1057 </source>
1058 <context-group name="null">
1059 <context context-type="linenumber">35</context>
1060 </context-group>
1061 </trans-unit>
1062 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1063 <source>
1064 User registration is currently not allowed.
1065 </source>
1066 <context-group name="null">
1067 <context context-type="linenumber">40</context>
1068 </context-group>
1069 </trans-unit>
1070 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1023 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1071 <source> 1024 <source>
1072 About PeerTube 1025 About PeerTube
@@ -1414,42 +1367,42 @@
1414 <source>Default client route</source> 1367 <source>Default client route</source>
1415 <target>Rota padrão do cliente</target> 1368 <target>Rota padrão do cliente</target>
1416 <context-group name="null"> 1369 <context-group name="null">
1417 <context context-type="linenumber">48</context> 1370 <context context-type="linenumber">57</context>
1418 </context-group> 1371 </context-group>
1419 </trans-unit> 1372 </trans-unit>
1420 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1373 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1421 <source>Videos Overview</source> 1374 <source>Videos Overview</source>
1422 <target>Visão geral dos vídeos</target> 1375 <target>Visão geral dos vídeos</target>
1423 <context-group name="null"> 1376 <context-group name="null">
1424 <context context-type="linenumber">51</context> 1377 <context context-type="linenumber">60</context>
1425 </context-group> 1378 </context-group>
1426 </trans-unit> 1379 </trans-unit>
1427 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1380 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1428 <source>Videos Trending</source> 1381 <source>Videos Trending</source>
1429 <target>Vídeos em Tendência</target> 1382 <target>Vídeos em Tendência</target>
1430 <context-group name="null"> 1383 <context-group name="null">
1431 <context context-type="linenumber">52</context> 1384 <context context-type="linenumber">61</context>
1432 </context-group> 1385 </context-group>
1433 </trans-unit> 1386 </trans-unit>
1434 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1387 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1435 <source>Videos Recently Added</source> 1388 <source>Videos Recently Added</source>
1436 <target>Vídeos Adicionados Recentemente</target> 1389 <target>Vídeos Adicionados Recentemente</target>
1437 <context-group name="null"> 1390 <context-group name="null">
1438 <context context-type="linenumber">53</context> 1391 <context context-type="linenumber">62</context>
1439 </context-group> 1392 </context-group>
1440 </trans-unit> 1393 </trans-unit>
1441 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1394 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1442 <source>Local videos</source> 1395 <source>Local videos</source>
1443 <target>Vídeos locais</target> 1396 <target>Vídeos locais</target>
1444 <context-group name="null"> 1397 <context-group name="null">
1445 <context context-type="linenumber">54</context> 1398 <context context-type="linenumber">63</context>
1446 </context-group> 1399 </context-group>
1447 </trans-unit> 1400 </trans-unit>
1448 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1401 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1449 <source>Policy on videos containing sensitive content</source> 1402 <source>Policy on videos containing sensitive content</source>
1450 <target>Política sobre vídeos que possuem conteúdo sensível</target> 1403 <target>Política sobre vídeos que possuem conteúdo sensível</target>
1451 <context-group name="null"> 1404 <context-group name="null">
1452 <context context-type="linenumber">61</context> 1405 <context context-type="linenumber">70</context>
1453 </context-group> 1406 </context-group>
1454 </trans-unit> 1407 </trans-unit>
1455 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1408 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1484,42 +1437,42 @@
1484 <source>Signup enabled</source> 1437 <source>Signup enabled</source>
1485 <target>Inscrição permitida</target> 1438 <target>Inscrição permitida</target>
1486 <context-group name="null"> 1439 <context-group name="null">
1487 <context context-type="linenumber">84</context> 1440 <context context-type="linenumber">93</context>
1488 </context-group> 1441 </context-group>
1489 </trans-unit> 1442 </trans-unit>
1490 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1443 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1491 <source>Signup requires email verification</source> 1444 <source>Signup requires email verification</source>
1492 <target>Inscrição requer verificação de email</target> 1445 <target>Inscrição requer verificação de email</target>
1493 <context-group name="null"> 1446 <context-group name="null">
1494 <context context-type="linenumber">91</context> 1447 <context context-type="linenumber">100</context>
1495 </context-group> 1448 </context-group>
1496 </trans-unit> 1449 </trans-unit>
1497 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1450 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1498 <source>Signup limit</source> 1451 <source>Signup limit</source>
1499 <target>Limite de inscrições</target> 1452 <target>Limite de inscrições</target>
1500 <context-group name="null"> 1453 <context-group name="null">
1501 <context context-type="linenumber">96</context> 1454 <context context-type="linenumber">105</context>
1502 </context-group> 1455 </context-group>
1503 </trans-unit> 1456 </trans-unit>
1504 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1457 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1505 <source>Users</source> 1458 <source>Users</source>
1506 <target>Usuários</target> 1459 <target>Usuários</target>
1507 <context-group name="null"> 1460 <context-group name="null">
1508 <context context-type="linenumber">105</context> 1461 <context context-type="linenumber">114</context>
1509 </context-group> 1462 </context-group>
1510 </trans-unit> 1463 </trans-unit>
1511 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1464 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1512 <source>User default video quota</source> 1465 <source>User default video quota</source>
1513 <target>Cota padrão de vídeos do usuário</target> 1466 <target>Cota padrão de vídeos do usuário</target>
1514 <context-group name="null"> 1467 <context-group name="null">
1515 <context context-type="linenumber">109</context> 1468 <context context-type="linenumber">118</context>
1516 </context-group> 1469 </context-group>
1517 </trans-unit> 1470 </trans-unit>
1518 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1471 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1519 <source>User default daily upload limit</source> 1472 <source>User default daily upload limit</source>
1520 <target>Padrão de limite diário de upload</target> 1473 <target>Padrão de limite diário de upload</target>
1521 <context-group name="null"> 1474 <context-group name="null">
1522 <context context-type="linenumber">121</context> 1475 <context context-type="linenumber">130</context>
1523 </context-group> 1476 </context-group>
1524 </trans-unit> 1477 </trans-unit>
1525 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1478 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1531,33 +1484,33 @@
1531 </trans-unit> 1484 </trans-unit>
1532 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e"> 1485 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
1533 <source>Video import with HTTP URL (i.e. YouTube) enabled</source><target>Video import with HTTP URL (i.e. YouTube) enabled</target><context-group name="null"> 1486 <source>Video import with HTTP URL (i.e. YouTube) enabled</source><target>Video import with HTTP URL (i.e. YouTube) enabled</target><context-group name="null">
1534 <context context-type="linenumber">141</context> 1487 <context context-type="linenumber">150</context>
1535 </context-group> 1488 </context-group>
1536 </trans-unit> 1489 </trans-unit>
1537 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1490 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1538 <source>Video import with a torrent file or a magnet URI enabled</source> 1491 <source>Video import with a torrent file or a magnet URI enabled</source>
1539 <target>Importação de vídeo com um arquivo torrent ou URI magnética habilitada</target> 1492 <target>Importação de vídeo com um arquivo torrent ou URI magnética habilitada</target>
1540 <context-group name="null"> 1493 <context-group name="null">
1541 <context context-type="linenumber">148</context> 1494 <context context-type="linenumber">157</context>
1542 </context-group> 1495 </context-group>
1543 </trans-unit> 1496 </trans-unit>
1544 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1497 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1545 <source>Administrator</source> 1498 <source>Administrator</source>
1546 <target>Administrador</target> 1499 <target>Administrador</target>
1547 <context-group name="null"> 1500 <context-group name="null">
1548 <context context-type="linenumber">155</context> 1501 <context context-type="linenumber">181</context>
1549 </context-group> 1502 </context-group>
1550 </trans-unit> 1503 </trans-unit>
1551 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1504 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1552 <source>Admin email</source> 1505 <source>Admin email</source>
1553 <target>Email de administrador</target> 1506 <target>Email de administrador</target>
1554 <context-group name="null"> 1507 <context-group name="null">
1555 <context context-type="linenumber">158</context> 1508 <context context-type="linenumber">184</context>
1556 </context-group> 1509 </context-group>
1557 </trans-unit> 1510 </trans-unit>
1558 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1511 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1559 <source>Enable contact form</source><target>Enable contact form</target><context-group name="null"> 1512 <source>Enable contact form</source><target>Enable contact form</target><context-group name="null">
1560 <context context-type="linenumber">169</context> 1513 <context context-type="linenumber">195</context>
1561 </context-group> 1514 </context-group>
1562 </trans-unit> 1515 </trans-unit>
1563 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1516 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1571,28 +1524,28 @@
1571 <source>Twitter</source> 1524 <source>Twitter</source>
1572 <target>Twitter</target> 1525 <target>Twitter</target>
1573 <context-group name="null"> 1526 <context-group name="null">
1574 <context context-type="linenumber">178</context> 1527 <context context-type="linenumber">204</context>
1575 </context-group> 1528 </context-group>
1576 </trans-unit> 1529 </trans-unit>
1577 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1530 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1578 <source>Your Twitter username</source> 1531 <source>Your Twitter username</source>
1579 <target>Seu nome de usuário no Twitter</target> 1532 <target>Seu nome de usuário no Twitter</target>
1580 <context-group name="null"> 1533 <context-group name="null">
1581 <context context-type="linenumber">184</context> 1534 <context context-type="linenumber">210</context>
1582 </context-group> 1535 </context-group>
1583 </trans-unit> 1536 </trans-unit>
1584 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1537 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1585 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1538 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1586 <target>Indica a conta Twitter do sítio web ou plataforma em que o conteúdo foi publicado.</target> 1539 <target>Indica a conta Twitter do sítio web ou plataforma em que o conteúdo foi publicado.</target>
1587 <context-group name="null"> 1540 <context-group name="null">
1588 <context context-type="linenumber">187</context> 1541 <context context-type="linenumber">213</context>
1589 </context-group> 1542 </context-group>
1590 </trans-unit> 1543 </trans-unit>
1591 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1544 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1592 <source>Instance whitelisted by Twitter</source> 1545 <source>Instance whitelisted by Twitter</source>
1593 <target>Instância listada como permitida pelo Twitter</target> 1546 <target>Instância listada como permitida pelo Twitter</target>
1594 <context-group name="null"> 1547 <context-group name="null">
1595 <context context-type="linenumber">199</context> 1548 <context context-type="linenumber">225</context>
1596 </context-group> 1549 </context-group>
1597 </trans-unit> 1550 </trans-unit>
1598 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1551 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1600,59 +1553,59 @@
1600 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt; 1553 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;br /&gt;&lt;br /&gt;
1601 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source> 1554 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
1602 <context-group name="null"> 1555 <context-group name="null">
1603 <context context-type="linenumber">200</context> 1556 <context context-type="linenumber">226</context>
1604 </context-group> 1557 </context-group>
1605 </trans-unit> 1558 </trans-unit>
1606 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1559 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1607 <source>Services</source> 1560 <source>Services</source>
1608 <target>Serviços</target> 1561 <target>Serviços</target>
1609 <context-group name="null"> 1562 <context-group name="null">
1610 <context context-type="linenumber">176</context> 1563 <context context-type="linenumber">202</context>
1611 </context-group> 1564 </context-group>
1612 </trans-unit> 1565 </trans-unit>
1613 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1566 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1614 <source>Transcoding</source> 1567 <source>Transcoding</source>
1615 <target>Transcodificação</target> 1568 <target>Transcodificação</target>
1616 <context-group name="null"> 1569 <context-group name="null">
1617 <context context-type="linenumber">215</context> 1570 <context context-type="linenumber">241</context>
1618 </context-group> 1571 </context-group>
1619 </trans-unit> 1572 </trans-unit>
1620 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1573 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1621 <source>Transcoding enabled</source> 1574 <source>Transcoding enabled</source>
1622 <target>Transcodificação ativada</target> 1575 <target>Transcodificação ativada</target>
1623 <context-group name="null"> 1576 <context-group name="null">
1624 <context context-type="linenumber">221</context> 1577 <context context-type="linenumber">247</context>
1625 </context-group> 1578 </context-group>
1626 </trans-unit> 1579 </trans-unit>
1627 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1580 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1628 <source>If you disable transcoding, many videos from your users will not work!</source> 1581 <source>If you disable transcoding, many videos from your users will not work!</source>
1629 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target> 1582 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target>
1630 <context-group name="null"> 1583 <context-group name="null">
1631 <context context-type="linenumber">222</context> 1584 <context context-type="linenumber">248</context>
1632 </context-group> 1585 </context-group>
1633 </trans-unit> 1586 </trans-unit>
1634 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 1587 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1635 <source>Allow additional extensions</source><target>Allow additional extensions</target><context-group name="null"> 1588 <source>Allow additional extensions</source><target>Allow additional extensions</target><context-group name="null">
1636 <context context-type="linenumber">231</context> 1589 <context context-type="linenumber">257</context>
1637 </context-group> 1590 </context-group>
1638 </trans-unit> 1591 </trans-unit>
1639 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 1592 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1640 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source><target>Allow your users to upload .mkv, .mov, .avi, .flv videos</target><context-group name="null"> 1593 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source><target>Allow your users to upload .mkv, .mov, .avi, .flv videos</target><context-group name="null">
1641 <context context-type="linenumber">232</context> 1594 <context context-type="linenumber">258</context>
1642 </context-group> 1595 </context-group>
1643 </trans-unit> 1596 </trans-unit>
1644 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1597 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1645 <source>Transcoding threads</source> 1598 <source>Transcoding threads</source>
1646 <target>Threads de transcodificação</target> 1599 <target>Threads de transcodificação</target>
1647 <context-group name="null"> 1600 <context-group name="null">
1648 <context context-type="linenumber">237</context> 1601 <context context-type="linenumber">263</context>
1649 </context-group> 1602 </context-group>
1650 </trans-unit> 1603 </trans-unit>
1651 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1604 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1652 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1605 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1653 <target>Resolução <x id="INTERPOLATION" equiv-text="{{resolution}}"/> habilitada</target> 1606 <target>Resolução <x id="INTERPOLATION" equiv-text="{{resolution}}"/> habilitada</target>
1654 <context-group name="null"> 1607 <context-group name="null">
1655 <context context-type="linenumber">252</context> 1608 <context context-type="linenumber">278</context>
1656 </context-group> 1609 </context-group>
1657 </trans-unit> 1610 </trans-unit>
1658 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1611 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1667,90 +1620,70 @@
1667 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1620 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1668 </target> 1621 </target>
1669 <context-group name="null"> 1622 <context-group name="null">
1670 <context context-type="linenumber">260</context> 1623 <context context-type="linenumber">286</context>
1671 </context-group> 1624 </context-group>
1672 </trans-unit> 1625 </trans-unit>
1673 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1626 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1674 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1627 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1675 <target>Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.</target> 1628 <target>Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.</target>
1676 <context-group name="null"> 1629 <context-group name="null">
1677 <context context-type="linenumber">265</context> 1630 <context context-type="linenumber">291</context>
1678 </context-group> 1631 </context-group>
1679 </trans-unit> 1632 </trans-unit>
1680 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1633 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1681 <source>Previews cache size</source> 1634 <source>Previews cache size</source>
1682 <target>Tamanho do cache de pré-visualizações</target> 1635 <target>Tamanho do cache de pré-visualizações</target>
1683 <context-group name="null"> 1636 <context-group name="null">
1684 <context context-type="linenumber">271</context> 1637 <context context-type="linenumber">297</context>
1685 </context-group> 1638 </context-group>
1686 </trans-unit> 1639 </trans-unit>
1687 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1640 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1688 <source>Video captions cache size</source> 1641 <source>Video captions cache size</source>
1689 <target>Tamanho do cache de legendas ocultas de vídeos</target> 1642 <target>Tamanho do cache de legendas ocultas de vídeos</target>
1690 <context-group name="null"> 1643 <context-group name="null">
1691 <context context-type="linenumber">280</context> 1644 <context context-type="linenumber">306</context>
1692 </context-group> 1645 </context-group>
1693 </trans-unit> 1646 </trans-unit>
1694 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1647 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1695 <source>Customizations</source> 1648 <source>Customizations</source>
1696 <target>Personalizações</target> 1649 <target>Personalizações</target>
1697 <context-group name="null"> 1650 <context-group name="null">
1698 <context context-type="linenumber">289</context> 1651 <context context-type="linenumber">315</context>
1699 </context-group> 1652 </context-group>
1700 </trans-unit> 1653 </trans-unit>
1701 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1654 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1702 <source>JavaScript</source> 1655 <source>JavaScript</source>
1703 <target>JavaScript</target> 1656 <target>JavaScript</target>
1704 <context-group name="null"> 1657 <context-group name="null">
1705 <context context-type="linenumber">294</context> 1658 <context context-type="linenumber">320</context>
1706 </context-group> 1659 </context-group>
1707 </trans-unit> 1660 </trans-unit>
1708 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1661 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1709 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1662 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1710 <target>Escreva diretamente código JavaScript.&lt;br /&gt;Exemplo: &lt;pre&gt;console.log('minha instância é demais');&lt;/pre&gt;</target> 1663 <target>Escreva diretamente código JavaScript.&lt;br /&gt;Exemplo: &lt;pre&gt;console.log('minha instância é demais');&lt;/pre&gt;</target>
1711 <context-group name="null"> 1664 <context-group name="null">
1712 <context context-type="linenumber">297</context> 1665 <context context-type="linenumber">323</context>
1713 </context-group>
1714 </trans-unit>
1715 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde">
1716 <source>
1717 Write directly CSS code. Example:&lt;br /&gt;
1718 &lt;pre&gt;
1719 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1720 background-color: red;
1721 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1722 &lt;/pre&gt;
1723
1724 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1725 &lt;pre&gt;
1726 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1727 color: red;
1728 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1729 &lt;/pre&gt;
1730 </source>
1731 <context-group name="null">
1732 <context context-type="linenumber">311</context>
1733 </context-group> 1666 </context-group>
1734 </trans-unit> 1667 </trans-unit>
1735 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1668 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1736 <source>Advanced configuration</source> 1669 <source>Advanced configuration</source>
1737 <target>Configurações avançadas</target> 1670 <target>Configurações avançadas</target>
1738 <context-group name="null"> 1671 <context-group name="null">
1739 <context context-type="linenumber">212</context> 1672 <context context-type="linenumber">238</context>
1740 </context-group> 1673 </context-group>
1741 </trans-unit> 1674 </trans-unit>
1742 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1675 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1743 <source>Update configuration</source> 1676 <source>Update configuration</source>
1744 <target>Atualizar configuração</target> 1677 <target>Atualizar configuração</target>
1745 <context-group name="null"> 1678 <context-group name="null">
1746 <context context-type="linenumber">340</context> 1679 <context context-type="linenumber">366</context>
1747 </context-group> 1680 </context-group>
1748 </trans-unit> 1681 </trans-unit>
1749 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1682 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1750 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1683 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1751 <target>Aparentemente a configuração está valida. Por favor procure potenciais erros nas diferentes abas.</target> 1684 <target>Aparentemente a configuração está valida. Por favor procure potenciais erros nas diferentes abas.</target>
1752 <context-group name="null"> 1685 <context-group name="null">
1753 <context context-type="linenumber">341</context> 1686 <context context-type="linenumber">367</context>
1754 </context-group> 1687 </context-group>
1755 </trans-unit> 1688 </trans-unit>
1756 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1689 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -2027,7 +1960,7 @@
2027 <source>Go to the account page</source> 1960 <source>Go to the account page</source>
2028 <target>Ir para a página da conta</target> 1961 <target>Ir para a página da conta</target>
2029 <context-group name="null"> 1962 <context-group name="null">
2030 <context context-type="linenumber">134</context> 1963 <context context-type="linenumber">179</context>
2031 </context-group> 1964 </context-group>
2032 </trans-unit> 1965 </trans-unit>
2033 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 1966 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2161,6 +2094,13 @@
2161 <context context-type="linenumber">43</context> 2094 <context context-type="linenumber">43</context>
2162 </context-group> 2095 </context-group>
2163 </trans-unit> 2096 </trans-unit>
2097 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2098 <source>Unblacklist</source>
2099 <target>Retirar da lista negra</target>
2100 <context-group name="null">
2101 <context context-type="linenumber">146</context>
2102 </context-group>
2103 </trans-unit>
2164 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2104 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2165 <source>Moderation</source> 2105 <source>Moderation</source>
2166 <target>Moderação</target> 2106 <target>Moderação</target>
@@ -2175,13 +2115,6 @@
2175 <context context-type="linenumber">5</context> 2115 <context context-type="linenumber">5</context>
2176 </context-group> 2116 </context-group>
2177 </trans-unit> 2117 </trans-unit>
2178 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2179 <source>Blacklisted videos</source>
2180 <target>Vídeos na lista negra</target>
2181 <context-group name="null">
2182 <context context-type="linenumber">7</context>
2183 </context-group>
2184 </trans-unit>
2185 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2118 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2186 <source>Muted accounts</source><target>Muted accounts</target><context-group name="null"> 2119 <source>Muted accounts</source><target>Muted accounts</target><context-group name="null">
2187 <context context-type="linenumber">2</context> 2120 <context context-type="linenumber">2</context>
@@ -2189,7 +2122,7 @@
2189 </trans-unit> 2122 </trans-unit>
2190 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2"> 2123 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
2191 <source>Muted servers</source><target>Muted servers</target><context-group name="null"> 2124 <source>Muted servers</source><target>Muted servers</target><context-group name="null">
2192 <context context-type="linenumber">11</context> 2125 <context context-type="linenumber">13</context>
2193 </context-group> 2126 </context-group>
2194 </trans-unit> 2127 </trans-unit>
2195 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2128 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2239,7 +2172,7 @@
2239 <source>Change ownership</source> 2172 <source>Change ownership</source>
2240 <target>Mudar dono</target> 2173 <target>Mudar dono</target>
2241 <context-group name="null"> 2174 <context-group name="null">
2242 <context context-type="linenumber">46</context> 2175 <context context-type="linenumber">40</context>
2243 </context-group> 2176 </context-group>
2244 </trans-unit> 2177 </trans-unit>
2245 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2178 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2264,32 +2197,14 @@
2264 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2197 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2265 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target> 2198 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target>
2266 <context-group name="null"> 2199 <context-group name="null">
2267 <context context-type="linenumber">19</context> 2200 <context context-type="linenumber">13</context>
2268 </context-group> 2201 </context-group>
2269 </trans-unit> 2202 </trans-unit>
2270 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2203 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2271 <source>Blacklisted</source> 2204 <source>Blacklisted</source>
2272 <target>Na lista negra</target> 2205 <target>Na lista negra</target>
2273 <context-group name="null"> 2206 <context-group name="null">
2274 <context context-type="linenumber">22</context> 2207 <context context-type="linenumber">16</context>
2275 </context-group>
2276 </trans-unit>
2277 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2278 <source>
2279 Cancel
2280 </source>
2281 <target>
2282 Cancelar
2283 </target>
2284 <context-group name="null">
2285 <context context-type="linenumber">30</context>
2286 </context-group>
2287 </trans-unit>
2288 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2289 <source>Create another video channel</source>
2290 <target>Criar outro canal de vídeo</target>
2291 <context-group name="null">
2292 <context context-type="linenumber">4</context>
2293 </context-group> 2208 </context-group>
2294 </trans-unit> 2209 </trans-unit>
2295 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2210 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2313,13 +2228,6 @@
2313 <context context-type="linenumber">15</context> 2228 <context context-type="linenumber">15</context>
2314 </context-group> 2229 </context-group>
2315 </trans-unit> 2230 </trans-unit>
2316 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2317 <source>Display name</source>
2318 <target>Nome de exibição</target>
2319 <context-group name="null">
2320 <context context-type="linenumber">6</context>
2321 </context-group>
2322 </trans-unit>
2323 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2231 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2324 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2232 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2325When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2233When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2427,14 +2335,9 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2427 <context context-type="linenumber">4</context> 2335 <context context-type="linenumber">4</context>
2428 </context-group> 2336 </context-group>
2429 </trans-unit> 2337 </trans-unit>
2430 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123">
2431 <source>Delete history</source><target>Delete history</target><context-group name="null">
2432 <context context-type="linenumber">8</context>
2433 </context-group>
2434 </trans-unit>
2435 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 2338 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2436 <source>You don't have videos history yet.</source><target>You don't have videos history yet.</target><context-group name="null"> 2339 <source>You don't have videos history yet.</source><target>You don't have videos history yet.</target><context-group name="null">
2437 <context context-type="linenumber">13</context> 2340 <context context-type="linenumber">14</context>
2438 </context-group> 2341 </context-group>
2439 </trans-unit> 2342 </trans-unit>
2440 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 2343 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
@@ -2442,6 +2345,27 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2442 <context context-type="linenumber">22</context> 2345 <context context-type="linenumber">22</context>
2443 </context-group> 2346 </context-group>
2444 </trans-unit> 2347 </trans-unit>
2348 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2349 <source>Privacy</source>
2350 <target>Privacidade</target>
2351 <context-group name="null">
2352 <context context-type="linenumber">205</context>
2353 </context-group>
2354 </trans-unit>
2355 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2356 <source>Channel</source>
2357 <target>Canal</target>
2358 <context-group name="null">
2359 <context context-type="linenumber">39</context>
2360 </context-group>
2361 </trans-unit>
2362 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2363 <source>Upload thumbnail</source>
2364 <target>Enviar miniatura</target>
2365 <context-group name="null">
2366 <context context-type="linenumber">192</context>
2367 </context-group>
2368 </trans-unit>
2445 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2369 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2446 <source>Change password</source> 2370 <source>Change password</source>
2447 <target>Alterar senha</target> 2371 <target>Alterar senha</target>
@@ -2489,13 +2413,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2489 <context context-type="linenumber">28</context> 2413 <context context-type="linenumber">28</context>
2490 </context-group> 2414 </context-group>
2491 </trans-unit> 2415 </trans-unit>
2492 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2493 <source>Save</source>
2494 <target>Salvar</target>
2495 <context-group name="null">
2496 <context context-type="linenumber">32</context>
2497 </context-group>
2498 </trans-unit>
2499 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2416 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2500 <source>Update my profile</source> 2417 <source>Update my profile</source>
2501 <target>Atualizar meu perfil</target> 2418 <target>Atualizar meu perfil</target>
@@ -2629,7 +2546,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2629 <source>URL</source> 2546 <source>URL</source>
2630 <target>URL</target> 2547 <target>URL</target>
2631 <context-group name="null"> 2548 <context-group name="null">
2632 <context context-type="linenumber">17</context> 2549 <context context-type="linenumber">25</context>
2633 </context-group> 2550 </context-group>
2634 </trans-unit> 2551 </trans-unit>
2635 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2552 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2639,20 +2556,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2639 <context context-type="linenumber">9</context> 2556 <context context-type="linenumber">9</context>
2640 </context-group> 2557 </context-group>
2641 </trans-unit> 2558 </trans-unit>
2642 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2643 <source>Channel</source>
2644 <target>Canal</target>
2645 <context-group name="null">
2646 <context context-type="linenumber">39</context>
2647 </context-group>
2648 </trans-unit>
2649 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2650 <source>Privacy</source>
2651 <target>Privacidade</target>
2652 <context-group name="null">
2653 <context context-type="linenumber">160</context>
2654 </context-group>
2655 </trans-unit>
2656 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 2559 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2657 <source>Sorry, but something went wrong</source><target>Sorry, but something went wrong</target><context-group name="null"> 2560 <source>Sorry, but something went wrong</source><target>Sorry, but something went wrong</target><context-group name="null">
2658 <context context-type="linenumber">49</context> 2561 <context context-type="linenumber">49</context>
@@ -2673,7 +2576,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2673 <source>Update</source> 2576 <source>Update</source>
2674 <target>Atualizar</target> 2577 <target>Atualizar</target>
2675 <context-group name="null"> 2578 <context-group name="null">
2676 <context context-type="linenumber">93</context> 2579 <context context-type="linenumber">138</context>
2677 </context-group> 2580 </context-group>
2678 </trans-unit> 2581 </trans-unit>
2679 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2582 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2825,7 +2728,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2825 <source>Tags</source> 2728 <source>Tags</source>
2826 <target>Tags</target> 2729 <target>Tags</target>
2827 <context-group name="null"> 2730 <context-group name="null">
2828 <context context-type="linenumber">197</context> 2731 <context context-type="linenumber">242</context>
2829 </context-group> 2732 </context-group>
2830 </trans-unit> 2733 </trans-unit>
2831 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2734 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2952,13 +2855,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2952 <context context-type="linenumber">135</context> 2855 <context context-type="linenumber">135</context>
2953 </context-group> 2856 </context-group>
2954 </trans-unit> 2857 </trans-unit>
2955 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2956 <source>Upload thumbnail</source>
2957 <target>Enviar miniatura</target>
2958 <context-group name="null">
2959 <context context-type="linenumber">192</context>
2960 </context-group>
2961 </trans-unit>
2962 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 2858 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2963 <source>Upload preview</source> 2859 <source>Upload preview</source>
2964 <target>Enviar pré-visualização</target> 2860 <target>Enviar pré-visualização</target>
@@ -2970,7 +2866,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
2970 <source>Support</source> 2866 <source>Support</source>
2971 <target>Apoiar</target> 2867 <target>Apoiar</target>
2972 <context-group name="null"> 2868 <context-group name="null">
2973 <context context-type="linenumber">70</context> 2869 <context context-type="linenumber">101</context>
2974 </context-group> 2870 </context-group>
2975 </trans-unit> 2871 </trans-unit>
2976 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 2872 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -3048,7 +2944,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3048 <source>Download</source> 2944 <source>Download</source>
3049 <target>Download</target> 2945 <target>Download</target>
3050 <context-group name="null"> 2946 <context-group name="null">
3051 <context context-type="linenumber">85</context> 2947 <context context-type="linenumber">130</context>
3052 </context-group> 2948 </context-group>
3053 </trans-unit> 2949 </trans-unit>
3054 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 2950 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -3071,21 +2967,21 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3071 <source>Share</source> 2967 <source>Share</source>
3072 <target>Compartilhar</target> 2968 <target>Compartilhar</target>
3073 <context-group name="null"> 2969 <context-group name="null">
3074 <context context-type="linenumber">75</context> 2970 <context context-type="linenumber">106</context>
3075 </context-group> 2971 </context-group>
3076 </trans-unit> 2972 </trans-unit>
3077 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 2973 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3078 <source>QR-Code</source> 2974 <source>QR-Code</source>
3079 <target>Código QR</target> 2975 <target>Código QR</target>
3080 <context-group name="null"> 2976 <context-group name="null">
3081 <context context-type="linenumber">29</context> 2977 <context context-type="linenumber">37</context>
3082 </context-group> 2978 </context-group>
3083 </trans-unit> 2979 </trans-unit>
3084 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2980 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3085 <source>Embed</source> 2981 <source>Embed</source>
3086 <target>Embutir</target> 2982 <target>Embutir</target>
3087 <context-group name="null"> 2983 <context-group name="null">
3088 <context context-type="linenumber">34</context> 2984 <context context-type="linenumber">42</context>
3089 </context-group> 2985 </context-group>
3090 </trans-unit> 2986 </trans-unit>
3091 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 2987 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3096,14 +2992,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3096 A url não é segura (sem HTTPS), então o vídeo embutido não funcionará em websites HTTPS (navegadores de internet bloqueiam conexões HTTP inseguras em websites HTTPS). 2992 A url não é segura (sem HTTPS), então o vídeo embutido não funcionará em websites HTTPS (navegadores de internet bloqueiam conexões HTTP inseguras em websites HTTPS).
3097 </target> 2993 </target>
3098 <context-group name="null"> 2994 <context-group name="null">
3099 <context context-type="linenumber">45</context> 2995 <context context-type="linenumber">53</context>
3100 </context-group> 2996 </context-group>
3101 </trans-unit> 2997 </trans-unit>
3102 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 2998 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3103 <source>Close</source> 2999 <source>Close</source>
3104 <target>Fechar</target> 3000 <target>Fechar</target>
3105 <context-group name="null"> 3001 <context-group name="null">
3106 <context context-type="linenumber">51</context> 3002 <context context-type="linenumber">59</context>
3107 </context-group> 3003 </context-group>
3108 </trans-unit> 3004 </trans-unit>
3109 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3005 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3126,7 +3022,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3126 O vídeo está sendo importado e estará disponível quando a importação estiver concluída. 3022 O vídeo está sendo importado e estará disponível quando a importação estiver concluída.
3127 </target> 3023 </target>
3128 <context-group name="null"> 3024 <context-group name="null">
3129 <context context-type="linenumber">11</context> 3025 <context context-type="linenumber">39</context>
3130 </context-group> 3026 </context-group>
3131 </trans-unit> 3027 </trans-unit>
3132 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3028 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3137,7 +3033,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3137 O vídeo está sendo transcodificado, pode não funcionar corretamente. 3033 O vídeo está sendo transcodificado, pode não funcionar corretamente.
3138 </target> 3034 </target>
3139 <context-group name="null"> 3035 <context-group name="null">
3140 <context context-type="linenumber">15</context> 3036 <context context-type="linenumber">43</context>
3141 </context-group> 3037 </context-group>
3142 </trans-unit> 3038 </trans-unit>
3143 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3039 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3148,14 +3044,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3148 Este vídeo será publicado em <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3044 Este vídeo será publicado em <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3149 </target> 3045 </target>
3150 <context-group name="null"> 3046 <context-group name="null">
3151 <context context-type="linenumber">19</context> 3047 <context context-type="linenumber">47</context>
3152 </context-group> 3048 </context-group>
3153 </trans-unit> 3049 </trans-unit>
3154 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3050 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3155 <source>This video is blacklisted.</source> 3051 <source>This video is blacklisted.</source>
3156 <target>Este vídeo está na lista negra.</target> 3052 <target>Este vídeo está na lista negra.</target>
3157 <context-group name="null"> 3053 <context-group name="null">
3158 <context context-type="linenumber">24</context> 3054 <context context-type="linenumber">56</context>
3159 </context-group> 3055 </context-group>
3160 </trans-unit> 3056 </trans-unit>
3161 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3057 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3166,130 +3062,112 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3166 Publicado em <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações 3062 Publicado em <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações
3167 </target> 3063 </target>
3168 <context-group name="null"> 3064 <context-group name="null">
3169 <context context-type="linenumber">36</context> 3065 <context context-type="linenumber">76</context>
3170 </context-group>
3171 </trans-unit>
3172 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3173 <source>
3174 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3175 </source>
3176 <target>
3177 Publicado em <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações
3178 </target>
3179 <context-group name="null">
3180 <context context-type="linenumber">45</context>
3181 </context-group> 3066 </context-group>
3182 </trans-unit> 3067 </trans-unit>
3183 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3068 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3184 <source>Like this video</source> 3069 <source>Like this video</source>
3185 <target>Curtir esse vídeo</target> 3070 <target>Curtir esse vídeo</target>
3186 <context-group name="null"> 3071 <context-group name="null">
3187 <context context-type="linenumber">55</context> 3072 <context context-type="linenumber">86</context>
3188 </context-group> 3073 </context-group>
3189 </trans-unit> 3074 </trans-unit>
3190 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3075 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3191 <source>Dislike this video</source> 3076 <source>Dislike this video</source>
3192 <target>Descurtir esse vídeo</target> 3077 <target>Descurtir esse vídeo</target>
3193 <context-group name="null"> 3078 <context-group name="null">
3194 <context context-type="linenumber">63</context> 3079 <context context-type="linenumber">94</context>
3195 </context-group> 3080 </context-group>
3196 </trans-unit> 3081 </trans-unit>
3197 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3082 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3198 <source>Download the video</source> 3083 <source>Download the video</source>
3199 <target>Baixar o vídeo</target> 3084 <target>Baixar o vídeo</target>
3200 <context-group name="null"> 3085 <context-group name="null">
3201 <context context-type="linenumber">84</context> 3086 <context context-type="linenumber">129</context>
3202 </context-group> 3087 </context-group>
3203 </trans-unit> 3088 </trans-unit>
3204 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3089 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3205 <source>Report</source> 3090 <source>Report</source>
3206 <target>Denunciar</target> 3091 <target>Denunciar</target>
3207 <context-group name="null"> 3092 <context-group name="null">
3208 <context context-type="linenumber">89</context> 3093 <context context-type="linenumber">134</context>
3209 </context-group> 3094 </context-group>
3210 </trans-unit> 3095 </trans-unit>
3211 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3096 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3212 <source>Report this video</source> 3097 <source>Report this video</source>
3213 <target>Denuncie esse vídeo</target> 3098 <target>Denuncie esse vídeo</target>
3214 <context-group name="null"> 3099 <context-group name="null">
3215 <context context-type="linenumber">88</context> 3100 <context context-type="linenumber">133</context>
3216 </context-group> 3101 </context-group>
3217 </trans-unit> 3102 </trans-unit>
3218 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3103 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3219 <source>Update this video</source> 3104 <source>Update this video</source>
3220 <target>Atualizar esse vídeo</target> 3105 <target>Atualizar esse vídeo</target>
3221 <context-group name="null"> 3106 <context-group name="null">
3222 <context context-type="linenumber">92</context> 3107 <context context-type="linenumber">137</context>
3223 </context-group> 3108 </context-group>
3224 </trans-unit> 3109 </trans-unit>
3225 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3110 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3226 <source>Blacklist</source> 3111 <source>Blacklist</source>
3227 <target>Lista negra</target> 3112 <target>Lista negra</target>
3228 <context-group name="null"> 3113 <context-group name="null">
3229 <context context-type="linenumber">97</context> 3114 <context context-type="linenumber">142</context>
3230 </context-group> 3115 </context-group>
3231 </trans-unit> 3116 </trans-unit>
3232 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3117 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3233 <source>Blacklist this video</source> 3118 <source>Blacklist this video</source>
3234 <target>Coloque esse vídeo na lista negra</target> 3119 <target>Coloque esse vídeo na lista negra</target>
3235 <context-group name="null"> 3120 <context-group name="null">
3236 <context context-type="linenumber">96</context> 3121 <context context-type="linenumber">141</context>
3237 </context-group>
3238 </trans-unit>
3239 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3240 <source>Unblacklist</source>
3241 <target>Retirar da lista negra</target>
3242 <context-group name="null">
3243 <context context-type="linenumber">101</context>
3244 </context-group> 3122 </context-group>
3245 </trans-unit> 3123 </trans-unit>
3246 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3124 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3247 <source>Unblacklist this video</source> 3125 <source>Unblacklist this video</source>
3248 <target>Remover este vídeo da lista negra</target> 3126 <target>Remover este vídeo da lista negra</target>
3249 <context-group name="null"> 3127 <context-group name="null">
3250 <context context-type="linenumber">100</context> 3128 <context context-type="linenumber">145</context>
3251 </context-group> 3129 </context-group>
3252 </trans-unit> 3130 </trans-unit>
3253 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3131 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3254 <source>Delete this video</source> 3132 <source>Delete this video</source>
3255 <target>Excluir esse vídeo</target> 3133 <target>Excluir esse vídeo</target>
3256 <context-group name="null"> 3134 <context-group name="null">
3257 <context context-type="linenumber">104</context> 3135 <context context-type="linenumber">149</context>
3258 </context-group> 3136 </context-group>
3259 </trans-unit> 3137 </trans-unit>
3260 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3138 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3261 <source>Go the channel page</source> 3139 <source>Go the channel page</source>
3262 <target>Ir para a página do canal</target> 3140 <target>Ir para a página do canal</target>
3263 <context-group name="null"> 3141 <context-group name="null">
3264 <context context-type="linenumber">124</context> 3142 <context context-type="linenumber">169</context>
3265 </context-group> 3143 </context-group>
3266 </trans-unit> 3144 </trans-unit>
3267 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3145 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3268 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3146 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3269 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3147 <target>Por <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3270 <context-group name="null"> 3148 <context-group name="null">
3271 <context context-type="linenumber">135</context> 3149 <context context-type="linenumber">180</context>
3272 </context-group> 3150 </context-group>
3273 </trans-unit> 3151 </trans-unit>
3274 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3152 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3275 <source>Show more</source> 3153 <source>Show more</source>
3276 <target>Mostrar mais</target> 3154 <target>Mostrar mais</target>
3277 <context-group name="null"> 3155 <context-group name="null">
3278 <context context-type="linenumber">147</context> 3156 <context context-type="linenumber">192</context>
3279 </context-group> 3157 </context-group>
3280 </trans-unit> 3158 </trans-unit>
3281 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3159 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3282 <source>Show less</source> 3160 <source>Show less</source>
3283 <target>Mostrar menos</target> 3161 <target>Mostrar menos</target>
3284 <context-group name="null"> 3162 <context-group name="null">
3285 <context context-type="linenumber">153</context> 3163 <context context-type="linenumber">198</context>
3286 </context-group> 3164 </context-group>
3287 </trans-unit> 3165 </trans-unit>
3288 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3166 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3289 <source>Friendly Reminder: </source> 3167 <source>Friendly Reminder: </source>
3290 <target>Lembrete amigável:</target> 3168 <target>Lembrete amigável:</target>
3291 <context-group name="null"> 3169 <context-group name="null">
3292 <context context-type="linenumber">214</context> 3170 <context context-type="linenumber">258</context>
3293 </context-group> 3171 </context-group>
3294 </trans-unit> 3172 </trans-unit>
3295 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3173 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3300,21 +3178,21 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3300 o sistema de compartilhamento utilizado neste vídeo implica que algumas informações técnicas sobre o seu sistema (como o seu endereço IP público) podem ser enviadas para outros peers. 3178 o sistema de compartilhamento utilizado neste vídeo implica que algumas informações técnicas sobre o seu sistema (como o seu endereço IP público) podem ser enviadas para outros peers.
3301 </target> 3179 </target>
3302 <context-group name="null"> 3180 <context-group name="null">
3303 <context context-type="linenumber">215</context> 3181 <context context-type="linenumber">259</context>
3304 </context-group> 3182 </context-group>
3305 </trans-unit> 3183 </trans-unit>
3306 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3184 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3307 <source>More information</source> 3185 <source>More information</source>
3308 <target>Mais informações</target> 3186 <target>Mais informações</target>
3309 <context-group name="null"> 3187 <context-group name="null">
3310 <context context-type="linenumber">218</context> 3188 <context context-type="linenumber">262</context>
3311 </context-group> 3189 </context-group>
3312 </trans-unit> 3190 </trans-unit>
3313 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3191 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3314 <source>Get more information</source> 3192 <source>Get more information</source>
3315 <target>Obtenha mais informações</target> 3193 <target>Obtenha mais informações</target>
3316 <context-group name="null"> 3194 <context-group name="null">
3317 <context context-type="linenumber">218</context> 3195 <context context-type="linenumber">262</context>
3318 </context-group> 3196 </context-group>
3319 </trans-unit> 3197 </trans-unit>
3320 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3198 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3325,7 +3203,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3325 OK 3203 OK
3326 </target> 3204 </target>
3327 <context-group name="null"> 3205 <context-group name="null">
3328 <context context-type="linenumber">221</context> 3206 <context context-type="linenumber">265</context>
3329 </context-group> 3207 </context-group>
3330 </trans-unit> 3208 </trans-unit>
3331 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3209 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3894,11 +3772,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3894 <context context-type="linenumber">1</context> 3772 <context context-type="linenumber">1</context>
3895 </context-group> 3773 </context-group>
3896 </trans-unit> 3774 </trans-unit>
3897 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e">
3898 <source>New video abuse on local video</source><target>New video abuse on local video</target><context-group name="null">
3899 <context context-type="linenumber">1</context>
3900 </context-group>
3901 </trans-unit>
3902 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 3775 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
3903 <source>One of your video is blacklisted/unblacklisted</source><target>One of your video is blacklisted/unblacklisted</target><context-group name="null"> 3776 <source>One of your video is blacklisted/unblacklisted</source><target>One of your video is blacklisted/unblacklisted</target><context-group name="null">
3904 <context context-type="linenumber">1</context> 3777 <context context-type="linenumber">1</context>
@@ -3967,13 +3840,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
3967 <context context-type="linenumber">1</context> 3840 <context context-type="linenumber">1</context>
3968 </context-group> 3841 </context-group>
3969 </trans-unit> 3842 </trans-unit>
3970 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
3971 <source>Create</source>
3972 <target>Criar</target>
3973 <context-group name="null">
3974 <context context-type="linenumber">1</context>
3975 </context-group>
3976 </trans-unit>
3977 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 3843 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3978 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 3844 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3979 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> atualizado.</target> 3845 <target>Canal de vídeo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> atualizado.</target>
@@ -4070,13 +3936,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4070 <context context-type="linenumber">1</context> 3936 <context context-type="linenumber">1</context>
4071 </context-group> 3937 </context-group>
4072 </trans-unit> 3938 </trans-unit>
4073 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
4074 <source>My library</source>
4075 <target>Minha biblioteca</target>
4076 <context-group name="null">
4077 <context context-type="linenumber">1</context>
4078 </context-group>
4079 </trans-unit>
4080 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 3939 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4081 <source>My channels</source> 3940 <source>My channels</source>
4082 <target>Meus canais</target> 3941 <target>Meus canais</target>
@@ -5704,13 +5563,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5704 <context context-type="linenumber">1</context> 5563 <context context-type="linenumber">1</context>
5705 </context-group> 5564 </context-group>
5706 </trans-unit> 5565 </trans-unit>
5707 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
5708 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
5709 <target>Começar em <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
5710 <context-group name="null">
5711 <context context-type="linenumber">1</context>
5712 </context-group>
5713 </trans-unit>
5714 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 5566 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
5715 <source>Like the video</source><target>Like the video</target><context-group name="null"> 5567 <source>Like the video</source><target>Like the video</target><context-group name="null">
5716 <context context-type="linenumber">1</context> 5568 <context context-type="linenumber">1</context>
@@ -5754,21 +5606,11 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5754 <context context-type="linenumber">1</context> 5606 <context context-type="linenumber">1</context>
5755 </context-group> 5607 </context-group>
5756 </trans-unit> 5608 </trans-unit>
5757 <trans-unit id="8c429645223c24afe30218fc45bb07e352bb1938">
5758 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours.</source><target>Trending videos are those totalizing the greatest number of views during the last 24 hours.</target><context-group name="null">
5759 <context context-type="linenumber">1</context>
5760 </context-group>
5761 </trans-unit>
5762 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 5609 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
5763 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target><context-group name="null"> 5610 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target><context-group name="null">
5764 <context context-type="linenumber">1</context> 5611 <context context-type="linenumber">1</context>
5765 </context-group> 5612 </context-group>
5766 </trans-unit> 5613 </trans-unit>
5767 <trans-unit id="98b98154eca3533e16b81c5b08611d19949e8661">
5768 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days.</source><target>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days.</target><context-group name="null">
5769 <context context-type="linenumber">1</context>
5770 </context-group>
5771 </trans-unit>
5772 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 5614 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
5773 <source>Videos from your subscriptions</source> 5615 <source>Videos from your subscriptions</source>
5774 <target>Vídeos de suas inscrições</target> 5616 <target>Vídeos de suas inscrições</target>
diff --git a/client/src/locale/target/angular_ru_RU.xml b/client/src/locale/target/angular_ru_RU.xml
index 1d7c6389f..344563e56 100644
--- a/client/src/locale/target/angular_ru_RU.xml
+++ b/client/src/locale/target/angular_ru_RU.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Первый</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Первый</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Предыдущий</target> 92 <target>Предыдущий</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Далее</target> 99 <target>Далее</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Прошлый</target> 106 <target>Прошлый</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,70 +140,70 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Сокращение часов</target> 141 <target>Сокращение часов</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Увеличение минут</target> 148 <target>Увеличение минут</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Минуты</target> 162 <target>Минуты</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Сокращение минут</target> 169 <target>Сокращение минут</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Увеличение секунд</target> 176 <target>Увеличение секунд</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Секунды</target> 190 <target>Секунды</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.PM"> 195 <trans-unit id="ngb.timepicker.PM">
196 <source>PM</source> 196 <source>PM</source>
197 <target>Вечера</target> 197 <target>Вечера</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">65</context> 199 <context context-type="linenumber">68</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.AM"> 202 <trans-unit id="ngb.timepicker.AM">
203 <source>AM</source> 203 <source>AM</source>
204 <target>Утра</target> 204 <target>Утра</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">66</context> 206 <context context-type="linenumber">69</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 209 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -220,6 +220,20 @@
220 <context context-type="linenumber">16</context> 220 <context context-type="linenumber">16</context>
221 </context-group> 221 </context-group>
222 </trans-unit> 222 </trans-unit>
223 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
224 <source>Display name</source>
225 <target>Отображенное имя</target>
226 <context-group name="null">
227 <context context-type="linenumber">6</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
231 <source>Save</source>
232 <target>Сохранить</target>
233 <context-group name="null">
234 <context context-type="linenumber">115</context>
235 </context-group>
236 </trans-unit>
223 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 237 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
224 <source>Delete</source> 238 <source>Delete</source>
225 <target>Удалить</target> 239 <target>Удалить</target>
@@ -256,7 +270,7 @@
256 Неограниченный <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;"/> 270 Неограниченный <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;"/>
257 </target> 271 </target>
258 <context-group name="null"> 272 <context-group name="null">
259 <context context-type="linenumber">14</context> 273 <context context-type="linenumber">28</context>
260 </context-group> 274 </context-group>
261 </trans-unit> 275 </trans-unit>
262 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125"> 276 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
@@ -370,7 +384,7 @@
370 <source>Login</source> 384 <source>Login</source>
371 <target>Авторизация</target> 385 <target>Авторизация</target>
372 <context-group name="null"> 386 <context-group name="null">
373 <context context-type="linenumber">36</context> 387 <context context-type="linenumber">32</context>
374 </context-group> 388 </context-group>
375 </trans-unit> 389 </trans-unit>
376 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 390 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -462,7 +476,7 @@
462 <source>Signup</source> 476 <source>Signup</source>
463 <target>Зарегистрироваться</target> 477 <target>Зарегистрироваться</target>
464 <context-group name="null"> 478 <context-group name="null">
465 <context context-type="linenumber">78</context> 479 <context context-type="linenumber">87</context>
466 </context-group> 480 </context-group>
467 </trans-unit> 481 </trans-unit>
468 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 482 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -519,57 +533,20 @@
519 <source>Change the language</source> 533 <source>Change the language</source>
520 <target>Изменить язык</target> 534 <target>Изменить язык</target>
521 <context-group name="null"> 535 <context-group name="null">
522 <context context-type="linenumber">86</context> 536 <context context-type="linenumber">102</context>
523 </context-group>
524 </trans-unit>
525 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
526 <source>
527 My public profile
528 </source>
529 <target>
530 Мой побличный профиль
531 </target>
532 <context-group name="null">
533 <context context-type="linenumber">16</context>
534 </context-group>
535 </trans-unit>
536 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
537 <source>
538 My account
539 </source>
540 <target>
541 Моя учетная запись
542 </target>
543 <context-group name="null">
544 <context context-type="linenumber">20</context>
545 </context-group>
546 </trans-unit>
547 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
548 <source>
549 My videos
550 </source>
551 <target>
552 Мои видео
553 </target>
554 <context-group name="null">
555 <context context-type="linenumber">24</context>
556 </context-group>
557 </trans-unit>
558 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
559 <source>
560 Log out
561 </source>
562 <target>
563 Выйти
564 </target>
565 <context-group name="null">
566 <context context-type="linenumber">28</context>
567 </context-group> 537 </context-group>
568 </trans-unit> 538 </trans-unit>
569 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 539 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
570 <source>Create an account</source> 540 <source>Create an account</source>
571 <target>Создать учетную запись</target> 541 <target>Создать учетную запись</target>
572 <context-group name="null"> 542 <context-group name="null">
543 <context context-type="linenumber">33</context>
544 </context-group>
545 </trans-unit>
546 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
547 <source>My library</source>
548 <target>Моя библиотека</target>
549 <context-group name="null">
573 <context context-type="linenumber">37</context> 550 <context context-type="linenumber">37</context>
574 </context-group> 551 </context-group>
575 </trans-unit> 552 </trans-unit>
@@ -584,63 +561,63 @@
584 <source>Subscriptions</source> 561 <source>Subscriptions</source>
585 <target>Подписки</target> 562 <target>Подписки</target>
586 <context-group name="null"> 563 <context-group name="null">
587 <context context-type="linenumber">45</context> 564 <context context-type="linenumber">51</context>
588 </context-group> 565 </context-group>
589 </trans-unit> 566 </trans-unit>
590 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 567 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
591 <source>Overview</source> 568 <source>Overview</source>
592 <target>Общий вид</target> 569 <target>Общий вид</target>
593 <context-group name="null"> 570 <context-group name="null">
594 <context context-type="linenumber">50</context> 571 <context context-type="linenumber">66</context>
595 </context-group> 572 </context-group>
596 </trans-unit> 573 </trans-unit>
597 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 574 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
598 <source>Trending</source> 575 <source>Trending</source>
599 <target>Тенденции</target> 576 <target>Тенденции</target>
600 <context-group name="null"> 577 <context-group name="null">
601 <context context-type="linenumber">55</context> 578 <context context-type="linenumber">71</context>
602 </context-group> 579 </context-group>
603 </trans-unit> 580 </trans-unit>
604 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 581 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
605 <source>Recently added</source> 582 <source>Recently added</source>
606 <target>Недавно добавленный </target> 583 <target>Недавно добавленный </target>
607 <context-group name="null"> 584 <context-group name="null">
608 <context context-type="linenumber">60</context> 585 <context context-type="linenumber">76</context>
609 </context-group> 586 </context-group>
610 </trans-unit> 587 </trans-unit>
611 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 588 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
612 <source>Local</source> 589 <source>Local</source>
613 <target>Локальный</target> 590 <target>Локальный</target>
614 <context-group name="null"> 591 <context-group name="null">
615 <context context-type="linenumber">65</context> 592 <context context-type="linenumber">81</context>
616 </context-group> 593 </context-group>
617 </trans-unit> 594 </trans-unit>
618 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 595 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
619 <source>More</source> 596 <source>More</source>
620 <target>Больше</target> 597 <target>Больше</target>
621 <context-group name="null"> 598 <context-group name="null">
622 <context context-type="linenumber">70</context> 599 <context context-type="linenumber">86</context>
623 </context-group> 600 </context-group>
624 </trans-unit> 601 </trans-unit>
625 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 602 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
626 <source>Administration</source> 603 <source>Administration</source>
627 <target>Администрация</target> 604 <target>Администрация</target>
628 <context-group name="null"> 605 <context-group name="null">
629 <context context-type="linenumber">74</context> 606 <context context-type="linenumber">90</context>
630 </context-group> 607 </context-group>
631 </trans-unit> 608 </trans-unit>
632 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 609 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
633 <source>About</source> 610 <source>About</source>
634 <target>О</target> 611 <target>О</target>
635 <context-group name="null"> 612 <context-group name="null">
636 <context context-type="linenumber">25</context> 613 <context context-type="linenumber">26</context>
637 </context-group> 614 </context-group>
638 </trans-unit> 615 </trans-unit>
639 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 616 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
640 <source>Toggle dark interface</source> 617 <source>Toggle dark interface</source>
641 <target>Изменить интерфейс</target> 618 <target>Изменить интерфейс</target>
642 <context-group name="null"> 619 <context-group name="null">
643 <context context-type="linenumber">92</context> 620 <context context-type="linenumber">108</context>
644 </context-group> 621 </context-group>
645 </trans-unit> 622 </trans-unit>
646 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 623 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -703,21 +680,21 @@
703 <source>Category</source> 680 <source>Category</source>
704 <target>Категория</target> 681 <target>Категория</target>
705 <context-group name="null"> 682 <context-group name="null">
706 <context context-type="linenumber">170</context> 683 <context context-type="linenumber">215</context>
707 </context-group> 684 </context-group>
708 </trans-unit> 685 </trans-unit>
709 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 686 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
710 <source>Licence</source> 687 <source>Licence</source>
711 <target>Лицензия</target> 688 <target>Лицензия</target>
712 <context-group name="null"> 689 <context-group name="null">
713 <context context-type="linenumber">179</context> 690 <context context-type="linenumber">224</context>
714 </context-group> 691 </context-group>
715 </trans-unit> 692 </trans-unit>
716 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 693 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
717 <source>Language</source> 694 <source>Language</source>
718 <target>Язык</target> 695 <target>Язык</target>
719 <context-group name="null"> 696 <context-group name="null">
720 <context context-type="linenumber">188</context> 697 <context context-type="linenumber">233</context>
721 </context-group> 698 </context-group>
722 </trans-unit> 699 </trans-unit>
723 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 700 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -813,13 +790,6 @@
813 <context context-type="linenumber">39</context> 790 <context context-type="linenumber">39</context>
814 </context-group> 791 </context-group>
815 </trans-unit> 792 </trans-unit>
816 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
817 <source>User registration is allowed and</source>
818 <target>Создания учетной записи разрешено и</target>
819 <context-group name="null">
820 <context context-type="linenumber">29</context>
821 </context-group>
822 </trans-unit>
823 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 793 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
824 <source> 794 <source>
825 About PeerTube 795 About PeerTube
@@ -1133,42 +1103,42 @@
1133 <source>Default client route</source> 1103 <source>Default client route</source>
1134 <target>Default client route</target> 1104 <target>Default client route</target>
1135 <context-group name="null"> 1105 <context-group name="null">
1136 <context context-type="linenumber">48</context> 1106 <context context-type="linenumber">57</context>
1137 </context-group> 1107 </context-group>
1138 </trans-unit> 1108 </trans-unit>
1139 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1109 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1140 <source>Videos Overview</source> 1110 <source>Videos Overview</source>
1141 <target>Все видео</target> 1111 <target>Все видео</target>
1142 <context-group name="null"> 1112 <context-group name="null">
1143 <context context-type="linenumber">51</context> 1113 <context context-type="linenumber">60</context>
1144 </context-group> 1114 </context-group>
1145 </trans-unit> 1115 </trans-unit>
1146 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1116 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1147 <source>Videos Trending</source> 1117 <source>Videos Trending</source>
1148 <target>Тенденции видео</target> 1118 <target>Тенденции видео</target>
1149 <context-group name="null"> 1119 <context-group name="null">
1150 <context context-type="linenumber">52</context> 1120 <context context-type="linenumber">61</context>
1151 </context-group> 1121 </context-group>
1152 </trans-unit> 1122 </trans-unit>
1153 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1123 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1154 <source>Videos Recently Added</source> 1124 <source>Videos Recently Added</source>
1155 <target>Недавно добавленное видео</target> 1125 <target>Недавно добавленное видео</target>
1156 <context-group name="null"> 1126 <context-group name="null">
1157 <context context-type="linenumber">53</context> 1127 <context context-type="linenumber">62</context>
1158 </context-group> 1128 </context-group>
1159 </trans-unit> 1129 </trans-unit>
1160 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1130 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1161 <source>Local videos</source> 1131 <source>Local videos</source>
1162 <target>Местное видео</target> 1132 <target>Местное видео</target>
1163 <context-group name="null"> 1133 <context-group name="null">
1164 <context context-type="linenumber">54</context> 1134 <context context-type="linenumber">63</context>
1165 </context-group> 1135 </context-group>
1166 </trans-unit> 1136 </trans-unit>
1167 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1137 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1168 <source>Policy on videos containing sensitive content</source> 1138 <source>Policy on videos containing sensitive content</source>
1169 <target>Политика касательно видео содержащих нежелательный контент</target> 1139 <target>Политика касательно видео содержащих нежелательный контент</target>
1170 <context-group name="null"> 1140 <context-group name="null">
1171 <context context-type="linenumber">61</context> 1141 <context context-type="linenumber">70</context>
1172 </context-group> 1142 </context-group>
1173 </trans-unit> 1143 </trans-unit>
1174 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1144 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1203,42 +1173,42 @@
1203 <source>Signup enabled</source> 1173 <source>Signup enabled</source>
1204 <target>Регистрация активирована</target> 1174 <target>Регистрация активирована</target>
1205 <context-group name="null"> 1175 <context-group name="null">
1206 <context context-type="linenumber">84</context> 1176 <context context-type="linenumber">93</context>
1207 </context-group> 1177 </context-group>
1208 </trans-unit> 1178 </trans-unit>
1209 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1179 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1210 <source>Signup requires email verification</source> 1180 <source>Signup requires email verification</source>
1211 <target>Для регистрации нужно подтвержение через электронную почту</target> 1181 <target>Для регистрации нужно подтвержение через электронную почту</target>
1212 <context-group name="null"> 1182 <context-group name="null">
1213 <context context-type="linenumber">91</context> 1183 <context context-type="linenumber">100</context>
1214 </context-group> 1184 </context-group>
1215 </trans-unit> 1185 </trans-unit>
1216 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1186 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1217 <source>Signup limit</source> 1187 <source>Signup limit</source>
1218 <target>Лимит регистрации</target> 1188 <target>Лимит регистрации</target>
1219 <context-group name="null"> 1189 <context-group name="null">
1220 <context context-type="linenumber">96</context> 1190 <context context-type="linenumber">105</context>
1221 </context-group> 1191 </context-group>
1222 </trans-unit> 1192 </trans-unit>
1223 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1193 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1224 <source>Users</source> 1194 <source>Users</source>
1225 <target>Пользователи</target> 1195 <target>Пользователи</target>
1226 <context-group name="null"> 1196 <context-group name="null">
1227 <context context-type="linenumber">105</context> 1197 <context context-type="linenumber">114</context>
1228 </context-group> 1198 </context-group>
1229 </trans-unit> 1199 </trans-unit>
1230 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1200 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1231 <source>User default video quota</source> 1201 <source>User default video quota</source>
1232 <target>Квота видео по умолчанию на одного пользователя</target> 1202 <target>Квота видео по умолчанию на одного пользователя</target>
1233 <context-group name="null"> 1203 <context-group name="null">
1234 <context context-type="linenumber">109</context> 1204 <context context-type="linenumber">118</context>
1235 </context-group> 1205 </context-group>
1236 </trans-unit> 1206 </trans-unit>
1237 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1207 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1238 <source>User default daily upload limit</source> 1208 <source>User default daily upload limit</source>
1239 <target>Ежедневный лимит загрузок по умолчанию на одгого пользователя</target> 1209 <target>Ежедневный лимит загрузок по умолчанию на одгого пользователя</target>
1240 <context-group name="null"> 1210 <context-group name="null">
1241 <context context-type="linenumber">121</context> 1211 <context context-type="linenumber">130</context>
1242 </context-group> 1212 </context-group>
1243 </trans-unit> 1213 </trans-unit>
1244 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1214 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1252,21 +1222,21 @@
1252 <source>Video import with a torrent file or a magnet URI enabled</source> 1222 <source>Video import with a torrent file or a magnet URI enabled</source>
1253 <target>Импорт видео с помощью файла торент или magnet URI активирован</target> 1223 <target>Импорт видео с помощью файла торент или magnet URI активирован</target>
1254 <context-group name="null"> 1224 <context-group name="null">
1255 <context context-type="linenumber">148</context> 1225 <context context-type="linenumber">157</context>
1256 </context-group> 1226 </context-group>
1257 </trans-unit> 1227 </trans-unit>
1258 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1228 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1259 <source>Administrator</source> 1229 <source>Administrator</source>
1260 <target>Администратор</target> 1230 <target>Администратор</target>
1261 <context-group name="null"> 1231 <context-group name="null">
1262 <context context-type="linenumber">155</context> 1232 <context context-type="linenumber">181</context>
1263 </context-group> 1233 </context-group>
1264 </trans-unit> 1234 </trans-unit>
1265 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1235 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1266 <source>Admin email</source> 1236 <source>Admin email</source>
1267 <target>Электронная почта администратора</target> 1237 <target>Электронная почта администратора</target>
1268 <context-group name="null"> 1238 <context-group name="null">
1269 <context context-type="linenumber">158</context> 1239 <context context-type="linenumber">184</context>
1270 </context-group> 1240 </context-group>
1271 </trans-unit> 1241 </trans-unit>
1272 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1242 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1280,70 +1250,70 @@
1280 <source>Twitter</source> 1250 <source>Twitter</source>
1281 <target>Twitter</target> 1251 <target>Twitter</target>
1282 <context-group name="null"> 1252 <context-group name="null">
1283 <context context-type="linenumber">178</context> 1253 <context context-type="linenumber">204</context>
1284 </context-group> 1254 </context-group>
1285 </trans-unit> 1255 </trans-unit>
1286 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1256 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1287 <source>Your Twitter username</source> 1257 <source>Your Twitter username</source>
1288 <target>Ваше имя пользователя в Twitter</target> 1258 <target>Ваше имя пользователя в Twitter</target>
1289 <context-group name="null"> 1259 <context-group name="null">
1290 <context context-type="linenumber">184</context> 1260 <context context-type="linenumber">210</context>
1291 </context-group> 1261 </context-group>
1292 </trans-unit> 1262 </trans-unit>
1293 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1263 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1294 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1264 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1295 <target>Показывает учетнаю запись в Twitter сайта или платформы с которых было опубликован контент</target> 1265 <target>Показывает учетнаю запись в Twitter сайта или платформы с которых было опубликован контент</target>
1296 <context-group name="null"> 1266 <context-group name="null">
1297 <context context-type="linenumber">187</context> 1267 <context context-type="linenumber">213</context>
1298 </context-group> 1268 </context-group>
1299 </trans-unit> 1269 </trans-unit>
1300 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1270 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1301 <source>Instance whitelisted by Twitter</source> 1271 <source>Instance whitelisted by Twitter</source>
1302 <target>Сервер имеет аккредитацию Twitter</target> 1272 <target>Сервер имеет аккредитацию Twitter</target>
1303 <context-group name="null"> 1273 <context-group name="null">
1304 <context context-type="linenumber">199</context> 1274 <context context-type="linenumber">225</context>
1305 </context-group> 1275 </context-group>
1306 </trans-unit> 1276 </trans-unit>
1307 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1277 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1308 <source>Services</source> 1278 <source>Services</source>
1309 <target>Сервис</target> 1279 <target>Сервис</target>
1310 <context-group name="null"> 1280 <context-group name="null">
1311 <context context-type="linenumber">176</context> 1281 <context context-type="linenumber">202</context>
1312 </context-group> 1282 </context-group>
1313 </trans-unit> 1283 </trans-unit>
1314 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1284 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1315 <source>Transcoding</source> 1285 <source>Transcoding</source>
1316 <target>Транскодирование</target> 1286 <target>Транскодирование</target>
1317 <context-group name="null"> 1287 <context-group name="null">
1318 <context context-type="linenumber">215</context> 1288 <context context-type="linenumber">241</context>
1319 </context-group> 1289 </context-group>
1320 </trans-unit> 1290 </trans-unit>
1321 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1291 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1322 <source>Transcoding enabled</source> 1292 <source>Transcoding enabled</source>
1323 <target>Транскодирование активировано</target> 1293 <target>Транскодирование активировано</target>
1324 <context-group name="null"> 1294 <context-group name="null">
1325 <context context-type="linenumber">221</context> 1295 <context context-type="linenumber">247</context>
1326 </context-group> 1296 </context-group>
1327 </trans-unit> 1297 </trans-unit>
1328 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1298 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1329 <source>If you disable transcoding, many videos from your users will not work!</source> 1299 <source>If you disable transcoding, many videos from your users will not work!</source>
1330 <target>Если вы дезактивируете транскодирование, многие видео пользователей перестанут работать</target> 1300 <target>Если вы дезактивируете транскодирование, многие видео пользователей перестанут работать</target>
1331 <context-group name="null"> 1301 <context-group name="null">
1332 <context context-type="linenumber">222</context> 1302 <context context-type="linenumber">248</context>
1333 </context-group> 1303 </context-group>
1334 </trans-unit> 1304 </trans-unit>
1335 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1305 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1336 <source>Transcoding threads</source> 1306 <source>Transcoding threads</source>
1337 <target>Количество threads для транскодирования</target> 1307 <target>Количество threads для транскодирования</target>
1338 <context-group name="null"> 1308 <context-group name="null">
1339 <context context-type="linenumber">237</context> 1309 <context context-type="linenumber">263</context>
1340 </context-group> 1310 </context-group>
1341 </trans-unit> 1311 </trans-unit>
1342 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1312 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1343 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1313 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1344 <target>Разрешение <x id="INTERPOLATION" equiv-text="{{resolution}}"/> активировано</target> 1314 <target>Разрешение <x id="INTERPOLATION" equiv-text="{{resolution}}"/> активировано</target>
1345 <context-group name="null"> 1315 <context-group name="null">
1346 <context context-type="linenumber">252</context> 1316 <context context-type="linenumber">278</context>
1347 </context-group> 1317 </context-group>
1348 </trans-unit> 1318 </trans-unit>
1349 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1319 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1358,70 +1328,70 @@
1358 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1328 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1359 </target> 1329 </target>
1360 <context-group name="null"> 1330 <context-group name="null">
1361 <context context-type="linenumber">260</context> 1331 <context context-type="linenumber">286</context>
1362 </context-group> 1332 </context-group>
1363 </trans-unit> 1333 </trans-unit>
1364 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1334 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1365 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1335 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1366 <target>Некоторые миниатюры не федератные (миниатюры, названия). Они взяты непосредственно из их оригинального сервера и мы их не храним.</target> 1336 <target>Некоторые миниатюры не федератные (миниатюры, названия). Они взяты непосредственно из их оригинального сервера и мы их не храним.</target>
1367 <context-group name="null"> 1337 <context-group name="null">
1368 <context context-type="linenumber">265</context> 1338 <context context-type="linenumber">291</context>
1369 </context-group> 1339 </context-group>
1370 </trans-unit> 1340 </trans-unit>
1371 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1341 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1372 <source>Previews cache size</source> 1342 <source>Previews cache size</source>
1373 <target>Размер кеша предпросмотра</target> 1343 <target>Размер кеша предпросмотра</target>
1374 <context-group name="null"> 1344 <context-group name="null">
1375 <context context-type="linenumber">271</context> 1345 <context context-type="linenumber">297</context>
1376 </context-group> 1346 </context-group>
1377 </trans-unit> 1347 </trans-unit>
1378 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1348 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1379 <source>Video captions cache size</source> 1349 <source>Video captions cache size</source>
1380 <target>Размер кеша предпросмотра надписей</target> 1350 <target>Размер кеша предпросмотра надписей</target>
1381 <context-group name="null"> 1351 <context-group name="null">
1382 <context context-type="linenumber">280</context> 1352 <context context-type="linenumber">306</context>
1383 </context-group> 1353 </context-group>
1384 </trans-unit> 1354 </trans-unit>
1385 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1355 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1386 <source>Customizations</source> 1356 <source>Customizations</source>
1387 <target>Персонализация</target> 1357 <target>Персонализация</target>
1388 <context-group name="null"> 1358 <context-group name="null">
1389 <context context-type="linenumber">289</context> 1359 <context context-type="linenumber">315</context>
1390 </context-group> 1360 </context-group>
1391 </trans-unit> 1361 </trans-unit>
1392 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1362 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1393 <source>JavaScript</source> 1363 <source>JavaScript</source>
1394 <target>Ява Скрипт</target> 1364 <target>Ява Скрипт</target>
1395 <context-group name="null"> 1365 <context-group name="null">
1396 <context context-type="linenumber">294</context> 1366 <context context-type="linenumber">320</context>
1397 </context-group> 1367 </context-group>
1398 </trans-unit> 1368 </trans-unit>
1399 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1369 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1400 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1370 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1401 <target>Напишите непосредственно код Ява Скрипта .&lt;br /&gt;Пример : &lt;pre&gt;console.log('мой сервер крут');&lt;/pre&gt;</target> 1371 <target>Напишите непосредственно код Ява Скрипта .&lt;br /&gt;Пример : &lt;pre&gt;console.log('мой сервер крут');&lt;/pre&gt;</target>
1402 <context-group name="null"> 1372 <context-group name="null">
1403 <context context-type="linenumber">297</context> 1373 <context context-type="linenumber">323</context>
1404 </context-group> 1374 </context-group>
1405 </trans-unit> 1375 </trans-unit>
1406 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1376 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1407 <source>Advanced configuration</source> 1377 <source>Advanced configuration</source>
1408 <target>Продвинутая конфигурация</target> 1378 <target>Продвинутая конфигурация</target>
1409 <context-group name="null"> 1379 <context-group name="null">
1410 <context context-type="linenumber">212</context> 1380 <context context-type="linenumber">238</context>
1411 </context-group> 1381 </context-group>
1412 </trans-unit> 1382 </trans-unit>
1413 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1383 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1414 <source>Update configuration</source> 1384 <source>Update configuration</source>
1415 <target>Обновить конфигурацию</target> 1385 <target>Обновить конфигурацию</target>
1416 <context-group name="null"> 1386 <context-group name="null">
1417 <context context-type="linenumber">340</context> 1387 <context context-type="linenumber">366</context>
1418 </context-group> 1388 </context-group>
1419 </trans-unit> 1389 </trans-unit>
1420 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1390 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1421 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1391 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1422 <target>Конфигурация неудачная. Пожалуйста, найдите потенциальную ошибку в разных окнах. </target> 1392 <target>Конфигурация неудачная. Пожалуйста, найдите потенциальную ошибку в разных окнах. </target>
1423 <context-group name="null"> 1393 <context-group name="null">
1424 <context context-type="linenumber">341</context> 1394 <context context-type="linenumber">367</context>
1425 </context-group> 1395 </context-group>
1426 </trans-unit> 1396 </trans-unit>
1427 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1397 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1794,13 +1764,6 @@
1794 <context context-type="linenumber">5</context> 1764 <context context-type="linenumber">5</context>
1795 </context-group> 1765 </context-group>
1796 </trans-unit> 1766 </trans-unit>
1797 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
1798 <source>Blacklisted videos</source>
1799 <target>Видео в черном списке</target>
1800 <context-group name="null">
1801 <context context-type="linenumber">7</context>
1802 </context-group>
1803 </trans-unit>
1804 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 1767 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
1805 <source>Video quota:</source> 1768 <source>Video quota:</source>
1806 <target>Квота видео</target> 1769 <target>Квота видео</target>
@@ -1833,7 +1796,7 @@
1833 <source>Change ownership</source> 1796 <source>Change ownership</source>
1834 <target>Изменить собственника</target> 1797 <target>Изменить собственника</target>
1835 <context-group name="null"> 1798 <context-group name="null">
1836 <context context-type="linenumber">46</context> 1799 <context context-type="linenumber">40</context>
1837 </context-group> 1800 </context-group>
1838 </trans-unit> 1801 </trans-unit>
1839 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 1802 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -1858,32 +1821,14 @@
1858 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 1821 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
1859 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> просмотры</target> 1822 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> просмотры</target>
1860 <context-group name="null"> 1823 <context-group name="null">
1861 <context context-type="linenumber">19</context> 1824 <context context-type="linenumber">13</context>
1862 </context-group> 1825 </context-group>
1863 </trans-unit> 1826 </trans-unit>
1864 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 1827 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
1865 <source>Blacklisted</source> 1828 <source>Blacklisted</source>
1866 <target>Черный список</target> 1829 <target>Черный список</target>
1867 <context-group name="null"> 1830 <context-group name="null">
1868 <context context-type="linenumber">22</context> 1831 <context context-type="linenumber">16</context>
1869 </context-group>
1870 </trans-unit>
1871 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
1872 <source>
1873 Cancel
1874 </source>
1875 <target>
1876 Отменить
1877 </target>
1878 <context-group name="null">
1879 <context context-type="linenumber">30</context>
1880 </context-group>
1881 </trans-unit>
1882 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
1883 <source>Create another video channel</source>
1884 <target>Создать другой видеоканал</target>
1885 <context-group name="null">
1886 <context context-type="linenumber">4</context>
1887 </context-group> 1832 </context-group>
1888 </trans-unit> 1833 </trans-unit>
1889 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 1834 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -1907,13 +1852,6 @@
1907 <context context-type="linenumber">15</context> 1852 <context context-type="linenumber">15</context>
1908 </context-group> 1853 </context-group>
1909 </trans-unit> 1854 </trans-unit>
1910 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
1911 <source>Display name</source>
1912 <target>Отображенное имя</target>
1913 <context-group name="null">
1914 <context context-type="linenumber">6</context>
1915 </context-group>
1916 </trans-unit>
1917 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 1855 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
1918 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 1856 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
1919When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 1857When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2041,13 +1979,6 @@ When you will upload a video in this channel, the video support field will be au
2041 <context context-type="linenumber">28</context> 1979 <context context-type="linenumber">28</context>
2042 </context-group> 1980 </context-group>
2043 </trans-unit> 1981 </trans-unit>
2044 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2045 <source>Save</source>
2046 <target>Сохранить</target>
2047 <context-group name="null">
2048 <context context-type="linenumber">32</context>
2049 </context-group>
2050 </trans-unit>
2051 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 1982 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2052 <source>Update my profile</source> 1983 <source>Update my profile</source>
2053 <target>Обновить мой профиль</target> 1984 <target>Обновить мой профиль</target>
@@ -2148,7 +2079,7 @@ When you will upload a video in this channel, the video support field will be au
2148 <source>URL</source> 2079 <source>URL</source>
2149 <target>URL</target> 2080 <target>URL</target>
2150 <context-group name="null"> 2081 <context-group name="null">
2151 <context context-type="linenumber">17</context> 2082 <context context-type="linenumber">25</context>
2152 </context-group> 2083 </context-group>
2153 </trans-unit> 2084 </trans-unit>
2154 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894"> 2085 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
@@ -2158,13 +2089,6 @@ When you will upload a video in this channel, the video support field will be au
2158 <context context-type="linenumber">1</context> 2089 <context context-type="linenumber">1</context>
2159 </context-group> 2090 </context-group>
2160 </trans-unit> 2091 </trans-unit>
2161 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
2162 <source>My library</source>
2163 <target>Моя библиотека</target>
2164 <context-group name="null">
2165 <context context-type="linenumber">1</context>
2166 </context-group>
2167 </trans-unit>
2168 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 2092 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
2169 <source>My channels</source> 2093 <source>My channels</source>
2170 <target>Мои каналы</target> 2094 <target>Мои каналы</target>
diff --git a/client/src/locale/target/angular_sv_SE.xml b/client/src/locale/target/angular_sv_SE.xml
index cef33603b..dd83e91ae 100644
--- a/client/src/locale/target/angular_sv_SE.xml
+++ b/client/src/locale/target/angular_sv_SE.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>Första</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>Första</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>Föregående</target> 92 <target>Föregående</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>Nästa</target> 99 <target>Nästa</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>Sista</target> 106 <target>Sista</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>Dra från timmar</target> 141 <target>Dra från timmar</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>Lägg till minuter</target> 148 <target>Lägg till minuter</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>Minuter</target> 162 <target>Minuter</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>Dra från minuter</target> 169 <target>Dra från minuter</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>Lägg till sekunder</target> 176 <target>Lägg till sekunder</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>Sekunder</target> 190 <target>Sekunder</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>Dra från sekunder</target> 197 <target>Dra från sekunder</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target> på eftermiddagen</target> 204 <target> på eftermiddagen</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target> på förmiddagen</target> 211 <target> på förmiddagen</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,18 +227,233 @@
227 <context context-type="linenumber">1</context> 227 <context context-type="linenumber">1</context>
228 </context-group> 228 </context-group>
229 </trans-unit> 229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicerade en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>ny video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <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;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 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
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <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;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 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;"/> är inte längre svartlistad
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <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;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 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
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <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;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 Din 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
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <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;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <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;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <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;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <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 skickat in för 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;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
307 <source>
308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <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;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <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;"/> har skrivit 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;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <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;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 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
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <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;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 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
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <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;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
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 }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <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;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <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 }}"/> har genomförts
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <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;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <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
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <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;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <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 }}"/> kunde inte genomföras
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <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;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <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;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 Användarkontot <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> har skapats<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> på din instans
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <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
407
408 <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;"/>
409 <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;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <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
417
418 <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;"/>
419 <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;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <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;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <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 på videon <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;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 445 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 446 <source>Unlisted</source>
232 <target>Olistad</target> 447 <target>Olistad</target>
233 <context-group name="null"> 448 <context-group name="null">
234 <context context-type="linenumber">10</context> 449 <context context-type="linenumber">17</context>
235 </context-group> 450 </context-group>
236 </trans-unit> 451 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 452 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 453 <source>Private</source>
239 <target>Privat</target> 454 <target>Privat</target>
240 <context-group name="null"> 455 <context-group name="null">
241 <context context-type="linenumber">11</context> 456 <context context-type="linenumber">18</context>
242 </context-group> 457 </context-group>
243 </trans-unit> 458 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 459 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -248,6 +463,27 @@
248 <context context-type="linenumber">16</context> 463 <context context-type="linenumber">16</context>
249 </context-group> 464 </context-group>
250 </trans-unit> 465 </trans-unit>
466 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
467 <source>Display name</source>
468 <target>Visa namn</target>
469 <context-group name="null">
470 <context context-type="linenumber">6</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
474 <source>Create</source>
475 <target>Skapa</target>
476 <context-group name="null">
477 <context context-type="linenumber">73</context>
478 </context-group>
479 </trans-unit>
480 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
481 <source>Save</source>
482 <target>Spara</target>
483 <context-group name="null">
484 <context context-type="linenumber">115</context>
485 </context-group>
486 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 487 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
252 <source>Delete</source> 488 <source>Delete</source>
253 <target>Ta bort</target> 489 <target>Ta bort</target>
@@ -399,7 +635,7 @@
399 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;"/> 635 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;"/>
400 </target> 636 </target>
401 <context-group name="null"> 637 <context-group name="null">
402 <context context-type="linenumber">14</context> 638 <context context-type="linenumber">28</context>
403 </context-group> 639 </context-group>
404 </trans-unit> 640 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 641 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -527,7 +763,7 @@
527 <source>Login</source> 763 <source>Login</source>
528 <target>Logga in</target> 764 <target>Logga in</target>
529 <context-group name="null"> 765 <context-group name="null">
530 <context context-type="linenumber">36</context> 766 <context context-type="linenumber">32</context>
531 </context-group> 767 </context-group>
532 </trans-unit> 768 </trans-unit>
533 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 769 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -637,7 +873,7 @@
637 <source>Signup</source> 873 <source>Signup</source>
638 <target>Registrering</target> 874 <target>Registrering</target>
639 <context-group name="null"> 875 <context-group name="null">
640 <context context-type="linenumber">78</context> 876 <context context-type="linenumber">87</context>
641 </context-group> 877 </context-group>
642 </trans-unit> 878 </trans-unit>
643 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 879 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -707,7 +943,7 @@
707 <source>Change the language</source> 943 <source>Change the language</source>
708 <target>Ändra språk</target> 944 <target>Ändra språk</target>
709 <context-group name="null"> 945 <context-group name="null">
710 <context context-type="linenumber">86</context> 946 <context context-type="linenumber">102</context>
711 </context-group> 947 </context-group>
712 </trans-unit> 948 </trans-unit>
713 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 949 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -721,54 +957,17 @@
721 <context context-type="linenumber">8</context> 957 <context context-type="linenumber">8</context>
722 </context-group> 958 </context-group>
723 </trans-unit> 959 </trans-unit>
724 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
725 <source>
726 My public profile
727 </source>
728 <target>
729 Min offentliga profil
730 </target>
731 <context-group name="null">
732 <context context-type="linenumber">16</context>
733 </context-group>
734 </trans-unit>
735 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
736 <source>
737 My account
738 </source>
739 <target>
740 Mitt konto
741 </target>
742 <context-group name="null">
743 <context context-type="linenumber">20</context>
744 </context-group>
745 </trans-unit>
746 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
747 <source>
748 My videos
749 </source>
750 <target>
751 Mina videor
752 </target>
753 <context-group name="null">
754 <context context-type="linenumber">24</context>
755 </context-group>
756 </trans-unit>
757 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
758 <source>
759 Log out
760 </source>
761 <target>
762 Logga ut
763 </target>
764 <context-group name="null">
765 <context context-type="linenumber">28</context>
766 </context-group>
767 </trans-unit>
768 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 960 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
769 <source>Create an account</source> 961 <source>Create an account</source>
770 <target>Skapa ett konto</target> 962 <target>Skapa ett konto</target>
771 <context-group name="null"> 963 <context-group name="null">
964 <context context-type="linenumber">33</context>
965 </context-group>
966 </trans-unit>
967 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
968 <source>My library</source>
969 <target>Mitt bibliotek</target>
970 <context-group name="null">
772 <context context-type="linenumber">37</context> 971 <context context-type="linenumber">37</context>
773 </context-group> 972 </context-group>
774 </trans-unit> 973 </trans-unit>
@@ -783,70 +982,70 @@
783 <source>Subscriptions</source> 982 <source>Subscriptions</source>
784 <target>Prenumerationer</target> 983 <target>Prenumerationer</target>
785 <context-group name="null"> 984 <context-group name="null">
786 <context context-type="linenumber">45</context> 985 <context context-type="linenumber">51</context>
787 </context-group> 986 </context-group>
788 </trans-unit> 987 </trans-unit>
789 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 988 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
790 <source>Overview</source> 989 <source>Overview</source>
791 <target>Översikt</target> 990 <target>Översikt</target>
792 <context-group name="null"> 991 <context-group name="null">
793 <context context-type="linenumber">50</context> 992 <context context-type="linenumber">66</context>
794 </context-group> 993 </context-group>
795 </trans-unit> 994 </trans-unit>
796 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 995 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
797 <source>Trending</source> 996 <source>Trending</source>
798 <target>Populärt</target> 997 <target>Populärt</target>
799 <context-group name="null"> 998 <context-group name="null">
800 <context context-type="linenumber">55</context> 999 <context context-type="linenumber">71</context>
801 </context-group> 1000 </context-group>
802 </trans-unit> 1001 </trans-unit>
803 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1002 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
804 <source>Recently added</source> 1003 <source>Recently added</source>
805 <target>Nyligen tillagt</target> 1004 <target>Nyligen tillagt</target>
806 <context-group name="null"> 1005 <context-group name="null">
807 <context context-type="linenumber">60</context> 1006 <context context-type="linenumber">76</context>
808 </context-group> 1007 </context-group>
809 </trans-unit> 1008 </trans-unit>
810 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1009 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
811 <source>Local</source> 1010 <source>Local</source>
812 <target>Lokalt</target> 1011 <target>Lokalt</target>
813 <context-group name="null"> 1012 <context-group name="null">
814 <context context-type="linenumber">65</context> 1013 <context context-type="linenumber">81</context>
815 </context-group> 1014 </context-group>
816 </trans-unit> 1015 </trans-unit>
817 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1016 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
818 <source>More</source> 1017 <source>More</source>
819 <target>Mer</target> 1018 <target>Mer</target>
820 <context-group name="null"> 1019 <context-group name="null">
821 <context context-type="linenumber">70</context> 1020 <context context-type="linenumber">86</context>
822 </context-group> 1021 </context-group>
823 </trans-unit> 1022 </trans-unit>
824 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1023 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
825 <source>Administration</source> 1024 <source>Administration</source>
826 <target>Administration</target> 1025 <target>Administration</target>
827 <context-group name="null"> 1026 <context-group name="null">
828 <context context-type="linenumber">74</context> 1027 <context context-type="linenumber">90</context>
829 </context-group> 1028 </context-group>
830 </trans-unit> 1029 </trans-unit>
831 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1030 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
832 <source>About</source> 1031 <source>About</source>
833 <target>Om</target> 1032 <target>Om</target>
834 <context-group name="null"> 1033 <context-group name="null">
835 <context context-type="linenumber">25</context> 1034 <context context-type="linenumber">26</context>
836 </context-group> 1035 </context-group>
837 </trans-unit> 1036 </trans-unit>
838 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1037 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
839 <source>Show keyboard shortcuts</source> 1038 <source>Show keyboard shortcuts</source>
840 <target>Visa kortkommandon</target> 1039 <target>Visa kortkommandon</target>
841 <context-group name="null"> 1040 <context-group name="null">
842 <context context-type="linenumber">89</context> 1041 <context context-type="linenumber">105</context>
843 </context-group> 1042 </context-group>
844 </trans-unit> 1043 </trans-unit>
845 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1044 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
846 <source>Toggle dark interface</source> 1045 <source>Toggle dark interface</source>
847 <target>Växla mörkt gränssnitt</target> 1046 <target>Växla mörkt gränssnitt</target>
848 <context-group name="null"> 1047 <context-group name="null">
849 <context context-type="linenumber">92</context> 1048 <context context-type="linenumber">108</context>
850 </context-group> 1049 </context-group>
851 </trans-unit> 1050 </trans-unit>
852 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1051 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -867,14 +1066,14 @@
867 <source>Update your notification preferences</source> 1066 <source>Update your notification preferences</source>
868 <target>Uppdatera dina notifikationsinställningar</target> 1067 <target>Uppdatera dina notifikationsinställningar</target>
869 <context-group name="null"> 1068 <context-group name="null">
870 <context context-type="linenumber">15</context> 1069 <context context-type="linenumber">16</context>
871 </context-group> 1070 </context-group>
872 </trans-unit> 1071 </trans-unit>
873 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 1072 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
874 <source>See all your notifications</source> 1073 <source>See all your notifications</source>
875 <target>Visa alla dina notifikationer</target> 1074 <target>Visa alla dina notifikationer</target>
876 <context-group name="null"> 1075 <context-group name="null">
877 <context context-type="linenumber">22</context> 1076 <context context-type="linenumber">30</context>
878 </context-group> 1077 </context-group>
879 </trans-unit> 1078 </trans-unit>
880 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1079 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -905,6 +1104,27 @@
905 <context context-type="linenumber">15</context> 1104 <context context-type="linenumber">15</context>
906 </context-group> 1105 </context-group>
907 </trans-unit> 1106 </trans-unit>
1107 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1108 <source>Original publication year</source>
1109 <target>Ursprungligt publiceringsår</target>
1110 <context-group name="null">
1111 <context context-type="linenumber">24</context>
1112 </context-group>
1113 </trans-unit>
1114 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1115 <source>After...</source>
1116 <target>Efter …</target>
1117 <context-group name="null">
1118 <context context-type="linenumber">30</context>
1119 </context-group>
1120 </trans-unit>
1121 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1122 <source>Before...</source>
1123 <target>Före …</target>
1124 <context-group name="null">
1125 <context context-type="linenumber">37</context>
1126 </context-group>
1127 </trans-unit>
908 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1128 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
909 <source>Duration</source> 1129 <source>Duration</source>
910 <target>Längd</target> 1130 <target>Längd</target>
@@ -937,21 +1157,21 @@
937 <source>Category</source> 1157 <source>Category</source>
938 <target>Kategori</target> 1158 <target>Kategori</target>
939 <context-group name="null"> 1159 <context-group name="null">
940 <context context-type="linenumber">170</context> 1160 <context context-type="linenumber">215</context>
941 </context-group> 1161 </context-group>
942 </trans-unit> 1162 </trans-unit>
943 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1163 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
944 <source>Licence</source> 1164 <source>Licence</source>
945 <target>Licens</target> 1165 <target>Licens</target>
946 <context-group name="null"> 1166 <context-group name="null">
947 <context context-type="linenumber">179</context> 1167 <context context-type="linenumber">224</context>
948 </context-group> 1168 </context-group>
949 </trans-unit> 1169 </trans-unit>
950 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1170 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
951 <source>Language</source> 1171 <source>Language</source>
952 <target>Språk</target> 1172 <target>Språk</target>
953 <context-group name="null"> 1173 <context-group name="null">
954 <context context-type="linenumber">188</context> 1174 <context context-type="linenumber">233</context>
955 </context-group> 1175 </context-group>
956 </trans-unit> 1176 </trans-unit>
957 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1177 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1118,46 +1338,6 @@
1118 <context context-type="linenumber">39</context> 1338 <context context-type="linenumber">39</context>
1119 </context-group> 1339 </context-group>
1120 </trans-unit> 1340 </trans-unit>
1121 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1122 <source>User registration is allowed and</source>
1123 <target>Användarregistrering är tillåten och</target>
1124 <context-group name="null">
1125 <context context-type="linenumber">29</context>
1126 </context-group>
1127 </trans-unit>
1128 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1129 <source>
1130 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1131 </source>
1132 <target>
1133 den här instansen tillhandahåller en grundkvot om <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> utrymme för användarnas videor.
1134 </target>
1135 <context-group name="null">
1136 <context context-type="linenumber">31</context>
1137 </context-group>
1138 </trans-unit>
1139 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1140 <source>
1141 this instance provides unlimited space for the videos of its users.
1142 </source>
1143 <target>
1144 den här instansen tillhandahåller obegränsat utrymme för användarnas videor.
1145 </target>
1146 <context-group name="null">
1147 <context context-type="linenumber">35</context>
1148 </context-group>
1149 </trans-unit>
1150 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1151 <source>
1152 User registration is currently not allowed.
1153 </source>
1154 <target>
1155 Användarregistrering tillåts inte just nu.
1156 </target>
1157 <context-group name="null">
1158 <context context-type="linenumber">40</context>
1159 </context-group>
1160 </trans-unit>
1161 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1341 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1162 <source> 1342 <source>
1163 About PeerTube 1343 About PeerTube
@@ -1519,42 +1699,42 @@
1519 <source>Default client route</source> 1699 <source>Default client route</source>
1520 <target>Klientens standardrouting</target> 1700 <target>Klientens standardrouting</target>
1521 <context-group name="null"> 1701 <context-group name="null">
1522 <context context-type="linenumber">48</context> 1702 <context context-type="linenumber">57</context>
1523 </context-group> 1703 </context-group>
1524 </trans-unit> 1704 </trans-unit>
1525 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1705 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1526 <source>Videos Overview</source> 1706 <source>Videos Overview</source>
1527 <target>Videoöversikt</target> 1707 <target>Videoöversikt</target>
1528 <context-group name="null"> 1708 <context-group name="null">
1529 <context context-type="linenumber">51</context> 1709 <context context-type="linenumber">60</context>
1530 </context-group> 1710 </context-group>
1531 </trans-unit> 1711 </trans-unit>
1532 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1712 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1533 <source>Videos Trending</source> 1713 <source>Videos Trending</source>
1534 <target>Populära videor</target> 1714 <target>Populära videor</target>
1535 <context-group name="null"> 1715 <context-group name="null">
1536 <context context-type="linenumber">52</context> 1716 <context context-type="linenumber">61</context>
1537 </context-group> 1717 </context-group>
1538 </trans-unit> 1718 </trans-unit>
1539 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1719 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1540 <source>Videos Recently Added</source> 1720 <source>Videos Recently Added</source>
1541 <target>Nyligen tillagda videor</target> 1721 <target>Nyligen tillagda videor</target>
1542 <context-group name="null"> 1722 <context-group name="null">
1543 <context context-type="linenumber">53</context> 1723 <context context-type="linenumber">62</context>
1544 </context-group> 1724 </context-group>
1545 </trans-unit> 1725 </trans-unit>
1546 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1726 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1547 <source>Local videos</source> 1727 <source>Local videos</source>
1548 <target>Lokala videor</target> 1728 <target>Lokala videor</target>
1549 <context-group name="null"> 1729 <context-group name="null">
1550 <context context-type="linenumber">54</context> 1730 <context context-type="linenumber">63</context>
1551 </context-group> 1731 </context-group>
1552 </trans-unit> 1732 </trans-unit>
1553 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1733 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1554 <source>Policy on videos containing sensitive content</source> 1734 <source>Policy on videos containing sensitive content</source>
1555 <target>Policy för videor med känsligt innehåll</target> 1735 <target>Policy för videor med känsligt innehåll</target>
1556 <context-group name="null"> 1736 <context-group name="null">
1557 <context context-type="linenumber">61</context> 1737 <context context-type="linenumber">70</context>
1558 </context-group> 1738 </context-group>
1559 </trans-unit> 1739 </trans-unit>
1560 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1740 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1589,42 +1769,42 @@
1589 <source>Signup enabled</source> 1769 <source>Signup enabled</source>
1590 <target>Registrering aktiverad</target> 1770 <target>Registrering aktiverad</target>
1591 <context-group name="null"> 1771 <context-group name="null">
1592 <context context-type="linenumber">84</context> 1772 <context context-type="linenumber">93</context>
1593 </context-group> 1773 </context-group>
1594 </trans-unit> 1774 </trans-unit>
1595 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1775 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1596 <source>Signup requires email verification</source> 1776 <source>Signup requires email verification</source>
1597 <target>Registrering kräver e-postverifikation</target> 1777 <target>Registrering kräver e-postverifikation</target>
1598 <context-group name="null"> 1778 <context-group name="null">
1599 <context context-type="linenumber">91</context> 1779 <context context-type="linenumber">100</context>
1600 </context-group> 1780 </context-group>
1601 </trans-unit> 1781 </trans-unit>
1602 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1782 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1603 <source>Signup limit</source> 1783 <source>Signup limit</source>
1604 <target>Registreringsgräns</target> 1784 <target>Registreringsgräns</target>
1605 <context-group name="null"> 1785 <context-group name="null">
1606 <context context-type="linenumber">96</context> 1786 <context context-type="linenumber">105</context>
1607 </context-group> 1787 </context-group>
1608 </trans-unit> 1788 </trans-unit>
1609 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1789 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1610 <source>Users</source> 1790 <source>Users</source>
1611 <target>Användare</target> 1791 <target>Användare</target>
1612 <context-group name="null"> 1792 <context-group name="null">
1613 <context context-type="linenumber">105</context> 1793 <context context-type="linenumber">114</context>
1614 </context-group> 1794 </context-group>
1615 </trans-unit> 1795 </trans-unit>
1616 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1796 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1617 <source>User default video quota</source> 1797 <source>User default video quota</source>
1618 <target>Standardkvot för användares videor</target> 1798 <target>Standardkvot för användares videor</target>
1619 <context-group name="null"> 1799 <context-group name="null">
1620 <context context-type="linenumber">109</context> 1800 <context context-type="linenumber">118</context>
1621 </context-group> 1801 </context-group>
1622 </trans-unit> 1802 </trans-unit>
1623 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1803 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1624 <source>User default daily upload limit</source> 1804 <source>User default daily upload limit</source>
1625 <target>Standarduppladdningsgräns för användare</target> 1805 <target>Standarduppladdningsgräns för användare</target>
1626 <context-group name="null"> 1806 <context-group name="null">
1627 <context context-type="linenumber">121</context> 1807 <context context-type="linenumber">130</context>
1628 </context-group> 1808 </context-group>
1629 </trans-unit> 1809 </trans-unit>
1630 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1810 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1638,35 +1818,35 @@
1638 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1818 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1639 <target>Videoimport med HTTP-URL tillåten (t.ex. YouTube)</target> 1819 <target>Videoimport med HTTP-URL tillåten (t.ex. YouTube)</target>
1640 <context-group name="null"> 1820 <context-group name="null">
1641 <context context-type="linenumber">141</context> 1821 <context context-type="linenumber">150</context>
1642 </context-group> 1822 </context-group>
1643 </trans-unit> 1823 </trans-unit>
1644 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1824 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1645 <source>Video import with a torrent file or a magnet URI enabled</source> 1825 <source>Video import with a torrent file or a magnet URI enabled</source>
1646 <target>Videoimport med torrentfil eller magnet-URI är tillåten</target> 1826 <target>Videoimport med torrentfil eller magnet-URI är tillåten</target>
1647 <context-group name="null"> 1827 <context-group name="null">
1648 <context context-type="linenumber">148</context> 1828 <context context-type="linenumber">157</context>
1649 </context-group> 1829 </context-group>
1650 </trans-unit> 1830 </trans-unit>
1651 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1831 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1652 <source>Administrator</source> 1832 <source>Administrator</source>
1653 <target>Administratör</target> 1833 <target>Administratör</target>
1654 <context-group name="null"> 1834 <context-group name="null">
1655 <context context-type="linenumber">155</context> 1835 <context context-type="linenumber">181</context>
1656 </context-group> 1836 </context-group>
1657 </trans-unit> 1837 </trans-unit>
1658 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1838 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1659 <source>Admin email</source> 1839 <source>Admin email</source>
1660 <target>Administratörens e-postadress</target> 1840 <target>Administratörens e-postadress</target>
1661 <context-group name="null"> 1841 <context-group name="null">
1662 <context context-type="linenumber">158</context> 1842 <context context-type="linenumber">184</context>
1663 </context-group> 1843 </context-group>
1664 </trans-unit> 1844 </trans-unit>
1665 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1845 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1666 <source>Enable contact form</source> 1846 <source>Enable contact form</source>
1667 <target>Aktivera kontaktformulär</target> 1847 <target>Aktivera kontaktformulär</target>
1668 <context-group name="null"> 1848 <context-group name="null">
1669 <context context-type="linenumber">169</context> 1849 <context context-type="linenumber">195</context>
1670 </context-group> 1850 </context-group>
1671 </trans-unit> 1851 </trans-unit>
1672 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1852 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1680,28 +1860,28 @@
1680 <source>Twitter</source> 1860 <source>Twitter</source>
1681 <target>Twitter</target> 1861 <target>Twitter</target>
1682 <context-group name="null"> 1862 <context-group name="null">
1683 <context context-type="linenumber">178</context> 1863 <context context-type="linenumber">204</context>
1684 </context-group> 1864 </context-group>
1685 </trans-unit> 1865 </trans-unit>
1686 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1866 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1687 <source>Your Twitter username</source> 1867 <source>Your Twitter username</source>
1688 <target>Ditt användarnamn på Twitter</target> 1868 <target>Ditt användarnamn på Twitter</target>
1689 <context-group name="null"> 1869 <context-group name="null">
1690 <context context-type="linenumber">184</context> 1870 <context context-type="linenumber">210</context>
1691 </context-group> 1871 </context-group>
1692 </trans-unit> 1872 </trans-unit>
1693 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1873 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1694 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1874 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1695 <target>Webbplatsens eller plattformens Twitterkonto, på vilken innehållet publicerades.</target> 1875 <target>Webbplatsens eller plattformens Twitterkonto, på vilken innehållet publicerades.</target>
1696 <context-group name="null"> 1876 <context-group name="null">
1697 <context context-type="linenumber">187</context> 1877 <context context-type="linenumber">213</context>
1698 </context-group> 1878 </context-group>
1699 </trans-unit> 1879 </trans-unit>
1700 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1880 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1701 <source>Instance whitelisted by Twitter</source> 1881 <source>Instance whitelisted by Twitter</source>
1702 <target>Instans vitlistad av Twitter</target> 1882 <target>Instans vitlistad av Twitter</target>
1703 <context-group name="null"> 1883 <context-group name="null">
1704 <context context-type="linenumber">199</context> 1884 <context context-type="linenumber">225</context>
1705 </context-group> 1885 </context-group>
1706 </trans-unit> 1886 </trans-unit>
1707 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1887 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1712,63 +1892,63 @@
1712 Om instansen inte är vitlistad använder vi en bild som länkar till din PeerTube-instans.&lt;br /&gt;&lt;br /&gt; 1892 Om instansen inte är vitlistad använder vi en bild som länkar till din PeerTube-instans.&lt;br /&gt;&lt;br /&gt;
1713 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å &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; för att se om din instans är vitlistad.</target> 1893 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å &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; för att se om din instans är vitlistad.</target>
1714 <context-group name="null"> 1894 <context-group name="null">
1715 <context context-type="linenumber">200</context> 1895 <context context-type="linenumber">226</context>
1716 </context-group> 1896 </context-group>
1717 </trans-unit> 1897 </trans-unit>
1718 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1898 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1719 <source>Services</source> 1899 <source>Services</source>
1720 <target>Tjänster</target> 1900 <target>Tjänster</target>
1721 <context-group name="null"> 1901 <context-group name="null">
1722 <context context-type="linenumber">176</context> 1902 <context context-type="linenumber">202</context>
1723 </context-group> 1903 </context-group>
1724 </trans-unit> 1904 </trans-unit>
1725 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1905 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1726 <source>Transcoding</source> 1906 <source>Transcoding</source>
1727 <target>Omkodning</target> 1907 <target>Omkodning</target>
1728 <context-group name="null"> 1908 <context-group name="null">
1729 <context context-type="linenumber">215</context> 1909 <context context-type="linenumber">241</context>
1730 </context-group> 1910 </context-group>
1731 </trans-unit> 1911 </trans-unit>
1732 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1912 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1733 <source>Transcoding enabled</source> 1913 <source>Transcoding enabled</source>
1734 <target>Omkodning aktiverad</target> 1914 <target>Omkodning aktiverad</target>
1735 <context-group name="null"> 1915 <context-group name="null">
1736 <context context-type="linenumber">221</context> 1916 <context context-type="linenumber">247</context>
1737 </context-group> 1917 </context-group>
1738 </trans-unit> 1918 </trans-unit>
1739 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1919 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1740 <source>If you disable transcoding, many videos from your users will not work!</source> 1920 <source>If you disable transcoding, many videos from your users will not work!</source>
1741 <target>Om du avaktiverar omkodning, kommer många av dina användares videor inte fungera!</target> 1921 <target>Om du avaktiverar omkodning, kommer många av dina användares videor inte fungera!</target>
1742 <context-group name="null"> 1922 <context-group name="null">
1743 <context context-type="linenumber">222</context> 1923 <context context-type="linenumber">248</context>
1744 </context-group> 1924 </context-group>
1745 </trans-unit> 1925 </trans-unit>
1746 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 1926 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1747 <source>Allow additional extensions</source> 1927 <source>Allow additional extensions</source>
1748 <target>Tillåt ytterligare filändelser</target> 1928 <target>Tillåt ytterligare filändelser</target>
1749 <context-group name="null"> 1929 <context-group name="null">
1750 <context context-type="linenumber">231</context> 1930 <context context-type="linenumber">257</context>
1751 </context-group> 1931 </context-group>
1752 </trans-unit> 1932 </trans-unit>
1753 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 1933 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1754 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 1934 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1755 <target>Tillåt dina användare att ladda upp .mkv, .mov, .avi och .flv-videor</target> 1935 <target>Tillåt dina användare att ladda upp .mkv, .mov, .avi och .flv-videor</target>
1756 <context-group name="null"> 1936 <context-group name="null">
1757 <context context-type="linenumber">232</context> 1937 <context context-type="linenumber">258</context>
1758 </context-group> 1938 </context-group>
1759 </trans-unit> 1939 </trans-unit>
1760 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1940 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1761 <source>Transcoding threads</source> 1941 <source>Transcoding threads</source>
1762 <target>Omkodningstrådar</target> 1942 <target>Omkodningstrådar</target>
1763 <context-group name="null"> 1943 <context-group name="null">
1764 <context context-type="linenumber">237</context> 1944 <context context-type="linenumber">263</context>
1765 </context-group> 1945 </context-group>
1766 </trans-unit> 1946 </trans-unit>
1767 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1947 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1768 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1948 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1769 <target>Upplösningen <x id="INTERPOLATION" equiv-text="{{resolution}}"/> tillåten</target> 1949 <target>Upplösningen <x id="INTERPOLATION" equiv-text="{{resolution}}"/> tillåten</target>
1770 <context-group name="null"> 1950 <context-group name="null">
1771 <context context-type="linenumber">252</context> 1951 <context context-type="linenumber">278</context>
1772 </context-group> 1952 </context-group>
1773 </trans-unit> 1953 </trans-unit>
1774 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1954 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1783,105 +1963,70 @@
1783 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1963 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1784 </target> 1964 </target>
1785 <context-group name="null"> 1965 <context-group name="null">
1786 <context context-type="linenumber">260</context> 1966 <context context-type="linenumber">286</context>
1787 </context-group> 1967 </context-group>
1788 </trans-unit> 1968 </trans-unit>
1789 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1969 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1790 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1970 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1791 <target>Vissa filer är inte federerade (till exempel förhandsvisningar och undertexter). Vi kan hämta dem direkt från ursprungsinstansen och cachelagra dem.</target> 1971 <target>Vissa filer är inte federerade (till exempel förhandsvisningar och undertexter). Vi kan hämta dem direkt från ursprungsinstansen och cachelagra dem.</target>
1792 <context-group name="null"> 1972 <context-group name="null">
1793 <context context-type="linenumber">265</context> 1973 <context context-type="linenumber">291</context>
1794 </context-group> 1974 </context-group>
1795 </trans-unit> 1975 </trans-unit>
1796 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1976 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1797 <source>Previews cache size</source> 1977 <source>Previews cache size</source>
1798 <target>Förhandsvisningens cachestorlek</target> 1978 <target>Förhandsvisningens cachestorlek</target>
1799 <context-group name="null"> 1979 <context-group name="null">
1800 <context context-type="linenumber">271</context> 1980 <context context-type="linenumber">297</context>
1801 </context-group> 1981 </context-group>
1802 </trans-unit> 1982 </trans-unit>
1803 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1983 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1804 <source>Video captions cache size</source> 1984 <source>Video captions cache size</source>
1805 <target>Undertexternas cachestorlek</target> 1985 <target>Undertexternas cachestorlek</target>
1806 <context-group name="null"> 1986 <context-group name="null">
1807 <context context-type="linenumber">280</context> 1987 <context context-type="linenumber">306</context>
1808 </context-group> 1988 </context-group>
1809 </trans-unit> 1989 </trans-unit>
1810 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1990 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1811 <source>Customizations</source> 1991 <source>Customizations</source>
1812 <target>Anpassningar</target> 1992 <target>Anpassningar</target>
1813 <context-group name="null"> 1993 <context-group name="null">
1814 <context context-type="linenumber">289</context> 1994 <context context-type="linenumber">315</context>
1815 </context-group> 1995 </context-group>
1816 </trans-unit> 1996 </trans-unit>
1817 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1997 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1818 <source>JavaScript</source> 1998 <source>JavaScript</source>
1819 <target>JavaScript</target> 1999 <target>JavaScript</target>
1820 <context-group name="null"> 2000 <context-group name="null">
1821 <context context-type="linenumber">294</context> 2001 <context context-type="linenumber">320</context>
1822 </context-group> 2002 </context-group>
1823 </trans-unit> 2003 </trans-unit>
1824 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 2004 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1825 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 2005 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1826 <target>Skriv direkt med JavaScript-kod.&lt;br /&gt;Exempel: &lt;pre&gt;console.log('min instans är fantastisk');&lt;/pre&gt;</target> 2006 <target>Skriv direkt med JavaScript-kod.&lt;br /&gt;Exempel: &lt;pre&gt;console.log('min instans är fantastisk');&lt;/pre&gt;</target>
1827 <context-group name="null"> 2007 <context-group name="null">
1828 <context context-type="linenumber">297</context> 2008 <context context-type="linenumber">323</context>
1829 </context-group>
1830 </trans-unit>
1831 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde">
1832 <source>
1833 Write directly CSS code. Example:&lt;br /&gt;
1834 &lt;pre&gt;
1835 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1836 background-color: red;
1837 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1838 &lt;/pre&gt;
1839
1840 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1841 &lt;pre&gt;
1842 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1843 color: red;
1844 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1845 &lt;/pre&gt;
1846 </source>
1847 <target>
1848 Skriv CSS-kod direkt. Exempel:&lt;br /&gt;
1849 &lt;pre&gt;
1850 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1851 background-color: red;
1852 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1853 &lt;/pre&gt;
1854
1855 Skriv &lt;em&gt;#custom-css&lt;/em&gt; först för att åsidosätta stilmallar. Exempel:
1856 &lt;pre&gt;
1857 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1858 color: red;
1859 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1860 &lt;/pre&gt;
1861 </target>
1862 <context-group name="null">
1863 <context context-type="linenumber">311</context>
1864 </context-group> 2009 </context-group>
1865 </trans-unit> 2010 </trans-unit>
1866 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 2011 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1867 <source>Advanced configuration</source> 2012 <source>Advanced configuration</source>
1868 <target>Avancerade inställningar</target> 2013 <target>Avancerade inställningar</target>
1869 <context-group name="null"> 2014 <context-group name="null">
1870 <context context-type="linenumber">212</context> 2015 <context context-type="linenumber">238</context>
1871 </context-group> 2016 </context-group>
1872 </trans-unit> 2017 </trans-unit>
1873 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 2018 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1874 <source>Update configuration</source> 2019 <source>Update configuration</source>
1875 <target>Uppdatera inställningar</target> 2020 <target>Uppdatera inställningar</target>
1876 <context-group name="null"> 2021 <context-group name="null">
1877 <context context-type="linenumber">340</context> 2022 <context context-type="linenumber">366</context>
1878 </context-group> 2023 </context-group>
1879 </trans-unit> 2024 </trans-unit>
1880 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 2025 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1881 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 2026 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1882 <target>Det verkar som att konfigurationen inte stämmer. Sök efter eventuella fel i de olika flikarna.</target> 2027 <target>Det verkar som att konfigurationen inte stämmer. Sök efter eventuella fel i de olika flikarna.</target>
1883 <context-group name="null"> 2028 <context-group name="null">
1884 <context context-type="linenumber">341</context> 2029 <context context-type="linenumber">367</context>
1885 </context-group> 2030 </context-group>
1886 </trans-unit> 2031 </trans-unit>
1887 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2032 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -2133,6 +2278,48 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2133 <context context-type="linenumber">72</context> 2278 <context context-type="linenumber">72</context>
2134 </context-group> 2279 </context-group>
2135 </trans-unit> 2280 </trans-unit>
2281 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2282 <source>Danger Zone</source>
2283 <target>Farozon</target>
2284 <context-group name="null">
2285 <context context-type="linenumber">86</context>
2286 </context-group>
2287 </trans-unit>
2288 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2289 <source>Send a link to reset the password by email to the user</source>
2290 <target>Skicka en länk till användaren per e-post för att återställa lösenordet</target>
2291 <context-group name="null">
2292 <context context-type="linenumber">89</context>
2293 </context-group>
2294 </trans-unit>
2295 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2296 <source>Ask for new password</source>
2297 <target>Fråga efter ett nytt lösenord</target>
2298 <context-group name="null">
2299 <context context-type="linenumber">90</context>
2300 </context-group>
2301 </trans-unit>
2302 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2303 <source>Manually set the user password</source>
2304 <target>Ändra användarens lösenord manuellt</target>
2305 <context-group name="null">
2306 <context context-type="linenumber">94</context>
2307 </context-group>
2308 </trans-unit>
2309 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2310 <source>Show</source>
2311 <target>Visa</target>
2312 <context-group name="null">
2313 <context context-type="linenumber">10</context>
2314 </context-group>
2315 </trans-unit>
2316 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2317 <source>Hide</source>
2318 <target>Dölj</target>
2319 <context-group name="null">
2320 <context context-type="linenumber">11</context>
2321 </context-group>
2322 </trans-unit>
2136 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2323 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2137 <source>Users list</source> 2324 <source>Users list</source>
2138 <target>Användarlista</target> 2325 <target>Användarlista</target>
@@ -2165,7 +2352,7 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2165 <source>Go to the account page</source> 2352 <source>Go to the account page</source>
2166 <target>Gå till kontots sida</target> 2353 <target>Gå till kontots sida</target>
2167 <context-group name="null"> 2354 <context-group name="null">
2168 <context context-type="linenumber">134</context> 2355 <context context-type="linenumber">179</context>
2169 </context-group> 2356 </context-group>
2170 </trans-unit> 2357 </trans-unit>
2171 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2358 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2305,6 +2492,13 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2305 <context context-type="linenumber">43</context> 2492 <context context-type="linenumber">43</context>
2306 </context-group> 2493 </context-group>
2307 </trans-unit> 2494 </trans-unit>
2495 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2496 <source>Unblacklist</source>
2497 <target>Ta bort från svartlista</target>
2498 <context-group name="null">
2499 <context context-type="linenumber">146</context>
2500 </context-group>
2501 </trans-unit>
2308 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2502 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2309 <source>Moderation</source> 2503 <source>Moderation</source>
2310 <target>Moderation</target> 2504 <target>Moderation</target>
@@ -2319,13 +2513,6 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2319 <context context-type="linenumber">5</context> 2513 <context context-type="linenumber">5</context>
2320 </context-group> 2514 </context-group>
2321 </trans-unit> 2515 </trans-unit>
2322 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2323 <source>Blacklisted videos</source>
2324 <target>Svartlistade videor</target>
2325 <context-group name="null">
2326 <context context-type="linenumber">7</context>
2327 </context-group>
2328 </trans-unit>
2329 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2516 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2330 <source>Muted accounts</source> 2517 <source>Muted accounts</source>
2331 <target>Ignorerade konton</target> 2518 <target>Ignorerade konton</target>
@@ -2337,7 +2524,7 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2337 <source>Muted servers</source> 2524 <source>Muted servers</source>
2338 <target>Ignorerade servrar</target> 2525 <target>Ignorerade servrar</target>
2339 <context-group name="null"> 2526 <context-group name="null">
2340 <context context-type="linenumber">11</context> 2527 <context context-type="linenumber">13</context>
2341 </context-group> 2528 </context-group>
2342 </trans-unit> 2529 </trans-unit>
2343 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2530 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2393,7 +2580,7 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2393 <source>Change ownership</source> 2580 <source>Change ownership</source>
2394 <target>Ändra ägarskap</target> 2581 <target>Ändra ägarskap</target>
2395 <context-group name="null"> 2582 <context-group name="null">
2396 <context context-type="linenumber">46</context> 2583 <context context-type="linenumber">40</context>
2397 </context-group> 2584 </context-group>
2398 </trans-unit> 2585 </trans-unit>
2399 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2586 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2418,32 +2605,14 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2418 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2605 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2419 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar</target> 2606 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar</target>
2420 <context-group name="null"> 2607 <context-group name="null">
2421 <context context-type="linenumber">19</context> 2608 <context context-type="linenumber">13</context>
2422 </context-group> 2609 </context-group>
2423 </trans-unit> 2610 </trans-unit>
2424 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2611 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2425 <source>Blacklisted</source> 2612 <source>Blacklisted</source>
2426 <target>Svartlistad</target> 2613 <target>Svartlistad</target>
2427 <context-group name="null"> 2614 <context-group name="null">
2428 <context context-type="linenumber">22</context> 2615 <context context-type="linenumber">16</context>
2429 </context-group>
2430 </trans-unit>
2431 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2432 <source>
2433 Cancel
2434 </source>
2435 <target>
2436 Avbryt
2437 </target>
2438 <context-group name="null">
2439 <context context-type="linenumber">30</context>
2440 </context-group>
2441 </trans-unit>
2442 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2443 <source>Create another video channel</source>
2444 <target>Skapa en annan videokanal</target>
2445 <context-group name="null">
2446 <context context-type="linenumber">4</context>
2447 </context-group> 2616 </context-group>
2448 </trans-unit> 2617 </trans-unit>
2449 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2618 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2467,13 +2636,6 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2467 <context context-type="linenumber">15</context> 2636 <context context-type="linenumber">15</context>
2468 </context-group> 2637 </context-group>
2469 </trans-unit> 2638 </trans-unit>
2470 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2471 <source>Display name</source>
2472 <target>Visa namn</target>
2473 <context-group name="null">
2474 <context context-type="linenumber">6</context>
2475 </context-group>
2476 </trans-unit>
2477 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2639 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2478 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2640 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2479When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2641When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2587,18 +2749,11 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2587 <context context-type="linenumber">4</context> 2749 <context context-type="linenumber">4</context>
2588 </context-group> 2750 </context-group>
2589 </trans-unit> 2751 </trans-unit>
2590 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123">
2591 <source>Delete history</source>
2592 <target>Radera historik</target>
2593 <context-group name="null">
2594 <context context-type="linenumber">8</context>
2595 </context-group>
2596 </trans-unit>
2597 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 2752 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2598 <source>You don't have videos history yet.</source> 2753 <source>You don't have videos history yet.</source>
2599 <target>Du har ingen videohistorik än.</target> 2754 <target>Du har ingen videohistorik än.</target>
2600 <context-group name="null"> 2755 <context-group name="null">
2601 <context context-type="linenumber">13</context> 2756 <context context-type="linenumber">14</context>
2602 </context-group> 2757 </context-group>
2603 </trans-unit> 2758 </trans-unit>
2604 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 2759 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
@@ -2608,6 +2763,53 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2608 <context context-type="linenumber">22</context> 2763 <context context-type="linenumber">22</context>
2609 </context-group> 2764 </context-group>
2610 </trans-unit> 2765 </trans-unit>
2766 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2767 <source>
2768 <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;"/>
2769 Notification preferences
2770 </source>
2771 <target>
2772 <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;"/>
2773 Notifikationsinställningar
2774 </target>
2775 <context-group name="null">
2776 <context context-type="linenumber">2</context>
2777 </context-group>
2778 </trans-unit>
2779 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2780 <source>
2781 <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;"/>
2782 Mark all as read
2783 </source>
2784 <target>
2785 <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;"/>
2786 Markera alla som lästa
2787 </target>
2788 <context-group name="null">
2789 <context context-type="linenumber">7</context>
2790 </context-group>
2791 </trans-unit>
2792 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2793 <source>Privacy</source>
2794 <target>Offentlighetsstatus</target>
2795 <context-group name="null">
2796 <context context-type="linenumber">205</context>
2797 </context-group>
2798 </trans-unit>
2799 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2800 <source>Channel</source>
2801 <target>Kanal</target>
2802 <context-group name="null">
2803 <context context-type="linenumber">39</context>
2804 </context-group>
2805 </trans-unit>
2806 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2807 <source>Upload thumbnail</source>
2808 <target>Ladda upp miniatyrbild</target>
2809 <context-group name="null">
2810 <context context-type="linenumber">192</context>
2811 </context-group>
2812 </trans-unit>
2611 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2813 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2612 <source>Change password</source> 2814 <source>Change password</source>
2613 <target>Ändra lösenord</target> 2815 <target>Ändra lösenord</target>
@@ -2657,13 +2859,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2657 <context context-type="linenumber">28</context> 2859 <context context-type="linenumber">28</context>
2658 </context-group> 2860 </context-group>
2659 </trans-unit> 2861 </trans-unit>
2660 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2661 <source>Save</source>
2662 <target>Spara</target>
2663 <context-group name="null">
2664 <context context-type="linenumber">32</context>
2665 </context-group>
2666 </trans-unit>
2667 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2862 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2668 <source>Update my profile</source> 2863 <source>Update my profile</source>
2669 <target>Uppdatera min profil</target> 2864 <target>Uppdatera min profil</target>
@@ -2803,7 +2998,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2803 <source>URL</source> 2998 <source>URL</source>
2804 <target>URL</target> 2999 <target>URL</target>
2805 <context-group name="null"> 3000 <context-group name="null">
2806 <context context-type="linenumber">17</context> 3001 <context context-type="linenumber">25</context>
2807 </context-group> 3002 </context-group>
2808 </trans-unit> 3003 </trans-unit>
2809 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 3004 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2813,20 +3008,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2813 <context context-type="linenumber">9</context> 3008 <context context-type="linenumber">9</context>
2814 </context-group> 3009 </context-group>
2815 </trans-unit> 3010 </trans-unit>
2816 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2817 <source>Channel</source>
2818 <target>Kanal</target>
2819 <context-group name="null">
2820 <context context-type="linenumber">39</context>
2821 </context-group>
2822 </trans-unit>
2823 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2824 <source>Privacy</source>
2825 <target>Offentlighetsstatus</target>
2826 <context-group name="null">
2827 <context context-type="linenumber">160</context>
2828 </context-group>
2829 </trans-unit>
2830 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 3011 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2831 <source>Sorry, but something went wrong</source> 3012 <source>Sorry, but something went wrong</source>
2832 <target>Någonting har tyvärr gått fel</target> 3013 <target>Någonting har tyvärr gått fel</target>
@@ -2849,7 +3030,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
2849 <source>Update</source> 3030 <source>Update</source>
2850 <target>Uppdatera</target> 3031 <target>Uppdatera</target>
2851 <context-group name="null"> 3032 <context-group name="null">
2852 <context context-type="linenumber">93</context> 3033 <context context-type="linenumber">138</context>
2853 </context-group> 3034 </context-group>
2854 </trans-unit> 3035 </trans-unit>
2855 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 3036 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -3008,7 +3189,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3008 <source>Tags</source> 3189 <source>Tags</source>
3009 <target>Taggar</target> 3190 <target>Taggar</target>
3010 <context-group name="null"> 3191 <context-group name="null">
3011 <context context-type="linenumber">197</context> 3192 <context context-type="linenumber">242</context>
3012 </context-group> 3193 </context-group>
3013 </trans-unit> 3194 </trans-unit>
3014 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3195 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -3148,13 +3329,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3148 <context context-type="linenumber">135</context> 3329 <context context-type="linenumber">135</context>
3149 </context-group> 3330 </context-group>
3150 </trans-unit> 3331 </trans-unit>
3151 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3152 <source>Upload thumbnail</source>
3153 <target>Ladda upp miniatyrbild</target>
3154 <context-group name="null">
3155 <context context-type="linenumber">192</context>
3156 </context-group>
3157 </trans-unit>
3158 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3332 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3159 <source>Upload preview</source> 3333 <source>Upload preview</source>
3160 <target>Ladda upp förhandsvisning</target> 3334 <target>Ladda upp förhandsvisning</target>
@@ -3166,7 +3340,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3166 <source>Support</source> 3340 <source>Support</source>
3167 <target>Stötta</target> 3341 <target>Stötta</target>
3168 <context-group name="null"> 3342 <context-group name="null">
3169 <context context-type="linenumber">70</context> 3343 <context context-type="linenumber">101</context>
3170 </context-group> 3344 </context-group>
3171 </trans-unit> 3345 </trans-unit>
3172 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3346 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -3176,6 +3350,20 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3176 <context context-type="linenumber">206</context> 3350 <context context-type="linenumber">206</context>
3177 </context-group> 3351 </context-group>
3178 </trans-unit> 3352 </trans-unit>
3353 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3354 <source>Original publication date</source>
3355 <target>Ursprungligt publiceringsdatum</target>
3356 <context-group name="null">
3357 <context context-type="linenumber">219</context>
3358 </context-group>
3359 </trans-unit>
3360 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3361 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3362 <target>Detta är det datum då innehållet publicerades för första gången (till exempel premiärdagen för en film)</target>
3363 <context-group name="null">
3364 <context context-type="linenumber">220</context>
3365 </context-group>
3366 </trans-unit>
3179 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 3367 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3180 <source>Enable video comments</source> 3368 <source>Enable video comments</source>
3181 <target>Tillåt videokommentarer</target> 3369 <target>Tillåt videokommentarer</target>
@@ -3183,6 +3371,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3183 <context context-type="linenumber">234</context> 3371 <context context-type="linenumber">234</context>
3184 </context-group> 3372 </context-group>
3185 </trans-unit> 3373 </trans-unit>
3374 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3375 <source>Enable download</source>
3376 <target>Tillåt nerladdning</target>
3377 <context-group name="null">
3378 <context context-type="linenumber">239</context>
3379 </context-group>
3380 </trans-unit>
3186 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3381 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3187 <source>Advanced settings</source> 3382 <source>Advanced settings</source>
3188 <target>Avancerade inställningar</target> 3383 <target>Avancerade inställningar</target>
@@ -3244,7 +3439,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3244 <source>Download</source> 3439 <source>Download</source>
3245 <target>Ladda ner</target> 3440 <target>Ladda ner</target>
3246 <context-group name="null"> 3441 <context-group name="null">
3247 <context context-type="linenumber">85</context> 3442 <context context-type="linenumber">130</context>
3248 </context-group> 3443 </context-group>
3249 </trans-unit> 3444 </trans-unit>
3250 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3445 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -3271,21 +3466,21 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3271 <source>Share</source> 3466 <source>Share</source>
3272 <target>Dela</target> 3467 <target>Dela</target>
3273 <context-group name="null"> 3468 <context-group name="null">
3274 <context context-type="linenumber">75</context> 3469 <context context-type="linenumber">106</context>
3275 </context-group> 3470 </context-group>
3276 </trans-unit> 3471 </trans-unit>
3277 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3472 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3278 <source>QR-Code</source> 3473 <source>QR-Code</source>
3279 <target>QR-kod</target> 3474 <target>QR-kod</target>
3280 <context-group name="null"> 3475 <context-group name="null">
3281 <context context-type="linenumber">29</context> 3476 <context context-type="linenumber">37</context>
3282 </context-group> 3477 </context-group>
3283 </trans-unit> 3478 </trans-unit>
3284 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3479 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3285 <source>Embed</source> 3480 <source>Embed</source>
3286 <target>Bädda in</target> 3481 <target>Bädda in</target>
3287 <context-group name="null"> 3482 <context-group name="null">
3288 <context context-type="linenumber">34</context> 3483 <context context-type="linenumber">42</context>
3289 </context-group> 3484 </context-group>
3290 </trans-unit> 3485 </trans-unit>
3291 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3486 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3296,14 +3491,14 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3296 Länkadressen är inte säker (använder inte HTTPS) så den inbäddade videon kommer inte fungera på webbplatser som använder HTTPS eftersom webbläsare blockerar osäkert innehåll på säkra webbplatser. 3491 Länkadressen är inte säker (använder inte HTTPS) så den inbäddade videon kommer inte fungera på webbplatser som använder HTTPS eftersom webbläsare blockerar osäkert innehåll på säkra webbplatser.
3297 </target> 3492 </target>
3298 <context-group name="null"> 3493 <context-group name="null">
3299 <context context-type="linenumber">45</context> 3494 <context context-type="linenumber">53</context>
3300 </context-group> 3495 </context-group>
3301 </trans-unit> 3496 </trans-unit>
3302 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3497 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3303 <source>Close</source> 3498 <source>Close</source>
3304 <target>Stäng</target> 3499 <target>Stäng</target>
3305 <context-group name="null"> 3500 <context-group name="null">
3306 <context context-type="linenumber">51</context> 3501 <context context-type="linenumber">59</context>
3307 </context-group> 3502 </context-group>
3308 </trans-unit> 3503 </trans-unit>
3309 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3504 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3328,7 +3523,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3328 Videon importeras och blir tillgänglig när importeringen är klar. 3523 Videon importeras och blir tillgänglig när importeringen är klar.
3329 </target> 3524 </target>
3330 <context-group name="null"> 3525 <context-group name="null">
3331 <context context-type="linenumber">11</context> 3526 <context context-type="linenumber">39</context>
3332 </context-group> 3527 </context-group>
3333 </trans-unit> 3528 </trans-unit>
3334 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3529 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3339,7 +3534,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3339 Videon kodas om nu och fungerar därför kanske inte ordentligt. 3534 Videon kodas om nu och fungerar därför kanske inte ordentligt.
3340 </target> 3535 </target>
3341 <context-group name="null"> 3536 <context-group name="null">
3342 <context context-type="linenumber">15</context> 3537 <context context-type="linenumber">43</context>
3343 </context-group> 3538 </context-group>
3344 </trans-unit> 3539 </trans-unit>
3345 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3540 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3350,14 +3545,14 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3350 Videon kommer publiceras <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 3545 Videon kommer publiceras <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
3351 </target> 3546 </target>
3352 <context-group name="null"> 3547 <context-group name="null">
3353 <context context-type="linenumber">19</context> 3548 <context context-type="linenumber">47</context>
3354 </context-group> 3549 </context-group>
3355 </trans-unit> 3550 </trans-unit>
3356 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3551 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3357 <source>This video is blacklisted.</source> 3552 <source>This video is blacklisted.</source>
3358 <target>Videon har svartlistats.</target> 3553 <target>Videon har svartlistats.</target>
3359 <context-group name="null"> 3554 <context-group name="null">
3360 <context context-type="linenumber">24</context> 3555 <context context-type="linenumber">56</context>
3361 </context-group> 3556 </context-group>
3362 </trans-unit> 3557 </trans-unit>
3363 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3558 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3368,130 +3563,119 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3368 Publicerad <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar 3563 Publicerad <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar
3369 </target> 3564 </target>
3370 <context-group name="null"> 3565 <context-group name="null">
3371 <context context-type="linenumber">36</context> 3566 <context context-type="linenumber">76</context>
3372 </context-group>
3373 </trans-unit>
3374 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3375 <source>
3376 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3377 </source>
3378 <target>
3379 Publicerad <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar
3380 </target>
3381 <context-group name="null">
3382 <context context-type="linenumber">45</context>
3383 </context-group> 3567 </context-group>
3384 </trans-unit> 3568 </trans-unit>
3385 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3569 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3386 <source>Like this video</source> 3570 <source>Like this video</source>
3387 <target>Gilla den här videon</target> 3571 <target>Gilla den här videon</target>
3388 <context-group name="null"> 3572 <context-group name="null">
3389 <context context-type="linenumber">55</context> 3573 <context context-type="linenumber">86</context>
3390 </context-group> 3574 </context-group>
3391 </trans-unit> 3575 </trans-unit>
3392 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3576 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3393 <source>Dislike this video</source> 3577 <source>Dislike this video</source>
3394 <target>Ogilla den här videon</target> 3578 <target>Ogilla den här videon</target>
3395 <context-group name="null"> 3579 <context-group name="null">
3396 <context context-type="linenumber">63</context> 3580 <context context-type="linenumber">94</context>
3397 </context-group> 3581 </context-group>
3398 </trans-unit> 3582 </trans-unit>
3399 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3583 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3400 <source>Download the video</source> 3584 <source>Download the video</source>
3401 <target>Ladda ner videon</target> 3585 <target>Ladda ner videon</target>
3402 <context-group name="null"> 3586 <context-group name="null">
3403 <context context-type="linenumber">84</context> 3587 <context context-type="linenumber">129</context>
3404 </context-group> 3588 </context-group>
3405 </trans-unit> 3589 </trans-unit>
3406 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3590 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3407 <source>Report</source> 3591 <source>Report</source>
3408 <target>Rapportera</target> 3592 <target>Rapportera</target>
3409 <context-group name="null"> 3593 <context-group name="null">
3410 <context context-type="linenumber">89</context> 3594 <context context-type="linenumber">134</context>
3411 </context-group> 3595 </context-group>
3412 </trans-unit> 3596 </trans-unit>
3413 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3597 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3414 <source>Report this video</source> 3598 <source>Report this video</source>
3415 <target>Rapportera den här videon</target> 3599 <target>Rapportera den här videon</target>
3416 <context-group name="null"> 3600 <context-group name="null">
3417 <context context-type="linenumber">88</context> 3601 <context context-type="linenumber">133</context>
3418 </context-group> 3602 </context-group>
3419 </trans-unit> 3603 </trans-unit>
3420 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3604 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3421 <source>Update this video</source> 3605 <source>Update this video</source>
3422 <target>Uppdatera den här videon</target> 3606 <target>Uppdatera den här videon</target>
3423 <context-group name="null"> 3607 <context-group name="null">
3424 <context context-type="linenumber">92</context> 3608 <context context-type="linenumber">137</context>
3425 </context-group> 3609 </context-group>
3426 </trans-unit> 3610 </trans-unit>
3427 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3611 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3428 <source>Blacklist</source> 3612 <source>Blacklist</source>
3429 <target>Svartlista</target> 3613 <target>Svartlista</target>
3430 <context-group name="null"> 3614 <context-group name="null">
3431 <context context-type="linenumber">97</context> 3615 <context context-type="linenumber">142</context>
3432 </context-group> 3616 </context-group>
3433 </trans-unit> 3617 </trans-unit>
3434 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3618 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3435 <source>Blacklist this video</source> 3619 <source>Blacklist this video</source>
3436 <target>Svartlista den här videon</target> 3620 <target>Svartlista den här videon</target>
3437 <context-group name="null"> 3621 <context-group name="null">
3438 <context context-type="linenumber">96</context> 3622 <context context-type="linenumber">141</context>
3439 </context-group>
3440 </trans-unit>
3441 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3442 <source>Unblacklist</source>
3443 <target>Ta bort från svartlista</target>
3444 <context-group name="null">
3445 <context context-type="linenumber">101</context>
3446 </context-group> 3623 </context-group>
3447 </trans-unit> 3624 </trans-unit>
3448 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3625 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3449 <source>Unblacklist this video</source> 3626 <source>Unblacklist this video</source>
3450 <target>Ta bort videon från svartlistan</target> 3627 <target>Ta bort videon från svartlistan</target>
3451 <context-group name="null"> 3628 <context-group name="null">
3452 <context context-type="linenumber">100</context> 3629 <context context-type="linenumber">145</context>
3453 </context-group> 3630 </context-group>
3454 </trans-unit> 3631 </trans-unit>
3455 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3632 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3456 <source>Delete this video</source> 3633 <source>Delete this video</source>
3457 <target>Radera den här videon</target> 3634 <target>Radera den här videon</target>
3458 <context-group name="null"> 3635 <context-group name="null">
3459 <context context-type="linenumber">104</context> 3636 <context context-type="linenumber">149</context>
3460 </context-group> 3637 </context-group>
3461 </trans-unit> 3638 </trans-unit>
3462 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3639 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3463 <source>Go the channel page</source> 3640 <source>Go the channel page</source>
3464 <target>Gå till kanalens sida</target> 3641 <target>Gå till kanalens sida</target>
3465 <context-group name="null"> 3642 <context-group name="null">
3466 <context context-type="linenumber">124</context> 3643 <context context-type="linenumber">169</context>
3467 </context-group> 3644 </context-group>
3468 </trans-unit> 3645 </trans-unit>
3469 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3646 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3470 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3647 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3471 <target>Av <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3648 <target>Av <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3472 <context-group name="null"> 3649 <context-group name="null">
3473 <context context-type="linenumber">135</context> 3650 <context context-type="linenumber">180</context>
3474 </context-group> 3651 </context-group>
3475 </trans-unit> 3652 </trans-unit>
3476 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3653 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3477 <source>Show more</source> 3654 <source>Show more</source>
3478 <target>Visa mer</target> 3655 <target>Visa mer</target>
3479 <context-group name="null"> 3656 <context-group name="null">
3480 <context context-type="linenumber">147</context> 3657 <context context-type="linenumber">192</context>
3481 </context-group> 3658 </context-group>
3482 </trans-unit> 3659 </trans-unit>
3483 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3660 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3484 <source>Show less</source> 3661 <source>Show less</source>
3485 <target>Visa mindre</target> 3662 <target>Visa mindre</target>
3486 <context-group name="null"> 3663 <context-group name="null">
3487 <context context-type="linenumber">153</context> 3664 <context context-type="linenumber">198</context>
3665 </context-group>
3666 </trans-unit>
3667 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3668 <source>Originally published</source>
3669 <target>Ursprungligen publicerad</target>
3670 <context-group name="null">
3671 <context context-type="linenumber">210</context>
3488 </context-group> 3672 </context-group>
3489 </trans-unit> 3673 </trans-unit>
3490 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3674 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3491 <source>Friendly Reminder: </source> 3675 <source>Friendly Reminder: </source>
3492 <target>Liten påminnelse:</target> 3676 <target>Kom ihåg</target>
3493 <context-group name="null"> 3677 <context-group name="null">
3494 <context context-type="linenumber">214</context> 3678 <context context-type="linenumber">258</context>
3495 </context-group> 3679 </context-group>
3496 </trans-unit> 3680 </trans-unit>
3497 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3681 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3499,24 +3683,24 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3499 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 3683 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
3500 </source> 3684 </source>
3501 <target> 3685 <target>
3502 den här videons delningssystem gör att en del teknisk information om ditt system (som publik IP-adress) kan skickas till andra serventer. 3686 att den här videons delningssystem gör att en del teknisk information om ditt system (som publik IP-adress) kan skickas till andra serventer.
3503 </target> 3687 </target>
3504 <context-group name="null"> 3688 <context-group name="null">
3505 <context context-type="linenumber">215</context> 3689 <context context-type="linenumber">259</context>
3506 </context-group> 3690 </context-group>
3507 </trans-unit> 3691 </trans-unit>
3508 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3692 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3509 <source>More information</source> 3693 <source>More information</source>
3510 <target>Mer information</target> 3694 <target>Mer information</target>
3511 <context-group name="null"> 3695 <context-group name="null">
3512 <context context-type="linenumber">218</context> 3696 <context context-type="linenumber">262</context>
3513 </context-group> 3697 </context-group>
3514 </trans-unit> 3698 </trans-unit>
3515 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3699 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3516 <source>Get more information</source> 3700 <source>Get more information</source>
3517 <target>Visa mer information</target> 3701 <target>Visa mer information</target>
3518 <context-group name="null"> 3702 <context-group name="null">
3519 <context context-type="linenumber">218</context> 3703 <context context-type="linenumber">262</context>
3520 </context-group> 3704 </context-group>
3521 </trans-unit> 3705 </trans-unit>
3522 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3706 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3527,7 +3711,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
3527 OK 3711 OK
3528 </target> 3712 </target>
3529 <context-group name="null"> 3713 <context-group name="null">
3530 <context context-type="linenumber">221</context> 3714 <context context-type="linenumber">265</context>
3531 </context-group> 3715 </context-group>
3532 </trans-unit> 3716 </trans-unit>
3533 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3717 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -4003,6 +4187,20 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4003 <context context-type="linenumber">1</context> 4187 <context context-type="linenumber">1</context>
4004 </context-group> 4188 </context-group>
4005 </trans-unit> 4189 </trans-unit>
4190 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4191 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4192 <target>Lösenordet har uppdaterats för användaren <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4193 <context-group name="null">
4194 <context context-type="linenumber">1</context>
4195 </context-group>
4196 </trans-unit>
4197 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4198 <source>Update user password</source>
4199 <target>Uppdatera användarens lösenord</target>
4200 <context-group name="null">
4201 <context context-type="linenumber">1</context>
4202 </context-group>
4203 </trans-unit>
4006 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4204 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
4007 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4205 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
4008 <target>Användare <x id="INTERPOLATION" equiv-text="{{username}}"/> uppdaterad.</target> 4206 <target>Användare <x id="INTERPOLATION" equiv-text="{{username}}"/> uppdaterad.</target>
@@ -4017,6 +4215,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4017 <context context-type="linenumber">1</context> 4215 <context context-type="linenumber">1</context>
4018 </context-group> 4216 </context-group>
4019 </trans-unit> 4217 </trans-unit>
4218 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4219 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4220 <target>Ett e-postmeddelande om lösenordsåterställning har skickats till <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
4221 <context-group name="null">
4222 <context context-type="linenumber">1</context>
4223 </context-group>
4224 </trans-unit>
4020 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 4225 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
4021 <source>Unban</source> 4226 <source>Unban</source>
4022 <target>Avsluta blockering</target> 4227 <target>Avsluta blockering</target>
@@ -4199,13 +4404,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4199 <context context-type="linenumber">1</context> 4404 <context context-type="linenumber">1</context>
4200 </context-group> 4405 </context-group>
4201 </trans-unit> 4406 </trans-unit>
4202 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e">
4203 <source>New video abuse on local video</source>
4204 <target>Ny missbruksanmälan på lokal video</target>
4205 <context-group name="null">
4206 <context context-type="linenumber">1</context>
4207 </context-group>
4208 </trans-unit>
4209 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 4407 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4210 <source>One of your video is blacklisted/unblacklisted</source> 4408 <source>One of your video is blacklisted/unblacklisted</source>
4211 <target>En av dina videor har antingen svartlistats eller är inte längre svartlistad</target> 4409 <target>En av dina videor har antingen svartlistats eller är inte längre svartlistad</target>
@@ -4290,13 +4488,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4290 <context context-type="linenumber">1</context> 4488 <context context-type="linenumber">1</context>
4291 </context-group> 4489 </context-group>
4292 </trans-unit> 4490 </trans-unit>
4293 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
4294 <source>Create</source>
4295 <target>Skapa</target>
4296 <context-group name="null">
4297 <context context-type="linenumber">1</context>
4298 </context-group>
4299 </trans-unit>
4300 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4491 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4301 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4492 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4302 <target>Kanalen <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> har uppdaterats.</target> 4493 <target>Kanalen <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> har uppdaterats.</target>
@@ -4395,13 +4586,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4395 <context context-type="linenumber">1</context> 4586 <context context-type="linenumber">1</context>
4396 </context-group> 4587 </context-group>
4397 </trans-unit> 4588 </trans-unit>
4398 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
4399 <source>My library</source>
4400 <target>Mitt bibliotek</target>
4401 <context-group name="null">
4402 <context context-type="linenumber">1</context>
4403 </context-group>
4404 </trans-unit>
4405 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4589 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4406 <source>My channels</source> 4590 <source>My channels</source>
4407 <target>Mina kanaler</target> 4591 <target>Mina kanaler</target>
@@ -5195,6 +5379,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5195 <context context-type="linenumber">1</context> 5379 <context context-type="linenumber">1</context>
5196 </context-group> 5380 </context-group>
5197 </trans-unit> 5381 </trans-unit>
5382 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5383 <source>Display name cannot be more than 120 characters long.</source>
5384 <target>Visningsnamnet får inte vara mer än 120 tecken långt.</target>
5385 <context-group name="null">
5386 <context context-type="linenumber">1</context>
5387 </context-group>
5388 </trans-unit>
5198 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5389 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
5199 <source>Video name is required.</source> 5390 <source>Video name is required.</source>
5200 <target>Videonamn måste anges.</target> 5391 <target>Videonamn måste anges.</target>
@@ -6147,13 +6338,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
6147 <context context-type="linenumber">1</context> 6338 <context context-type="linenumber">1</context>
6148 </context-group> 6339 </context-group>
6149 </trans-unit> 6340 </trans-unit>
6150 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
6151 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
6152 <target>Börja vid <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
6153 <context-group name="null">
6154 <context context-type="linenumber">1</context>
6155 </context-group>
6156 </trans-unit>
6157 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 6341 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
6158 <source>Like the video</source> 6342 <source>Like the video</source>
6159 <target>Gilla videon</target> 6343 <target>Gilla videon</target>
@@ -6203,13 +6387,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
6203 <context context-type="linenumber">1</context> 6387 <context context-type="linenumber">1</context>
6204 </context-group> 6388 </context-group>
6205 </trans-unit> 6389 </trans-unit>
6206 <trans-unit id="8c429645223c24afe30218fc45bb07e352bb1938">
6207 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours.</source>
6208 <target>Populära videor är de som haft flest visningar det senaste dygnet.</target>
6209 <context-group name="null">
6210 <context context-type="linenumber">1</context>
6211 </context-group>
6212 </trans-unit>
6213 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 6390 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6214 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 6391 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6215 <target>Populärt de senaste <x id="INTERPOLATION" equiv-text="{{days}}"/> dagarna</target> 6392 <target>Populärt de senaste <x id="INTERPOLATION" equiv-text="{{days}}"/> dagarna</target>
@@ -6217,13 +6394,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
6217 <context context-type="linenumber">1</context> 6394 <context context-type="linenumber">1</context>
6218 </context-group> 6395 </context-group>
6219 </trans-unit> 6396 </trans-unit>
6220 <trans-unit id="98b98154eca3533e16b81c5b08611d19949e8661">
6221 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days.</source>
6222 <target>Populära videor är de som haft flest visningar de <x id="INTERPOLATION" equiv-text="{{days}}"/> senaste dagarna.</target>
6223 <context-group name="null">
6224 <context context-type="linenumber">1</context>
6225 </context-group>
6226 </trans-unit>
6227 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6397 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
6228 <source>Videos from your subscriptions</source> 6398 <source>Videos from your subscriptions</source>
6229 <target>Videor från dina prenumerationer</target> 6399 <target>Videor från dina prenumerationer</target>
diff --git a/client/src/locale/target/angular_ta.xml b/client/src/locale/target/angular_ta.xml
index da478cc5f..b31f049bf 100644
--- a/client/src/locale/target/angular_ta.xml
+++ b/client/src/locale/target/angular_ta.xml
@@ -56,70 +56,70 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>முதல்</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>முதல்</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>முந்தைய</target> 92 <target>முந்தைய</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>அடுத்து</target> 99 <target>அடுத்து</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>இறுதி</target> 106 <target>இறுதி</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.timepicker.minutes"> 111 <trans-unit id="ngb.timepicker.minutes">
112 <source>Minutes</source> 112 <source>Minutes</source>
113 <target>நிமிடங்கள்</target> 113 <target>நிமிடங்கள்</target>
114 <context-group name="null"> 114 <context-group name="null">
115 <context context-type="linenumber">33</context> 115 <context context-type="linenumber">34</context>
116 </context-group> 116 </context-group>
117 </trans-unit> 117 </trans-unit>
118 <trans-unit id="ngb.timepicker.seconds"> 118 <trans-unit id="ngb.timepicker.seconds">
119 <source>Seconds</source> 119 <source>Seconds</source>
120 <target>நொடிகள்</target> 120 <target>நொடிகள்</target>
121 <context-group name="null"> 121 <context-group name="null">
122 <context context-type="linenumber">52</context> 122 <context context-type="linenumber">54</context>
123 </context-group> 123 </context-group>
124 </trans-unit> 124 </trans-unit>
125 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 125 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
@@ -208,7 +208,7 @@
208 <source>Login</source> 208 <source>Login</source>
209 <target>உள்நுழை</target> 209 <target>உள்நுழை</target>
210 <context-group name="null"> 210 <context-group name="null">
211 <context context-type="linenumber">36</context> 211 <context context-type="linenumber">32</context>
212 </context-group> 212 </context-group>
213 </trans-unit> 213 </trans-unit>
214 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 214 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -257,46 +257,35 @@
257 <source>Change the language</source> 257 <source>Change the language</source>
258 <target>மொழியை மாற்று</target> 258 <target>மொழியை மாற்று</target>
259 <context-group name="null"> 259 <context-group name="null">
260 <context context-type="linenumber">86</context> 260 <context context-type="linenumber">102</context>
261 </context-group>
262 </trans-unit>
263 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
264 <source>
265 Log out
266 </source>
267 <target>
268 வெளியேறு
269 </target>
270 <context-group name="null">
271 <context context-type="linenumber">28</context>
272 </context-group> 261 </context-group>
273 </trans-unit> 262 </trans-unit>
274 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 263 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
275 <source>Create an account</source> 264 <source>Create an account</source>
276 <target>கணக்கை உருவாக்கு</target> 265 <target>கணக்கை உருவாக்கு</target>
277 <context-group name="null"> 266 <context-group name="null">
278 <context context-type="linenumber">37</context> 267 <context context-type="linenumber">33</context>
279 </context-group> 268 </context-group>
280 </trans-unit> 269 </trans-unit>
281 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 270 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
282 <source>Recently added</source> 271 <source>Recently added</source>
283 <target>சமீபத்தியவை</target> 272 <target>சமீபத்தியவை</target>
284 <context-group name="null"> 273 <context-group name="null">
285 <context context-type="linenumber">60</context> 274 <context context-type="linenumber">76</context>
286 </context-group> 275 </context-group>
287 </trans-unit> 276 </trans-unit>
288 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 277 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
289 <source>More</source> 278 <source>More</source>
290 <target>மேலும்</target> 279 <target>மேலும்</target>
291 <context-group name="null"> 280 <context-group name="null">
292 <context context-type="linenumber">70</context> 281 <context context-type="linenumber">86</context>
293 </context-group> 282 </context-group>
294 </trans-unit> 283 </trans-unit>
295 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 284 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
296 <source>About</source> 285 <source>About</source>
297 <target>எங்களைப் பற்றி</target> 286 <target>எங்களைப் பற்றி</target>
298 <context-group name="null"> 287 <context-group name="null">
299 <context context-type="linenumber">25</context> 288 <context context-type="linenumber">26</context>
300 </context-group> 289 </context-group>
301 </trans-unit> 290 </trans-unit>
302 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 291 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -331,21 +320,21 @@
331 <source>Category</source> 320 <source>Category</source>
332 <target>பிரிவு</target> 321 <target>பிரிவு</target>
333 <context-group name="null"> 322 <context-group name="null">
334 <context context-type="linenumber">170</context> 323 <context context-type="linenumber">215</context>
335 </context-group> 324 </context-group>
336 </trans-unit> 325 </trans-unit>
337 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 326 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
338 <source>Licence</source> 327 <source>Licence</source>
339 <target>உரிமம்</target> 328 <target>உரிமம்</target>
340 <context-group name="null"> 329 <context-group name="null">
341 <context context-type="linenumber">179</context> 330 <context context-type="linenumber">224</context>
342 </context-group> 331 </context-group>
343 </trans-unit> 332 </trans-unit>
344 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 333 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
345 <source>Language</source> 334 <source>Language</source>
346 <target>மொழி</target> 335 <target>மொழி</target>
347 <context-group name="null"> 336 <context-group name="null">
348 <context context-type="linenumber">188</context> 337 <context context-type="linenumber">233</context>
349 </context-group> 338 </context-group>
350 </trans-unit> 339 </trans-unit>
351 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 340 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
@@ -394,35 +383,35 @@
394 <source>Users</source> 383 <source>Users</source>
395 <target>பயணர்கள்</target> 384 <target>பயணர்கள்</target>
396 <context-group name="null"> 385 <context-group name="null">
397 <context context-type="linenumber">105</context> 386 <context context-type="linenumber">114</context>
398 </context-group> 387 </context-group>
399 </trans-unit> 388 </trans-unit>
400 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc"> 389 <trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc">
401 <source>Twitter</source> 390 <source>Twitter</source>
402 <target>Twitter</target> 391 <target>Twitter</target>
403 <context-group name="null"> 392 <context-group name="null">
404 <context context-type="linenumber">178</context> 393 <context context-type="linenumber">204</context>
405 </context-group> 394 </context-group>
406 </trans-unit> 395 </trans-unit>
407 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 396 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
408 <source>Your Twitter username</source> 397 <source>Your Twitter username</source>
409 <target>உங்கள் Twitter பயணர்பெயர்</target> 398 <target>உங்கள் Twitter பயணர்பெயர்</target>
410 <context-group name="null"> 399 <context-group name="null">
411 <context context-type="linenumber">184</context> 400 <context context-type="linenumber">210</context>
412 </context-group> 401 </context-group>
413 </trans-unit> 402 </trans-unit>
414 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 403 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
415 <source>Services</source> 404 <source>Services</source>
416 <target>சேவைகள்</target> 405 <target>சேவைகள்</target>
417 <context-group name="null"> 406 <context-group name="null">
418 <context context-type="linenumber">176</context> 407 <context context-type="linenumber">202</context>
419 </context-group> 408 </context-group>
420 </trans-unit> 409 </trans-unit>
421 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 410 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
422 <source>JavaScript</source> 411 <source>JavaScript</source>
423 <target>JavaScript</target> 412 <target>JavaScript</target>
424 <context-group name="null"> 413 <context-group name="null">
425 <context context-type="linenumber">294</context> 414 <context context-type="linenumber">320</context>
426 </context-group> 415 </context-group>
427 </trans-unit> 416 </trans-unit>
428 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 417 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
diff --git a/client/src/locale/target/angular_tr_TR.xml b/client/src/locale/target/angular_tr_TR.xml
new file mode 100644
index 000000000..d117aef7e
--- /dev/null
+++ b/client/src/locale/target/angular_tr_TR.xml
@@ -0,0 +1,197 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="tr-TR">
5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Kapat</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Önceki</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>Sonraki</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Önceki ay</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>Sonraki ay</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Ay seçin</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Yıl seçin</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>İlk</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Önceki</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Sonraki</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source>
106 <target>Son</target>
107 <context-group name="null">
108 <context context-type="linenumber">49</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="ngb.timepicker.hours">
112 <source>Hours</source>
113 <target>Saat</target>
114 <context-group name="null">
115 <context context-type="linenumber">14</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="ngb.timepicker.minutes">
119 <source>Minutes</source>
120 <target>Dakika</target>
121 <context-group name="null">
122 <context context-type="linenumber">34</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="ngb.timepicker.seconds">
126 <source>Seconds</source>
127 <target>Saniye</target>
128 <context-group name="null">
129 <context context-type="linenumber">54</context>
130 </context-group>
131 </trans-unit>
132 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
133 <source>You don't have notifications.</source>
134 <target>Bildiriminiz yok.</target>
135 <context-group name="null">
136 <context context-type="linenumber">1</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
140 <source>Unlisted</source>
141 <target>Listelenmemiş</target>
142 <context-group name="null">
143 <context context-type="linenumber">17</context>
144 </context-group>
145 </trans-unit>
146 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
147 <source>Private</source>
148 <target>Özel</target>
149 <context-group name="null">
150 <context context-type="linenumber">18</context>
151 </context-group>
152 </trans-unit>
153 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
154 <source>Delete</source>
155 <target>Sil</target>
156 <context-group name="null">
157 <context context-type="linenumber">15</context>
158 </context-group>
159 </trans-unit>
160 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
161 <source>Edit</source>
162 <target>Düzenle</target>
163 <context-group name="null">
164 <context context-type="linenumber">1</context>
165 </context-group>
166 </trans-unit>
167 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
168 <source>Truncated preview</source>
169 <target>Ucundan önizle</target>
170 <context-group name="null">
171 <context context-type="linenumber">9</context>
172 </context-group>
173 </trans-unit>
174 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
175 <source>Complete preview</source>
176 <target>Tamamen önizle</target>
177 <context-group name="null">
178 <context context-type="linenumber">13</context>
179 </context-group>
180 </trans-unit>
181 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
182 <source>Get help</source>
183 <target>Yardım al</target>
184 <context-group name="null">
185 <context context-type="linenumber">19</context>
186 </context-group>
187 </trans-unit>
188 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
189 <source>
190 Unsubscribe
191 </source>
192 <context-group name="null">
193 <context context-type="linenumber">18</context>
194 </context-group>
195 </trans-unit>
196 </body>
197 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_uk_UA.xml b/client/src/locale/target/angular_uk_UA.xml
new file mode 100644
index 000000000..830890334
--- /dev/null
+++ b/client/src/locale/target/angular_uk_UA.xml
@@ -0,0 +1,630 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="uk-UA">
5 <body>
6 <trans-unit id="ngb.alert.close">
7 <source>Close</source>
8 <target>Закрити</target>
9 <context-group name="null">
10 <context context-type="linenumber">2</context>
11 </context-group>
12 </trans-unit>
13 <trans-unit id="ngb.carousel.previous">
14 <source>Previous</source>
15 <target>Попередній</target>
16 <context-group name="null">
17 <context context-type="linenumber">13</context>
18 </context-group>
19 </trans-unit>
20 <trans-unit id="ngb.carousel.next">
21 <source>Next</source>
22 <target>Наступний</target>
23 <context-group name="null">
24 <context context-type="linenumber">17</context>
25 </context-group>
26 </trans-unit>
27 <trans-unit id="ngb.datepicker.previous-month">
28 <source>Previous month</source>
29 <target>Попередній місяць</target>
30 <context-group name="null">
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit>
34 <trans-unit id="ngb.datepicker.next-month">
35 <source>Next month</source>
36 <target>Наступний місяць</target>
37 <context-group name="null">
38 <context context-type="linenumber">27</context>
39 </context-group>
40 </trans-unit>
41 <trans-unit id="ngb.datepicker.select-month">
42 <source>Select month</source>
43 <target>Виберіть місяць</target>
44 <context-group name="null">
45 <context context-type="linenumber">7</context>
46 </context-group>
47 </trans-unit>
48 <trans-unit id="ngb.datepicker.select-year">
49 <source>Select year</source>
50 <target>Виберіть рік</target>
51 <context-group name="null">
52 <context context-type="linenumber">16</context>
53 </context-group>
54 </trans-unit>
55 <trans-unit id="ngb.pagination.first">
56 <source>««</source>
57 <target>««</target>
58 <context-group name="null">
59 <context context-type="linenumber">2</context>
60 </context-group>
61 </trans-unit>
62 <trans-unit id="ngb.pagination.previous">
63 <source>«</source>
64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
79 <context-group name="null">
80 <context context-type="linenumber">5</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.first-aria">
84 <source>First</source>
85 <target>Перший</target>
86 <context-group name="null">
87 <context context-type="linenumber">14</context>
88 </context-group>
89 </trans-unit>
90 <trans-unit id="ngb.pagination.previous-aria">
91 <source>Previous</source>
92 <target>Попередній</target>
93 <context-group name="null">
94 <context context-type="linenumber">23</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.next-aria">
98 <source>Next</source>
99 <target>Наступний</target>
100 <context-group name="null">
101 <context context-type="linenumber">41</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source>
106 <target>Останній</target>
107 <context-group name="null">
108 <context context-type="linenumber">49</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
115 <context context-type="linenumber">6</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source><target>Increment hours</target><context-group name="null">
120 <context context-type="linenumber">9</context>
121 </context-group>
122 </trans-unit>
123 <trans-unit id="ngb.timepicker.hours">
124 <source>Hours</source>
125 <target>Години</target>
126 <context-group name="null">
127 <context context-type="linenumber">14</context>
128 </context-group>
129 </trans-unit>
130 <trans-unit id="ngb.timepicker.decrement-hours">
131 <source>Decrement hours</source>
132 <target>Зменшення годин</target>
133 <context-group name="null">
134 <context context-type="linenumber">20</context>
135 </context-group>
136 </trans-unit>
137 <trans-unit id="ngb.timepicker.increment-minutes">
138 <source>Increment minutes</source><target>Increment minutes</target><context-group name="null">
139 <context context-type="linenumber">29</context>
140 </context-group>
141 </trans-unit>
142 <trans-unit id="ngb.timepicker.minutes">
143 <source>Minutes</source>
144 <target>Хвилини</target>
145 <context-group name="null">
146 <context context-type="linenumber">34</context>
147 </context-group>
148 </trans-unit>
149 <trans-unit id="ngb.timepicker.decrement-minutes">
150 <source>Decrement minutes</source><target>Decrement minutes</target><context-group name="null">
151 <context context-type="linenumber">40</context>
152 </context-group>
153 </trans-unit>
154 <trans-unit id="ngb.timepicker.increment-seconds">
155 <source>Increment seconds</source><target>Increment seconds</target><context-group name="null">
156 <context context-type="linenumber">49</context>
157 </context-group>
158 </trans-unit>
159 <trans-unit id="ngb.timepicker.seconds">
160 <source>Seconds</source>
161 <target>Секунди</target>
162 <context-group name="null">
163 <context context-type="linenumber">54</context>
164 </context-group>
165 </trans-unit>
166 <trans-unit id="ngb.timepicker.decrement-seconds">
167 <source>Decrement seconds</source><target>Decrement seconds</target><context-group name="null">
168 <context context-type="linenumber">60</context>
169 </context-group>
170 </trans-unit>
171 <trans-unit id="ngb.timepicker.PM">
172 <source>PM</source>
173 <target>Вечору</target>
174 <context-group name="null">
175 <context context-type="linenumber">68</context>
176 </context-group>
177 </trans-unit>
178 <trans-unit id="ngb.timepicker.AM">
179 <source>AM</source>
180 <target>Ранку</target>
181 <context-group name="null">
182 <context context-type="linenumber">69</context>
183 </context-group>
184 </trans-unit>
185 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
186 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</source>
187 <target>(розширення: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, максимальний розмір: <x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/>)</target>
188 <context-group name="null">
189 <context context-type="linenumber">11</context>
190 </context-group>
191 </trans-unit>
192 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
193 <source>You don't have notifications.</source>
194 <target>У вас немає сповіщень.</target>
195 <context-group name="null">
196 <context context-type="linenumber">1</context>
197 </context-group>
198 </trans-unit>
199 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
200 <source>
201 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
202
203 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
204 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
205 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
206 </source>
207 <target>
208 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
209
210 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
211 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> опублікував <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>нове відео<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
212 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
213 </target>
214 <context-group name="null">
215 <context context-type="linenumber">7</context>
216 </context-group>
217 </trans-unit>
218 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
219 <source>
220 <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;"/>
221
222 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
223 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
224 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
225 </source>
226 <target>
227 <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;"/>
228
229 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
230 Ваше відео <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;"/> було вилучено із чорного списку
231 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
232 </target>
233 <context-group name="null">
234 <context context-type="linenumber">15</context>
235 </context-group>
236 </trans-unit>
237 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
238 <source>
239 <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;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 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
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </source>
245 <target>
246 <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;"/>
247
248 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
249 Ваше відео <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;"/> було внесено до чорного списку
250 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
251 </target>
252 <context-group name="null">
253 <context context-type="linenumber">23</context>
254 </context-group>
255 </trans-unit>
256 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
257 <source>
258 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 <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;"/>
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </source>
264 <target>
265 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
266
267 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
268 <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;"/>
269 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
270 </target>
271 <context-group name="null">
272 <context context-type="linenumber">47</context>
273 </context-group>
274 </trans-unit>
275 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
276 <source>
277 <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;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 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
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </source>
283 <target>
284 <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;"/>
285
286 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
287 Ваше відео <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;"/> було опубліковано
288 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
289 </target>
290 <context-group name="null">
291 <context context-type="linenumber">55</context>
292 </context-group>
293 </trans-unit>
294 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
295 <source>
296 <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;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <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
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </source>
302 <target>
303 <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;"/>
304
305 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
306 <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 }}"/> успішний
307 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
308 </target>
309 <context-group name="null">
310 <context context-type="linenumber">63</context>
311 </context-group>
312 </trans-unit>
313 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
314 <source>
315 <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;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <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
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </source>
321 <target>
322 <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;"/>
323
324 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
325 <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 }}"/> невдалий
326 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
327 </target>
328 <context-group name="null">
329 <context context-type="linenumber">71</context>
330 </context-group>
331 </trans-unit>
332 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
333 <source>
334 <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;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </source>
340 <target>
341 <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;"/>
342
343 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
344 Користувач <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;"/> на вашому екземплярі PeerTube
345 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
346 </target>
347 <context-group name="null">
348 <context context-type="linenumber">79</context>
349 </context-group>
350 </trans-unit>
351 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
352 <source>
353 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <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
357
358 <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;"/>
359 <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;"/>
360 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
361 </source>
362 <target>
363 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
364
365 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
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;"/> підписався
367
368 <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;"/>
369 <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;"/>
370 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
371 </target>
372 <context-group name="null">
373 <context context-type="linenumber">87</context>
374 </context-group>
375 </trans-unit>
376 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
377 <source>
378 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
379
380 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
381 <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;"/>
382 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
383 </source>
384 <target>
385 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
386
387 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
388 <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;"/>
389 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
390 </target>
391 <context-group name="null">
392 <context context-type="linenumber">98</context>
393 </context-group>
394 </trans-unit>
395 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
396 <source>Unlisted</source>
397 <target>Не вказано</target>
398 <context-group name="null">
399 <context context-type="linenumber">17</context>
400 </context-group>
401 </trans-unit>
402 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
403 <source>Private</source>
404 <target>Приватний</target>
405 <context-group name="null">
406 <context context-type="linenumber">18</context>
407 </context-group>
408 </trans-unit>
409 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
410 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
411 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> перегляди</target>
412 <context-group name="null">
413 <context context-type="linenumber">16</context>
414 </context-group>
415 </trans-unit>
416 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
417 <source>Delete</source>
418 <target>Видалити</target>
419 <context-group name="null">
420 <context context-type="linenumber">15</context>
421 </context-group>
422 </trans-unit>
423 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
424 <source>Edit</source>
425 <target>Редагувати</target>
426 <context-group name="null">
427 <context context-type="linenumber">1</context>
428 </context-group>
429 </trans-unit>
430 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
431 <source>Truncated preview</source><target>Truncated preview</target><context-group name="null">
432 <context context-type="linenumber">9</context>
433 </context-group>
434 </trans-unit>
435 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
436 <source>Complete preview</source>
437 <target>Готовий попередній перегляд</target>
438 <context-group name="null">
439 <context context-type="linenumber">13</context>
440 </context-group>
441 </trans-unit>
442 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
443 <source>Get help</source>
444 <target>Отримати допомогу</target>
445 <context-group name="null">
446 <context context-type="linenumber">19</context>
447 </context-group>
448 </trans-unit>
449 <trans-unit id="450025269732888db1f04cfe6033843110ab65ee">
450 <source>
451 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
452 Subscribe
453 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
454 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
455 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
456 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
457 </source>
458 <target>
459 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>
460 Підписатися
461 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
462 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>
463 <x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount | myNumberFormatter }}"/>
464 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/>
465 </target>
466 <context-group name="null">
467 <context context-type="linenumber">5</context>
468 </context-group>
469 </trans-unit>
470 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
471 <source>
472 Unsubscribe
473 </source>
474 <target>
475 Відписатися
476 </target>
477 <context-group name="null">
478 <context context-type="linenumber">18</context>
479 </context-group>
480 </trans-unit>
481 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
482 <source>Using an ActivityPub account</source>
483 <target>Використовуючи обліковий запис ActivityPub</target>
484 <context-group name="null">
485 <context context-type="linenumber">36</context>
486 </context-group>
487 </trans-unit>
488 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
489 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
490 <target>Підписатися з облікового запису на <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
491 <context-group name="null">
492 <context context-type="linenumber">39</context>
493 </context-group>
494 </trans-unit>
495 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
496 <source>Subscribe with your local account</source><target>Subscribe with your local account</target><context-group name="null">
497 <context context-type="linenumber">40</context>
498 </context-group>
499 </trans-unit>
500 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
501 <source>Subscribe via RSS</source>
502 <target>Підписатися через RSS</target>
503 <context-group name="null">
504 <context context-type="linenumber">49</context>
505 </context-group>
506 </trans-unit>
507 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
508 <source>Video quota</source>
509 <target>Квота відео</target>
510 <context-group name="null">
511 <context context-type="linenumber">42</context>
512 </context-group>
513 </trans-unit>
514 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
515 <source>
516 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;"/>
517 </source>
518 <context-group name="null">
519 <context context-type="linenumber">28</context>
520 </context-group>
521 </trans-unit>
522 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
523 <source>Ban</source>
524 <target>Бан</target>
525 <context-group name="null">
526 <context context-type="linenumber">3</context>
527 </context-group>
528 </trans-unit>
529 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
530 <source>Reason...</source>
531 <target>Причина...</target>
532 <context-group name="null">
533 <context context-type="linenumber">11</context>
534 </context-group>
535 </trans-unit>
536 <trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251">
537 <source>
538 A banned user will no longer be able to login.
539 </source>
540 <target>
541 Заблокований користувач більше не зможе входити в систему.
542 </target>
543 <context-group name="null">
544 <context context-type="linenumber">18</context>
545 </context-group>
546 </trans-unit>
547 <trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7">
548 <source>Cancel</source>
549 <target>Скасувати</target>
550 <context-group name="null">
551 <context context-type="linenumber">10</context>
552 </context-group>
553 </trans-unit>
554 <trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020">
555 <source>Ban this user</source>
556 <target>Заблокувати цього користувача</target>
557 <context-group name="null">
558 <context context-type="linenumber">26</context>
559 </context-group>
560 </trans-unit>
561 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
562 <source>
563 Login
564 </source>
565 <target>
566 Авторизація
567 </target>
568 <context-group name="null">
569 <context context-type="linenumber">2</context>
570 </context-group>
571 </trans-unit>
572 <trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453">
573 <source>Request new verification email.</source>
574 <target>Запросити нове підтвердження електронною поштою.</target>
575 <context-group name="null">
576 <context context-type="linenumber">12</context>
577 </context-group>
578 </trans-unit>
579 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
580 <source>User</source>
581 <target>Користувач</target>
582 <context-group name="null">
583 <context context-type="linenumber">13</context>
584 </context-group>
585 </trans-unit>
586 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
587 <source>Username or email address</source>
588 <target>Ім'я користувача або E-mail</target>
589 <context-group name="null">
590 <context context-type="linenumber">15</context>
591 </context-group>
592 </trans-unit>
593 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
594 <source>
595 or create an account
596 </source>
597 <target>
598 чи створити обліковий запис
599 </target>
600 <context-group name="null">
601 <context context-type="linenumber">18</context>
602 </context-group>
603 </trans-unit>
604 <trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b">
605 <source>
606 or create an account on another instance
607 </source>
608 <target>
609 або створити обліковий запис на іншому сервері
610 </target>
611 <context-group name="null">
612 <context context-type="linenumber">22</context>
613 </context-group>
614 </trans-unit>
615 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
616 <source>User registration is not allowed on this instance, but you can register on many others!</source>
617 <target>Створення облікового запису користувача заборонено на цьому сервері, але ви можете зареєструватися на інших!</target>
618 <context-group name="null">
619 <context context-type="linenumber">28</context>
620 </context-group>
621 </trans-unit>
622 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
623 <source>Password</source>
624 <target>Пароль</target>
625 <context-group name="null">
626 <context context-type="linenumber">13</context>
627 </context-group>
628 </trans-unit>
629 </body>
630 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_zh_Hans_CN.xml b/client/src/locale/target/angular_zh_Hans_CN.xml
index 1e4b80938..8378410ed 100644
--- a/client/src/locale/target/angular_zh_Hans_CN.xml
+++ b/client/src/locale/target/angular_zh_Hans_CN.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>首页</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>首页</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>上一页</target> 92 <target>上一页</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>下一页</target> 99 <target>下一页</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>尾页</target> 106 <target>尾页</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>减少小时</target> 141 <target>减少小时</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>增加分钟</target> 148 <target>增加分钟</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>分钟</target> 162 <target>分钟</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>减少分钟</target> 169 <target>减少分钟</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>增加秒</target> 176 <target>增加秒</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>秒</target> 190 <target>秒</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>减少秒</target> 197 <target>减少秒</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>下午</target> 204 <target>下午</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>上午</target> 211 <target>上午</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -224,14 +224,14 @@
224 <source>Unlisted</source> 224 <source>Unlisted</source>
225 <target>不公开</target> 225 <target>不公开</target>
226 <context-group name="null"> 226 <context-group name="null">
227 <context context-type="linenumber">10</context> 227 <context context-type="linenumber">17</context>
228 </context-group> 228 </context-group>
229 </trans-unit> 229 </trans-unit>
230 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 230 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
231 <source>Private</source> 231 <source>Private</source>
232 <target>私享</target> 232 <target>私享</target>
233 <context-group name="null"> 233 <context-group name="null">
234 <context context-type="linenumber">11</context> 234 <context context-type="linenumber">18</context>
235 </context-group> 235 </context-group>
236 </trans-unit> 236 </trans-unit>
237 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 237 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -241,6 +241,27 @@
241 <context context-type="linenumber">16</context> 241 <context context-type="linenumber">16</context>
242 </context-group> 242 </context-group>
243 </trans-unit> 243 </trans-unit>
244 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
245 <source>Display name</source>
246 <target>显示名</target>
247 <context-group name="null">
248 <context context-type="linenumber">6</context>
249 </context-group>
250 </trans-unit>
251 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
252 <source>Create</source>
253 <target>创建</target>
254 <context-group name="null">
255 <context context-type="linenumber">73</context>
256 </context-group>
257 </trans-unit>
258 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
259 <source>Save</source>
260 <target>保存</target>
261 <context-group name="null">
262 <context context-type="linenumber">115</context>
263 </context-group>
264 </trans-unit>
244 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 265 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
245 <source>Delete</source> 266 <source>Delete</source>
246 <target>删除</target> 267 <target>删除</target>
@@ -392,7 +413,7 @@
392 无限制<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;"/> 413 无限制<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;"/>
393 </target> 414 </target>
394 <context-group name="null"> 415 <context-group name="null">
395 <context context-type="linenumber">14</context> 416 <context context-type="linenumber">28</context>
396 </context-group> 417 </context-group>
397 </trans-unit> 418 </trans-unit>
398 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 419 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -513,7 +534,7 @@
513 <source>Login</source> 534 <source>Login</source>
514 <target>登录</target> 535 <target>登录</target>
515 <context-group name="null"> 536 <context-group name="null">
516 <context context-type="linenumber">36</context> 537 <context context-type="linenumber">32</context>
517 </context-group> 538 </context-group>
518 </trans-unit> 539 </trans-unit>
519 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 540 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -610,7 +631,7 @@
610 <source>Signup</source> 631 <source>Signup</source>
611 <target>注册</target> 632 <target>注册</target>
612 <context-group name="null"> 633 <context-group name="null">
613 <context context-type="linenumber">78</context> 634 <context context-type="linenumber">87</context>
614 </context-group> 635 </context-group>
615 </trans-unit> 636 </trans-unit>
616 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 637 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -680,57 +701,20 @@
680 <source>Change the language</source> 701 <source>Change the language</source>
681 <target>更改语言</target> 702 <target>更改语言</target>
682 <context-group name="null"> 703 <context-group name="null">
683 <context context-type="linenumber">86</context> 704 <context context-type="linenumber">102</context>
684 </context-group>
685 </trans-unit>
686 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
687 <source>
688 My public profile
689 </source>
690 <target>
691 我的公开个人资料
692 </target>
693 <context-group name="null">
694 <context context-type="linenumber">16</context>
695 </context-group>
696 </trans-unit>
697 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
698 <source>
699 My account
700 </source>
701 <target>
702 我的帐户
703 </target>
704 <context-group name="null">
705 <context context-type="linenumber">20</context>
706 </context-group>
707 </trans-unit>
708 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
709 <source>
710 My videos
711 </source>
712 <target>
713 我的视频
714 </target>
715 <context-group name="null">
716 <context context-type="linenumber">24</context>
717 </context-group>
718 </trans-unit>
719 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
720 <source>
721 Log out
722 </source>
723 <target>
724 注销
725 </target>
726 <context-group name="null">
727 <context context-type="linenumber">28</context>
728 </context-group> 705 </context-group>
729 </trans-unit> 706 </trans-unit>
730 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 707 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
731 <source>Create an account</source> 708 <source>Create an account</source>
732 <target>创建帐户</target> 709 <target>创建帐户</target>
733 <context-group name="null"> 710 <context-group name="null">
711 <context context-type="linenumber">33</context>
712 </context-group>
713 </trans-unit>
714 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
715 <source>My library</source>
716 <target>我的库</target>
717 <context-group name="null">
734 <context context-type="linenumber">37</context> 718 <context context-type="linenumber">37</context>
735 </context-group> 719 </context-group>
736 </trans-unit> 720 </trans-unit>
@@ -745,70 +729,70 @@
745 <source>Subscriptions</source> 729 <source>Subscriptions</source>
746 <target>订阅内容</target> 730 <target>订阅内容</target>
747 <context-group name="null"> 731 <context-group name="null">
748 <context context-type="linenumber">45</context> 732 <context context-type="linenumber">51</context>
749 </context-group> 733 </context-group>
750 </trans-unit> 734 </trans-unit>
751 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 735 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
752 <source>Overview</source> 736 <source>Overview</source>
753 <target>总览</target> 737 <target>总览</target>
754 <context-group name="null"> 738 <context-group name="null">
755 <context context-type="linenumber">50</context> 739 <context context-type="linenumber">66</context>
756 </context-group> 740 </context-group>
757 </trans-unit> 741 </trans-unit>
758 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 742 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
759 <source>Trending</source> 743 <source>Trending</source>
760 <target>时下流行</target> 744 <target>时下流行</target>
761 <context-group name="null"> 745 <context-group name="null">
762 <context context-type="linenumber">55</context> 746 <context context-type="linenumber">71</context>
763 </context-group> 747 </context-group>
764 </trans-unit> 748 </trans-unit>
765 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 749 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
766 <source>Recently added</source> 750 <source>Recently added</source>
767 <target>最近添加</target> 751 <target>最近添加</target>
768 <context-group name="null"> 752 <context-group name="null">
769 <context context-type="linenumber">60</context> 753 <context context-type="linenumber">76</context>
770 </context-group> 754 </context-group>
771 </trans-unit> 755 </trans-unit>
772 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 756 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
773 <source>Local</source> 757 <source>Local</source>
774 <target>本地</target> 758 <target>本地</target>
775 <context-group name="null"> 759 <context-group name="null">
776 <context context-type="linenumber">65</context> 760 <context context-type="linenumber">81</context>
777 </context-group> 761 </context-group>
778 </trans-unit> 762 </trans-unit>
779 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 763 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
780 <source>More</source> 764 <source>More</source>
781 <target>更多</target> 765 <target>更多</target>
782 <context-group name="null"> 766 <context-group name="null">
783 <context context-type="linenumber">70</context> 767 <context context-type="linenumber">86</context>
784 </context-group> 768 </context-group>
785 </trans-unit> 769 </trans-unit>
786 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 770 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
787 <source>Administration</source> 771 <source>Administration</source>
788 <target>管理</target> 772 <target>管理</target>
789 <context-group name="null"> 773 <context-group name="null">
790 <context context-type="linenumber">74</context> 774 <context context-type="linenumber">90</context>
791 </context-group> 775 </context-group>
792 </trans-unit> 776 </trans-unit>
793 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 777 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
794 <source>About</source> 778 <source>About</source>
795 <target>关于</target> 779 <target>关于</target>
796 <context-group name="null"> 780 <context-group name="null">
797 <context context-type="linenumber">25</context> 781 <context context-type="linenumber">26</context>
798 </context-group> 782 </context-group>
799 </trans-unit> 783 </trans-unit>
800 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 784 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
801 <source>Show keyboard shortcuts</source> 785 <source>Show keyboard shortcuts</source>
802 <target>显示键盘快捷键</target> 786 <target>显示键盘快捷键</target>
803 <context-group name="null"> 787 <context-group name="null">
804 <context context-type="linenumber">89</context> 788 <context context-type="linenumber">105</context>
805 </context-group> 789 </context-group>
806 </trans-unit> 790 </trans-unit>
807 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 791 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
808 <source>Toggle dark interface</source> 792 <source>Toggle dark interface</source>
809 <target>切换夜间模式</target> 793 <target>切换夜间模式</target>
810 <context-group name="null"> 794 <context-group name="null">
811 <context context-type="linenumber">92</context> 795 <context context-type="linenumber">108</context>
812 </context-group> 796 </context-group>
813 </trans-unit> 797 </trans-unit>
814 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 798 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -871,21 +855,21 @@
871 <source>Category</source> 855 <source>Category</source>
872 <target>类别</target> 856 <target>类别</target>
873 <context-group name="null"> 857 <context-group name="null">
874 <context context-type="linenumber">170</context> 858 <context context-type="linenumber">215</context>
875 </context-group> 859 </context-group>
876 </trans-unit> 860 </trans-unit>
877 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 861 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
878 <source>Licence</source> 862 <source>Licence</source>
879 <target>许可</target> 863 <target>许可</target>
880 <context-group name="null"> 864 <context-group name="null">
881 <context context-type="linenumber">179</context> 865 <context context-type="linenumber">224</context>
882 </context-group> 866 </context-group>
883 </trans-unit> 867 </trans-unit>
884 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 868 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
885 <source>Language</source> 869 <source>Language</source>
886 <target>语言</target> 870 <target>语言</target>
887 <context-group name="null"> 871 <context-group name="null">
888 <context context-type="linenumber">188</context> 872 <context context-type="linenumber">233</context>
889 </context-group> 873 </context-group>
890 </trans-unit> 874 </trans-unit>
891 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 875 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1010,13 +994,6 @@
1010 <context context-type="linenumber">39</context> 994 <context context-type="linenumber">39</context>
1011 </context-group> 995 </context-group>
1012 </trans-unit> 996 </trans-unit>
1013 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1014 <source>User registration is allowed and</source>
1015 <target>当前开放注册,并且</target>
1016 <context-group name="null">
1017 <context context-type="linenumber">29</context>
1018 </context-group>
1019 </trans-unit>
1020 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 997 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1021 <source> 998 <source>
1022 About PeerTube 999 About PeerTube
@@ -1376,42 +1353,42 @@
1376 <source>Default client route</source> 1353 <source>Default client route</source>
1377 <target>首页默认内容</target> 1354 <target>首页默认内容</target>
1378 <context-group name="null"> 1355 <context-group name="null">
1379 <context context-type="linenumber">48</context> 1356 <context context-type="linenumber">57</context>
1380 </context-group> 1357 </context-group>
1381 </trans-unit> 1358 </trans-unit>
1382 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1359 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1383 <source>Videos Overview</source> 1360 <source>Videos Overview</source>
1384 <target>视频总览</target> 1361 <target>视频总览</target>
1385 <context-group name="null"> 1362 <context-group name="null">
1386 <context context-type="linenumber">51</context> 1363 <context context-type="linenumber">60</context>
1387 </context-group> 1364 </context-group>
1388 </trans-unit> 1365 </trans-unit>
1389 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1366 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1390 <source>Videos Trending</source> 1367 <source>Videos Trending</source>
1391 <target>时下流行的视频</target> 1368 <target>时下流行的视频</target>
1392 <context-group name="null"> 1369 <context-group name="null">
1393 <context context-type="linenumber">52</context> 1370 <context context-type="linenumber">61</context>
1394 </context-group> 1371 </context-group>
1395 </trans-unit> 1372 </trans-unit>
1396 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1373 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1397 <source>Videos Recently Added</source> 1374 <source>Videos Recently Added</source>
1398 <target>最近添加的视频</target> 1375 <target>最近添加的视频</target>
1399 <context-group name="null"> 1376 <context-group name="null">
1400 <context context-type="linenumber">53</context> 1377 <context context-type="linenumber">62</context>
1401 </context-group> 1378 </context-group>
1402 </trans-unit> 1379 </trans-unit>
1403 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1380 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1404 <source>Local videos</source> 1381 <source>Local videos</source>
1405 <target>本地视频</target> 1382 <target>本地视频</target>
1406 <context-group name="null"> 1383 <context-group name="null">
1407 <context context-type="linenumber">54</context> 1384 <context context-type="linenumber">63</context>
1408 </context-group> 1385 </context-group>
1409 </trans-unit> 1386 </trans-unit>
1410 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1387 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1411 <source>Policy on videos containing sensitive content</source> 1388 <source>Policy on videos containing sensitive content</source>
1412 <target>针对包含敏感内容视频的策略</target> 1389 <target>针对包含敏感内容视频的策略</target>
1413 <context-group name="null"> 1390 <context-group name="null">
1414 <context context-type="linenumber">61</context> 1391 <context context-type="linenumber">70</context>
1415 </context-group> 1392 </context-group>
1416 </trans-unit> 1393 </trans-unit>
1417 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1394 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1446,42 +1423,42 @@
1446 <source>Signup enabled</source> 1423 <source>Signup enabled</source>
1447 <target>开放注册</target> 1424 <target>开放注册</target>
1448 <context-group name="null"> 1425 <context-group name="null">
1449 <context context-type="linenumber">84</context> 1426 <context context-type="linenumber">93</context>
1450 </context-group> 1427 </context-group>
1451 </trans-unit> 1428 </trans-unit>
1452 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1429 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1453 <source>Signup requires email verification</source> 1430 <source>Signup requires email verification</source>
1454 <target>注册需要验证电子邮件地址</target> 1431 <target>注册需要验证电子邮件地址</target>
1455 <context-group name="null"> 1432 <context-group name="null">
1456 <context context-type="linenumber">91</context> 1433 <context context-type="linenumber">100</context>
1457 </context-group> 1434 </context-group>
1458 </trans-unit> 1435 </trans-unit>
1459 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1436 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1460 <source>Signup limit</source> 1437 <source>Signup limit</source>
1461 <target>注册限制</target> 1438 <target>注册限制</target>
1462 <context-group name="null"> 1439 <context-group name="null">
1463 <context context-type="linenumber">96</context> 1440 <context context-type="linenumber">105</context>
1464 </context-group> 1441 </context-group>
1465 </trans-unit> 1442 </trans-unit>
1466 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1443 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1467 <source>Users</source> 1444 <source>Users</source>
1468 <target>用户</target> 1445 <target>用户</target>
1469 <context-group name="null"> 1446 <context-group name="null">
1470 <context context-type="linenumber">105</context> 1447 <context context-type="linenumber">114</context>
1471 </context-group> 1448 </context-group>
1472 </trans-unit> 1449 </trans-unit>
1473 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1450 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1474 <source>User default video quota</source> 1451 <source>User default video quota</source>
1475 <target>用户默认视频存储空间大小</target> 1452 <target>用户默认视频存储空间大小</target>
1476 <context-group name="null"> 1453 <context-group name="null">
1477 <context context-type="linenumber">109</context> 1454 <context context-type="linenumber">118</context>
1478 </context-group> 1455 </context-group>
1479 </trans-unit> 1456 </trans-unit>
1480 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1457 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1481 <source>User default daily upload limit</source> 1458 <source>User default daily upload limit</source>
1482 <target>用户默认单日上传限额</target> 1459 <target>用户默认单日上传限额</target>
1483 <context-group name="null"> 1460 <context-group name="null">
1484 <context context-type="linenumber">121</context> 1461 <context context-type="linenumber">130</context>
1485 </context-group> 1462 </context-group>
1486 </trans-unit> 1463 </trans-unit>
1487 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1464 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1495,28 +1472,28 @@
1495 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1472 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1496 <target>允许通过 HTTP URL(例如 YouTube)导入视频</target> 1473 <target>允许通过 HTTP URL(例如 YouTube)导入视频</target>
1497 <context-group name="null"> 1474 <context-group name="null">
1498 <context context-type="linenumber">141</context> 1475 <context context-type="linenumber">150</context>
1499 </context-group> 1476 </context-group>
1500 </trans-unit> 1477 </trans-unit>
1501 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1478 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1502 <source>Video import with a torrent file or a magnet URI enabled</source> 1479 <source>Video import with a torrent file or a magnet URI enabled</source>
1503 <target>允许通过种子文件或磁力链导入视频</target> 1480 <target>允许通过种子文件或磁力链导入视频</target>
1504 <context-group name="null"> 1481 <context-group name="null">
1505 <context context-type="linenumber">148</context> 1482 <context context-type="linenumber">157</context>
1506 </context-group> 1483 </context-group>
1507 </trans-unit> 1484 </trans-unit>
1508 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1485 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1509 <source>Administrator</source> 1486 <source>Administrator</source>
1510 <target>管理员</target> 1487 <target>管理员</target>
1511 <context-group name="null"> 1488 <context-group name="null">
1512 <context context-type="linenumber">155</context> 1489 <context context-type="linenumber">181</context>
1513 </context-group> 1490 </context-group>
1514 </trans-unit> 1491 </trans-unit>
1515 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1492 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1516 <source>Admin email</source> 1493 <source>Admin email</source>
1517 <target>管理员电子邮件地址</target> 1494 <target>管理员电子邮件地址</target>
1518 <context-group name="null"> 1495 <context-group name="null">
1519 <context context-type="linenumber">158</context> 1496 <context context-type="linenumber">184</context>
1520 </context-group> 1497 </context-group>
1521 </trans-unit> 1498 </trans-unit>
1522 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1499 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1530,70 +1507,70 @@
1530 <source>Twitter</source> 1507 <source>Twitter</source>
1531 <target>Twitter</target> 1508 <target>Twitter</target>
1532 <context-group name="null"> 1509 <context-group name="null">
1533 <context context-type="linenumber">178</context> 1510 <context context-type="linenumber">204</context>
1534 </context-group> 1511 </context-group>
1535 </trans-unit> 1512 </trans-unit>
1536 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1513 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1537 <source>Your Twitter username</source> 1514 <source>Your Twitter username</source>
1538 <target>您的 Twitter 用户名</target> 1515 <target>您的 Twitter 用户名</target>
1539 <context-group name="null"> 1516 <context-group name="null">
1540 <context context-type="linenumber">184</context> 1517 <context context-type="linenumber">210</context>
1541 </context-group> 1518 </context-group>
1542 </trans-unit> 1519 </trans-unit>
1543 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1520 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1544 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1521 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1545 <target>显示此内容所在的发布平台对应的 Twitter 帐户。</target> 1522 <target>显示此内容所在的发布平台对应的 Twitter 帐户。</target>
1546 <context-group name="null"> 1523 <context-group name="null">
1547 <context context-type="linenumber">187</context> 1524 <context context-type="linenumber">213</context>
1548 </context-group> 1525 </context-group>
1549 </trans-unit> 1526 </trans-unit>
1550 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1527 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1551 <source>Instance whitelisted by Twitter</source> 1528 <source>Instance whitelisted by Twitter</source>
1552 <target>实例已进入 Twitter 白名单</target> 1529 <target>实例已进入 Twitter 白名单</target>
1553 <context-group name="null"> 1530 <context-group name="null">
1554 <context context-type="linenumber">199</context> 1531 <context context-type="linenumber">225</context>
1555 </context-group> 1532 </context-group>
1556 </trans-unit> 1533 </trans-unit>
1557 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1534 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1558 <source>Services</source> 1535 <source>Services</source>
1559 <target>服务</target> 1536 <target>服务</target>
1560 <context-group name="null"> 1537 <context-group name="null">
1561 <context context-type="linenumber">176</context> 1538 <context context-type="linenumber">202</context>
1562 </context-group> 1539 </context-group>
1563 </trans-unit> 1540 </trans-unit>
1564 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1541 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1565 <source>Transcoding</source> 1542 <source>Transcoding</source>
1566 <target>转码</target> 1543 <target>转码</target>
1567 <context-group name="null"> 1544 <context-group name="null">
1568 <context context-type="linenumber">215</context> 1545 <context context-type="linenumber">241</context>
1569 </context-group> 1546 </context-group>
1570 </trans-unit> 1547 </trans-unit>
1571 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1548 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1572 <source>Transcoding enabled</source> 1549 <source>Transcoding enabled</source>
1573 <target>启用转码</target> 1550 <target>启用转码</target>
1574 <context-group name="null"> 1551 <context-group name="null">
1575 <context context-type="linenumber">221</context> 1552 <context context-type="linenumber">247</context>
1576 </context-group> 1553 </context-group>
1577 </trans-unit> 1554 </trans-unit>
1578 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1555 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1579 <source>If you disable transcoding, many videos from your users will not work!</source> 1556 <source>If you disable transcoding, many videos from your users will not work!</source>
1580 <target>如果禁用转码,用户上传的视频很有可能无法正常播放!</target> 1557 <target>如果禁用转码,用户上传的视频很有可能无法正常播放!</target>
1581 <context-group name="null"> 1558 <context-group name="null">
1582 <context context-type="linenumber">222</context> 1559 <context context-type="linenumber">248</context>
1583 </context-group> 1560 </context-group>
1584 </trans-unit> 1561 </trans-unit>
1585 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1562 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1586 <source>Transcoding threads</source> 1563 <source>Transcoding threads</source>
1587 <target>转码线程数</target> 1564 <target>转码线程数</target>
1588 <context-group name="null"> 1565 <context-group name="null">
1589 <context context-type="linenumber">237</context> 1566 <context context-type="linenumber">263</context>
1590 </context-group> 1567 </context-group>
1591 </trans-unit> 1568 </trans-unit>
1592 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1569 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1593 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1570 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1594 <target>启用 <x id="INTERPOLATION" equiv-text="{{resolution}}"/> 分辨率</target> 1571 <target>启用 <x id="INTERPOLATION" equiv-text="{{resolution}}"/> 分辨率</target>
1595 <context-group name="null"> 1572 <context-group name="null">
1596 <context context-type="linenumber">252</context> 1573 <context context-type="linenumber">278</context>
1597 </context-group> 1574 </context-group>
1598 </trans-unit> 1575 </trans-unit>
1599 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1576 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1608,70 +1585,70 @@
1608 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1585 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1609 </target> 1586 </target>
1610 <context-group name="null"> 1587 <context-group name="null">
1611 <context context-type="linenumber">260</context> 1588 <context context-type="linenumber">286</context>
1612 </context-group> 1589 </context-group>
1613 </trans-unit> 1590 </trans-unit>
1614 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1591 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1615 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1592 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1616 <target>部分文件不会自动同步(如预览图、字幕)。我们会直接从源实例拉取并进行缓存。</target> 1593 <target>部分文件不会自动同步(如预览图、字幕)。我们会直接从源实例拉取并进行缓存。</target>
1617 <context-group name="null"> 1594 <context-group name="null">
1618 <context context-type="linenumber">265</context> 1595 <context context-type="linenumber">291</context>
1619 </context-group> 1596 </context-group>
1620 </trans-unit> 1597 </trans-unit>
1621 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1598 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1622 <source>Previews cache size</source> 1599 <source>Previews cache size</source>
1623 <target>预览图缓存大小</target> 1600 <target>预览图缓存大小</target>
1624 <context-group name="null"> 1601 <context-group name="null">
1625 <context context-type="linenumber">271</context> 1602 <context context-type="linenumber">297</context>
1626 </context-group> 1603 </context-group>
1627 </trans-unit> 1604 </trans-unit>
1628 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1605 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1629 <source>Video captions cache size</source> 1606 <source>Video captions cache size</source>
1630 <target>视频字幕缓存大小</target> 1607 <target>视频字幕缓存大小</target>
1631 <context-group name="null"> 1608 <context-group name="null">
1632 <context context-type="linenumber">280</context> 1609 <context context-type="linenumber">306</context>
1633 </context-group> 1610 </context-group>
1634 </trans-unit> 1611 </trans-unit>
1635 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1612 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1636 <source>Customizations</source> 1613 <source>Customizations</source>
1637 <target>自定义</target> 1614 <target>自定义</target>
1638 <context-group name="null"> 1615 <context-group name="null">
1639 <context context-type="linenumber">289</context> 1616 <context context-type="linenumber">315</context>
1640 </context-group> 1617 </context-group>
1641 </trans-unit> 1618 </trans-unit>
1642 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1619 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1643 <source>JavaScript</source> 1620 <source>JavaScript</source>
1644 <target>JavaScript</target> 1621 <target>JavaScript</target>
1645 <context-group name="null"> 1622 <context-group name="null">
1646 <context context-type="linenumber">294</context> 1623 <context context-type="linenumber">320</context>
1647 </context-group> 1624 </context-group>
1648 </trans-unit> 1625 </trans-unit>
1649 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1626 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1650 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1627 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1651 <target>在此处直接输入 JavaScript 代码。&lt;br /&gt;示例:&lt;pre&gt;console.log('我的实例太棒了');&lt;/pre&gt;</target> 1628 <target>在此处直接输入 JavaScript 代码。&lt;br /&gt;示例:&lt;pre&gt;console.log('我的实例太棒了');&lt;/pre&gt;</target>
1652 <context-group name="null"> 1629 <context-group name="null">
1653 <context context-type="linenumber">297</context> 1630 <context context-type="linenumber">323</context>
1654 </context-group> 1631 </context-group>
1655 </trans-unit> 1632 </trans-unit>
1656 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1633 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1657 <source>Advanced configuration</source> 1634 <source>Advanced configuration</source>
1658 <target>高级设置</target> 1635 <target>高级设置</target>
1659 <context-group name="null"> 1636 <context-group name="null">
1660 <context context-type="linenumber">212</context> 1637 <context context-type="linenumber">238</context>
1661 </context-group> 1638 </context-group>
1662 </trans-unit> 1639 </trans-unit>
1663 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1640 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1664 <source>Update configuration</source> 1641 <source>Update configuration</source>
1665 <target>更新设置</target> 1642 <target>更新设置</target>
1666 <context-group name="null"> 1643 <context-group name="null">
1667 <context context-type="linenumber">340</context> 1644 <context context-type="linenumber">366</context>
1668 </context-group> 1645 </context-group>
1669 </trans-unit> 1646 </trans-unit>
1670 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1647 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1671 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1648 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1672 <target>设置信息不合法。请检查各选项卡中的设置是否存在错误。</target> 1649 <target>设置信息不合法。请检查各选项卡中的设置是否存在错误。</target>
1673 <context-group name="null"> 1650 <context-group name="null">
1674 <context context-type="linenumber">341</context> 1651 <context context-type="linenumber">367</context>
1675 </context-group> 1652 </context-group>
1676 </trans-unit> 1653 </trans-unit>
1677 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1654 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -1960,7 +1937,7 @@
1960 <source>Go to the account page</source> 1937 <source>Go to the account page</source>
1961 <target>转到帐户页面</target> 1938 <target>转到帐户页面</target>
1962 <context-group name="null"> 1939 <context-group name="null">
1963 <context context-type="linenumber">134</context> 1940 <context context-type="linenumber">179</context>
1964 </context-group> 1941 </context-group>
1965 </trans-unit> 1942 </trans-unit>
1966 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 1943 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
@@ -2079,6 +2056,13 @@
2079 <context context-type="linenumber">43</context> 2056 <context context-type="linenumber">43</context>
2080 </context-group> 2057 </context-group>
2081 </trans-unit> 2058 </trans-unit>
2059 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2060 <source>Unblacklist</source>
2061 <target>移除黑名单</target>
2062 <context-group name="null">
2063 <context context-type="linenumber">146</context>
2064 </context-group>
2065 </trans-unit>
2082 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2066 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2083 <source>Moderation</source> 2067 <source>Moderation</source>
2084 <target>运营</target> 2068 <target>运营</target>
@@ -2093,13 +2077,6 @@
2093 <context context-type="linenumber">5</context> 2077 <context context-type="linenumber">5</context>
2094 </context-group> 2078 </context-group>
2095 </trans-unit> 2079 </trans-unit>
2096 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2097 <source>Blacklisted videos</source>
2098 <target>黑名单视频</target>
2099 <context-group name="null">
2100 <context context-type="linenumber">7</context>
2101 </context-group>
2102 </trans-unit>
2103 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2080 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2104 <source>Muted accounts</source> 2081 <source>Muted accounts</source>
2105 <target>已屏蔽的帐户</target> 2082 <target>已屏蔽的帐户</target>
@@ -2111,7 +2088,7 @@
2111 <source>Muted servers</source> 2088 <source>Muted servers</source>
2112 <target>已屏蔽的实例</target> 2089 <target>已屏蔽的实例</target>
2113 <context-group name="null"> 2090 <context-group name="null">
2114 <context context-type="linenumber">11</context> 2091 <context context-type="linenumber">13</context>
2115 </context-group> 2092 </context-group>
2116 </trans-unit> 2093 </trans-unit>
2117 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2094 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2167,7 +2144,7 @@
2167 <source>Change ownership</source> 2144 <source>Change ownership</source>
2168 <target>转移视频</target> 2145 <target>转移视频</target>
2169 <context-group name="null"> 2146 <context-group name="null">
2170 <context context-type="linenumber">46</context> 2147 <context context-type="linenumber">40</context>
2171 </context-group> 2148 </context-group>
2172 </trans-unit> 2149 </trans-unit>
2173 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2150 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2192,32 +2169,14 @@
2192 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2169 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2193 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次观看</target> 2170 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次观看</target>
2194 <context-group name="null"> 2171 <context-group name="null">
2195 <context context-type="linenumber">19</context> 2172 <context context-type="linenumber">13</context>
2196 </context-group> 2173 </context-group>
2197 </trans-unit> 2174 </trans-unit>
2198 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2175 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2199 <source>Blacklisted</source> 2176 <source>Blacklisted</source>
2200 <target>已进入黑名单</target> 2177 <target>已进入黑名单</target>
2201 <context-group name="null"> 2178 <context-group name="null">
2202 <context context-type="linenumber">22</context> 2179 <context context-type="linenumber">16</context>
2203 </context-group>
2204 </trans-unit>
2205 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2206 <source>
2207 Cancel
2208 </source>
2209 <target>
2210 取消
2211 </target>
2212 <context-group name="null">
2213 <context context-type="linenumber">30</context>
2214 </context-group>
2215 </trans-unit>
2216 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2217 <source>Create another video channel</source>
2218 <target>创建新的视频频道</target>
2219 <context-group name="null">
2220 <context context-type="linenumber">4</context>
2221 </context-group> 2180 </context-group>
2222 </trans-unit> 2181 </trans-unit>
2223 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2182 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2241,13 +2200,6 @@
2241 <context context-type="linenumber">15</context> 2200 <context context-type="linenumber">15</context>
2242 </context-group> 2201 </context-group>
2243 </trans-unit> 2202 </trans-unit>
2244 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2245 <source>Display name</source>
2246 <target>显示名</target>
2247 <context-group name="null">
2248 <context context-type="linenumber">6</context>
2249 </context-group>
2250 </trans-unit>
2251 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2203 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2252 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2204 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2253When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2205When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2354,6 +2306,27 @@ When you will upload a video in this channel, the video support field will be au
2354 <context context-type="linenumber">2</context> 2306 <context context-type="linenumber">2</context>
2355 </context-group> 2307 </context-group>
2356 </trans-unit> 2308 </trans-unit>
2309 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2310 <source>Privacy</source>
2311 <target>隐私</target>
2312 <context-group name="null">
2313 <context context-type="linenumber">205</context>
2314 </context-group>
2315 </trans-unit>
2316 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2317 <source>Channel</source>
2318 <target>频道</target>
2319 <context-group name="null">
2320 <context context-type="linenumber">39</context>
2321 </context-group>
2322 </trans-unit>
2323 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2324 <source>Upload thumbnail</source>
2325 <target>上传缩略图</target>
2326 <context-group name="null">
2327 <context context-type="linenumber">192</context>
2328 </context-group>
2329 </trans-unit>
2357 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2330 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2358 <source>Change password</source> 2331 <source>Change password</source>
2359 <target>更改密码</target> 2332 <target>更改密码</target>
@@ -2403,13 +2376,6 @@ When you will upload a video in this channel, the video support field will be au
2403 <context context-type="linenumber">28</context> 2376 <context context-type="linenumber">28</context>
2404 </context-group> 2377 </context-group>
2405 </trans-unit> 2378 </trans-unit>
2406 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2407 <source>Save</source>
2408 <target>保存</target>
2409 <context-group name="null">
2410 <context context-type="linenumber">32</context>
2411 </context-group>
2412 </trans-unit>
2413 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2379 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2414 <source>Update my profile</source> 2380 <source>Update my profile</source>
2415 <target>更新我的个人资料</target> 2381 <target>更新我的个人资料</target>
@@ -2535,7 +2501,7 @@ When you will upload a video in this channel, the video support field will be au
2535 <source>URL</source> 2501 <source>URL</source>
2536 <target>URL</target> 2502 <target>URL</target>
2537 <context-group name="null"> 2503 <context-group name="null">
2538 <context context-type="linenumber">17</context> 2504 <context context-type="linenumber">25</context>
2539 </context-group> 2505 </context-group>
2540 </trans-unit> 2506 </trans-unit>
2541 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2507 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2545,20 +2511,6 @@ When you will upload a video in this channel, the video support field will be au
2545 <context context-type="linenumber">9</context> 2511 <context context-type="linenumber">9</context>
2546 </context-group> 2512 </context-group>
2547 </trans-unit> 2513 </trans-unit>
2548 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2549 <source>Channel</source>
2550 <target>频道</target>
2551 <context-group name="null">
2552 <context context-type="linenumber">39</context>
2553 </context-group>
2554 </trans-unit>
2555 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2556 <source>Privacy</source>
2557 <target>隐私</target>
2558 <context-group name="null">
2559 <context context-type="linenumber">160</context>
2560 </context-group>
2561 </trans-unit>
2562 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2514 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2563 <source> 2515 <source>
2564 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 2516 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
@@ -2574,7 +2526,7 @@ When you will upload a video in this channel, the video support field will be au
2574 <source>Update</source> 2526 <source>Update</source>
2575 <target>更新</target> 2527 <target>更新</target>
2576 <context-group name="null"> 2528 <context-group name="null">
2577 <context context-type="linenumber">93</context> 2529 <context context-type="linenumber">138</context>
2578 </context-group> 2530 </context-group>
2579 </trans-unit> 2531 </trans-unit>
2580 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2532 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2722,7 +2674,7 @@ When you will upload a video in this channel, the video support field will be au
2722 <source>Tags</source> 2674 <source>Tags</source>
2723 <target>标签</target> 2675 <target>标签</target>
2724 <context-group name="null"> 2676 <context-group name="null">
2725 <context context-type="linenumber">197</context> 2677 <context context-type="linenumber">242</context>
2726 </context-group> 2678 </context-group>
2727 </trans-unit> 2679 </trans-unit>
2728 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 2680 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -2862,13 +2814,6 @@ When you will upload a video in this channel, the video support field will be au
2862 <context context-type="linenumber">135</context> 2814 <context context-type="linenumber">135</context>
2863 </context-group> 2815 </context-group>
2864 </trans-unit> 2816 </trans-unit>
2865 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2866 <source>Upload thumbnail</source>
2867 <target>上传缩略图</target>
2868 <context-group name="null">
2869 <context context-type="linenumber">192</context>
2870 </context-group>
2871 </trans-unit>
2872 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 2817 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
2873 <source>Upload preview</source> 2818 <source>Upload preview</source>
2874 <target>上传预览图</target> 2819 <target>上传预览图</target>
@@ -2880,7 +2825,7 @@ When you will upload a video in this channel, the video support field will be au
2880 <source>Support</source> 2825 <source>Support</source>
2881 <target>支持</target> 2826 <target>支持</target>
2882 <context-group name="null"> 2827 <context-group name="null">
2883 <context context-type="linenumber">70</context> 2828 <context context-type="linenumber">101</context>
2884 </context-group> 2829 </context-group>
2885 </trans-unit> 2830 </trans-unit>
2886 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 2831 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -2958,7 +2903,7 @@ When you will upload a video in this channel, the video support field will be au
2958 <source>Download</source> 2903 <source>Download</source>
2959 <target>下载</target> 2904 <target>下载</target>
2960 <context-group name="null"> 2905 <context-group name="null">
2961 <context context-type="linenumber">85</context> 2906 <context context-type="linenumber">130</context>
2962 </context-group> 2907 </context-group>
2963 </trans-unit> 2908 </trans-unit>
2964 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 2909 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -2972,21 +2917,21 @@ When you will upload a video in this channel, the video support field will be au
2972 <source>Share</source> 2917 <source>Share</source>
2973 <target>分享</target> 2918 <target>分享</target>
2974 <context-group name="null"> 2919 <context-group name="null">
2975 <context context-type="linenumber">75</context> 2920 <context context-type="linenumber">106</context>
2976 </context-group> 2921 </context-group>
2977 </trans-unit> 2922 </trans-unit>
2978 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 2923 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
2979 <source>QR-Code</source> 2924 <source>QR-Code</source>
2980 <target>二维码</target> 2925 <target>二维码</target>
2981 <context-group name="null"> 2926 <context-group name="null">
2982 <context context-type="linenumber">29</context> 2927 <context context-type="linenumber">37</context>
2983 </context-group> 2928 </context-group>
2984 </trans-unit> 2929 </trans-unit>
2985 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 2930 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
2986 <source>Embed</source> 2931 <source>Embed</source>
2987 <target>嵌入</target> 2932 <target>嵌入</target>
2988 <context-group name="null"> 2933 <context-group name="null">
2989 <context context-type="linenumber">34</context> 2934 <context context-type="linenumber">42</context>
2990 </context-group> 2935 </context-group>
2991 </trans-unit> 2936 </trans-unit>
2992 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 2937 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -2997,14 +2942,14 @@ When you will upload a video in this channel, the video support field will be au
2997 此链接是不安全链接(没有使用 HTTPS),因此站外嵌入播放器将无法在 HTTPS 网站上使用(浏览器会屏蔽 HTTPS 网站上发送的不安全的 HTTP 请求)。 2942 此链接是不安全链接(没有使用 HTTPS),因此站外嵌入播放器将无法在 HTTPS 网站上使用(浏览器会屏蔽 HTTPS 网站上发送的不安全的 HTTP 请求)。
2998 </target> 2943 </target>
2999 <context-group name="null"> 2944 <context-group name="null">
3000 <context context-type="linenumber">45</context> 2945 <context context-type="linenumber">53</context>
3001 </context-group> 2946 </context-group>
3002 </trans-unit> 2947 </trans-unit>
3003 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 2948 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3004 <source>Close</source> 2949 <source>Close</source>
3005 <target>关闭</target> 2950 <target>关闭</target>
3006 <context-group name="null"> 2951 <context-group name="null">
3007 <context context-type="linenumber">51</context> 2952 <context context-type="linenumber">59</context>
3008 </context-group> 2953 </context-group>
3009 </trans-unit> 2954 </trans-unit>
3010 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 2955 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3022,7 +2967,7 @@ When you will upload a video in this channel, the video support field will be au
3022 视频正在导入中,导入完成后即可观看。 2967 视频正在导入中,导入完成后即可观看。
3023 </target> 2968 </target>
3024 <context-group name="null"> 2969 <context-group name="null">
3025 <context context-type="linenumber">11</context> 2970 <context context-type="linenumber">39</context>
3026 </context-group> 2971 </context-group>
3027 </trans-unit> 2972 </trans-unit>
3028 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 2973 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3033,7 +2978,7 @@ When you will upload a video in this channel, the video support field will be au
3033 视频正在转码,可能无法正常播放。 2978 视频正在转码,可能无法正常播放。
3034 </target> 2979 </target>
3035 <context-group name="null"> 2980 <context-group name="null">
3036 <context context-type="linenumber">15</context> 2981 <context context-type="linenumber">43</context>
3037 </context-group> 2982 </context-group>
3038 </trans-unit> 2983 </trans-unit>
3039 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 2984 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3044,14 +2989,14 @@ When you will upload a video in this channel, the video support field will be au
3044 此视频将于<x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>自动发布。 2989 此视频将于<x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>自动发布。
3045 </target> 2990 </target>
3046 <context-group name="null"> 2991 <context-group name="null">
3047 <context context-type="linenumber">19</context> 2992 <context context-type="linenumber">47</context>
3048 </context-group> 2993 </context-group>
3049 </trans-unit> 2994 </trans-unit>
3050 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 2995 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3051 <source>This video is blacklisted.</source> 2996 <source>This video is blacklisted.</source>
3052 <target>此视频已进入黑名单。</target> 2997 <target>此视频已进入黑名单。</target>
3053 <context-group name="null"> 2998 <context-group name="null">
3054 <context context-type="linenumber">24</context> 2999 <context context-type="linenumber">56</context>
3055 </context-group> 3000 </context-group>
3056 </trans-unit> 3001 </trans-unit>
3057 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3002 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3062,130 +3007,112 @@ When you will upload a video in this channel, the video support field will be au
3062 发布于 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次观看 3007 发布于 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次观看
3063 </target> 3008 </target>
3064 <context-group name="null"> 3009 <context-group name="null">
3065 <context context-type="linenumber">36</context> 3010 <context context-type="linenumber">76</context>
3066 </context-group>
3067 </trans-unit>
3068 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3069 <source>
3070 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3071 </source>
3072 <target>
3073 发布于 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次观看
3074 </target>
3075 <context-group name="null">
3076 <context context-type="linenumber">45</context>
3077 </context-group> 3011 </context-group>
3078 </trans-unit> 3012 </trans-unit>
3079 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3013 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3080 <source>Like this video</source> 3014 <source>Like this video</source>
3081 <target>顶一下</target> 3015 <target>顶一下</target>
3082 <context-group name="null"> 3016 <context-group name="null">
3083 <context context-type="linenumber">55</context> 3017 <context context-type="linenumber">86</context>
3084 </context-group> 3018 </context-group>
3085 </trans-unit> 3019 </trans-unit>
3086 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3020 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3087 <source>Dislike this video</source> 3021 <source>Dislike this video</source>
3088 <target>踩一下</target> 3022 <target>踩一下</target>
3089 <context-group name="null"> 3023 <context-group name="null">
3090 <context context-type="linenumber">63</context> 3024 <context context-type="linenumber">94</context>
3091 </context-group> 3025 </context-group>
3092 </trans-unit> 3026 </trans-unit>
3093 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3027 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3094 <source>Download the video</source> 3028 <source>Download the video</source>
3095 <target>下载视频</target> 3029 <target>下载视频</target>
3096 <context-group name="null"> 3030 <context-group name="null">
3097 <context context-type="linenumber">84</context> 3031 <context context-type="linenumber">129</context>
3098 </context-group> 3032 </context-group>
3099 </trans-unit> 3033 </trans-unit>
3100 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3034 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3101 <source>Report</source> 3035 <source>Report</source>
3102 <target>举报</target> 3036 <target>举报</target>
3103 <context-group name="null"> 3037 <context-group name="null">
3104 <context context-type="linenumber">89</context> 3038 <context context-type="linenumber">134</context>
3105 </context-group> 3039 </context-group>
3106 </trans-unit> 3040 </trans-unit>
3107 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3041 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3108 <source>Report this video</source> 3042 <source>Report this video</source>
3109 <target>举报这个视频</target> 3043 <target>举报这个视频</target>
3110 <context-group name="null"> 3044 <context-group name="null">
3111 <context context-type="linenumber">88</context> 3045 <context context-type="linenumber">133</context>
3112 </context-group> 3046 </context-group>
3113 </trans-unit> 3047 </trans-unit>
3114 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3048 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3115 <source>Update this video</source> 3049 <source>Update this video</source>
3116 <target>更新这个视频的信息</target> 3050 <target>更新这个视频的信息</target>
3117 <context-group name="null"> 3051 <context-group name="null">
3118 <context context-type="linenumber">92</context> 3052 <context context-type="linenumber">137</context>
3119 </context-group> 3053 </context-group>
3120 </trans-unit> 3054 </trans-unit>
3121 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3055 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3122 <source>Blacklist</source> 3056 <source>Blacklist</source>
3123 <target>加入黑名单</target> 3057 <target>加入黑名单</target>
3124 <context-group name="null"> 3058 <context-group name="null">
3125 <context context-type="linenumber">97</context> 3059 <context context-type="linenumber">142</context>
3126 </context-group> 3060 </context-group>
3127 </trans-unit> 3061 </trans-unit>
3128 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3062 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3129 <source>Blacklist this video</source> 3063 <source>Blacklist this video</source>
3130 <target>将这个视频加入黑名单</target> 3064 <target>将这个视频加入黑名单</target>
3131 <context-group name="null"> 3065 <context-group name="null">
3132 <context context-type="linenumber">96</context> 3066 <context context-type="linenumber">141</context>
3133 </context-group>
3134 </trans-unit>
3135 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3136 <source>Unblacklist</source>
3137 <target>移除黑名单</target>
3138 <context-group name="null">
3139 <context context-type="linenumber">101</context>
3140 </context-group> 3067 </context-group>
3141 </trans-unit> 3068 </trans-unit>
3142 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3069 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3143 <source>Unblacklist this video</source> 3070 <source>Unblacklist this video</source>
3144 <target>将这个视频移出黑名单</target> 3071 <target>将这个视频移出黑名单</target>
3145 <context-group name="null"> 3072 <context-group name="null">
3146 <context context-type="linenumber">100</context> 3073 <context context-type="linenumber">145</context>
3147 </context-group> 3074 </context-group>
3148 </trans-unit> 3075 </trans-unit>
3149 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3076 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3150 <source>Delete this video</source> 3077 <source>Delete this video</source>
3151 <target>删除这个视频</target> 3078 <target>删除这个视频</target>
3152 <context-group name="null"> 3079 <context-group name="null">
3153 <context context-type="linenumber">104</context> 3080 <context context-type="linenumber">149</context>
3154 </context-group> 3081 </context-group>
3155 </trans-unit> 3082 </trans-unit>
3156 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3083 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3157 <source>Go the channel page</source> 3084 <source>Go the channel page</source>
3158 <target>转到频道页面</target> 3085 <target>转到频道页面</target>
3159 <context-group name="null"> 3086 <context-group name="null">
3160 <context context-type="linenumber">124</context> 3087 <context context-type="linenumber">169</context>
3161 </context-group> 3088 </context-group>
3162 </trans-unit> 3089 </trans-unit>
3163 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3090 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3164 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3091 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3165 <target>上传者 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3092 <target>上传者 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3166 <context-group name="null"> 3093 <context-group name="null">
3167 <context context-type="linenumber">135</context> 3094 <context context-type="linenumber">180</context>
3168 </context-group> 3095 </context-group>
3169 </trans-unit> 3096 </trans-unit>
3170 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3097 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3171 <source>Show more</source> 3098 <source>Show more</source>
3172 <target>展开</target> 3099 <target>展开</target>
3173 <context-group name="null"> 3100 <context-group name="null">
3174 <context context-type="linenumber">147</context> 3101 <context context-type="linenumber">192</context>
3175 </context-group> 3102 </context-group>
3176 </trans-unit> 3103 </trans-unit>
3177 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3104 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3178 <source>Show less</source> 3105 <source>Show less</source>
3179 <target>收起</target> 3106 <target>收起</target>
3180 <context-group name="null"> 3107 <context-group name="null">
3181 <context context-type="linenumber">153</context> 3108 <context context-type="linenumber">198</context>
3182 </context-group> 3109 </context-group>
3183 </trans-unit> 3110 </trans-unit>
3184 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3111 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3185 <source>Friendly Reminder: </source> 3112 <source>Friendly Reminder: </source>
3186 <target>友情提示:</target> 3113 <target>友情提示:</target>
3187 <context-group name="null"> 3114 <context-group name="null">
3188 <context context-type="linenumber">214</context> 3115 <context context-type="linenumber">258</context>
3189 </context-group> 3116 </context-group>
3190 </trans-unit> 3117 </trans-unit>
3191 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3118 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3196,21 +3123,21 @@ When you will upload a video in this channel, the video support field will be au
3196 此视频使用的分享系统可能会将您的系统相关的技术信息(例如公开 IP 地址)发送给其他用户。 3123 此视频使用的分享系统可能会将您的系统相关的技术信息(例如公开 IP 地址)发送给其他用户。
3197 </target> 3124 </target>
3198 <context-group name="null"> 3125 <context-group name="null">
3199 <context context-type="linenumber">215</context> 3126 <context context-type="linenumber">259</context>
3200 </context-group> 3127 </context-group>
3201 </trans-unit> 3128 </trans-unit>
3202 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3129 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3203 <source>More information</source> 3130 <source>More information</source>
3204 <target>详情</target> 3131 <target>详情</target>
3205 <context-group name="null"> 3132 <context-group name="null">
3206 <context context-type="linenumber">218</context> 3133 <context context-type="linenumber">262</context>
3207 </context-group> 3134 </context-group>
3208 </trans-unit> 3135 </trans-unit>
3209 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3136 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3210 <source>Get more information</source> 3137 <source>Get more information</source>
3211 <target>了解详情</target> 3138 <target>了解详情</target>
3212 <context-group name="null"> 3139 <context-group name="null">
3213 <context context-type="linenumber">218</context> 3140 <context context-type="linenumber">262</context>
3214 </context-group> 3141 </context-group>
3215 </trans-unit> 3142 </trans-unit>
3216 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3143 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3221,7 +3148,7 @@ When you will upload a video in this channel, the video support field will be au
3221 确定 3148 确定
3222 </target> 3149 </target>
3223 <context-group name="null"> 3150 <context-group name="null">
3224 <context context-type="linenumber">221</context> 3151 <context context-type="linenumber">265</context>
3225 </context-group> 3152 </context-group>
3226 </trans-unit> 3153 </trans-unit>
3227 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3154 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3823,13 +3750,6 @@ When you will upload a video in this channel, the video support field will be au
3823 <context context-type="linenumber">1</context> 3750 <context context-type="linenumber">1</context>
3824 </context-group> 3751 </context-group>
3825 </trans-unit> 3752 </trans-unit>
3826 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
3827 <source>Create</source>
3828 <target>创建</target>
3829 <context-group name="null">
3830 <context context-type="linenumber">1</context>
3831 </context-group>
3832 </trans-unit>
3833 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 3753 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
3834 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 3754 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
3835 <target>视频频道 <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target> 3755 <target>视频频道 <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target>
@@ -3921,13 +3841,6 @@ When you will upload a video in this channel, the video support field will be au
3921 <context context-type="linenumber">1</context> 3841 <context context-type="linenumber">1</context>
3922 </context-group> 3842 </context-group>
3923 </trans-unit> 3843 </trans-unit>
3924 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
3925 <source>My library</source>
3926 <target>我的库</target>
3927 <context-group name="null">
3928 <context context-type="linenumber">1</context>
3929 </context-group>
3930 </trans-unit>
3931 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 3844 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
3932 <source>My channels</source> 3845 <source>My channels</source>
3933 <target>我的频道</target> 3846 <target>我的频道</target>
@@ -4595,6 +4508,13 @@ When you will upload a video in this channel, the video support field will be au
4595 <context context-type="linenumber">1</context> 4508 <context context-type="linenumber">1</context>
4596 </context-group> 4509 </context-group>
4597 </trans-unit> 4510 </trans-unit>
4511 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
4512 <source>Display name cannot be more than 120 characters long.</source>
4513 <target>显示名称不能超过 120 个字符。</target>
4514 <context-group name="null">
4515 <context context-type="linenumber">1</context>
4516 </context-group>
4517 </trans-unit>
4598 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 4518 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
4599 <source>Video name is required.</source> 4519 <source>Video name is required.</source>
4600 <target>请输入视频标题。</target> 4520 <target>请输入视频标题。</target>
@@ -5512,13 +5432,6 @@ When you will upload a video in this channel, the video support field will be au
5512 <context context-type="linenumber">1</context> 5432 <context context-type="linenumber">1</context>
5513 </context-group> 5433 </context-group>
5514 </trans-unit> 5434 </trans-unit>
5515 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
5516 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
5517 <target>开始时间:<x id="INTERPOLATION" equiv-text="{{timestamp}}"/></target>
5518 <context-group name="null">
5519 <context context-type="linenumber">1</context>
5520 </context-group>
5521 </trans-unit>
5522 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 5435 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
5523 <source>Like the video</source> 5436 <source>Like the video</source>
5524 <target>顶一下</target> 5437 <target>顶一下</target>
diff --git a/client/src/locale/target/angular_zh_Hant_TW.xml b/client/src/locale/target/angular_zh_Hant_TW.xml
index d314ea363..1e894126f 100644
--- a/client/src/locale/target/angular_zh_Hant_TW.xml
+++ b/client/src/locale/target/angular_zh_Hant_TW.xml
@@ -56,56 +56,56 @@
56 <source>««</source> 56 <source>««</source>
57 <target>««</target> 57 <target>««</target>
58 <context-group name="null"> 58 <context-group name="null">
59 <context context-type="linenumber">7</context> 59 <context context-type="linenumber">2</context>
60 </context-group> 60 </context-group>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="ngb.pagination.first-aria"> 62 <trans-unit id="ngb.pagination.previous">
63 <source>First</source> 63 <source>«</source>
64 <target>第一個</target> 64 <target>«</target>
65 <context-group name="null">
66 <context context-type="linenumber">3</context>
67 </context-group>
68 </trans-unit>
69 <trans-unit id="ngb.pagination.next">
70 <source>»</source>
71 <target>»</target>
72 <context-group name="null">
73 <context context-type="linenumber">4</context>
74 </context-group>
75 </trans-unit>
76 <trans-unit id="ngb.pagination.last">
77 <source>»»</source>
78 <target>»»</target>
65 <context-group name="null"> 79 <context-group name="null">
66 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
67 </context-group> 81 </context-group>
68 </trans-unit> 82 </trans-unit>
69 <trans-unit id="ngb.pagination.previous"> 83 <trans-unit id="ngb.pagination.first-aria">
70 <source>«</source> 84 <source>First</source>
71 <target>«</target> 85 <target>第一個</target>
72 <context-group name="null"> 86 <context-group name="null">
73 <context context-type="linenumber">15</context> 87 <context context-type="linenumber">14</context>
74 </context-group> 88 </context-group>
75 </trans-unit> 89 </trans-unit>
76 <trans-unit id="ngb.pagination.previous-aria"> 90 <trans-unit id="ngb.pagination.previous-aria">
77 <source>Previous</source> 91 <source>Previous</source>
78 <target>前一個</target> 92 <target>前一個</target>
79 <context-group name="null"> 93 <context-group name="null">
80 <context context-type="linenumber">13</context> 94 <context context-type="linenumber">23</context>
81 </context-group>
82 </trans-unit>
83 <trans-unit id="ngb.pagination.next">
84 <source>»</source>
85 <target>»</target>
86 <context-group name="null">
87 <context context-type="linenumber">29</context>
88 </context-group> 95 </context-group>
89 </trans-unit> 96 </trans-unit>
90 <trans-unit id="ngb.pagination.next-aria"> 97 <trans-unit id="ngb.pagination.next-aria">
91 <source>Next</source> 98 <source>Next</source>
92 <target>下一個</target> 99 <target>下一個</target>
93 <context-group name="null"> 100 <context-group name="null">
94 <context context-type="linenumber">27</context> 101 <context context-type="linenumber">41</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="ngb.pagination.last">
98 <source>»»</source>
99 <target>»»</target>
100 <context-group name="null">
101 <context context-type="linenumber">36</context>
102 </context-group> 102 </context-group>
103 </trans-unit> 103 </trans-unit>
104 <trans-unit id="ngb.pagination.last-aria"> 104 <trans-unit id="ngb.pagination.last-aria">
105 <source>Last</source> 105 <source>Last</source>
106 <target>最後一個</target> 106 <target>最後一個</target>
107 <context-group name="null"> 107 <context-group name="null">
108 <context context-type="linenumber">34</context> 108 <context context-type="linenumber">49</context>
109 </context-group> 109 </context-group>
110 </trans-unit> 110 </trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
@@ -140,77 +140,77 @@
140 <source>Decrement hours</source> 140 <source>Decrement hours</source>
141 <target>減少小時</target> 141 <target>減少小時</target>
142 <context-group name="null"> 142 <context-group name="null">
143 <context context-type="linenumber">19</context> 143 <context context-type="linenumber">20</context>
144 </context-group> 144 </context-group>
145 </trans-unit> 145 </trans-unit>
146 <trans-unit id="ngb.timepicker.increment-minutes"> 146 <trans-unit id="ngb.timepicker.increment-minutes">
147 <source>Increment minutes</source> 147 <source>Increment minutes</source>
148 <target>增加分鐘</target> 148 <target>增加分鐘</target>
149 <context-group name="null"> 149 <context-group name="null">
150 <context context-type="linenumber">28</context> 150 <context context-type="linenumber">29</context>
151 </context-group> 151 </context-group>
152 </trans-unit> 152 </trans-unit>
153 <trans-unit id="ngb.timepicker.MM"> 153 <trans-unit id="ngb.timepicker.MM">
154 <source>MM</source> 154 <source>MM</source>
155 <target>MM</target> 155 <target>MM</target>
156 <context-group name="null"> 156 <context-group name="null">
157 <context context-type="linenumber">31</context> 157 <context context-type="linenumber">32</context>
158 </context-group> 158 </context-group>
159 </trans-unit> 159 </trans-unit>
160 <trans-unit id="ngb.timepicker.minutes"> 160 <trans-unit id="ngb.timepicker.minutes">
161 <source>Minutes</source> 161 <source>Minutes</source>
162 <target>分鐘</target> 162 <target>分鐘</target>
163 <context-group name="null"> 163 <context-group name="null">
164 <context context-type="linenumber">33</context> 164 <context context-type="linenumber">34</context>
165 </context-group> 165 </context-group>
166 </trans-unit> 166 </trans-unit>
167 <trans-unit id="ngb.timepicker.decrement-minutes"> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
168 <source>Decrement minutes</source> 168 <source>Decrement minutes</source>
169 <target>減少分鐘</target> 169 <target>減少分鐘</target>
170 <context-group name="null"> 170 <context-group name="null">
171 <context context-type="linenumber">38</context> 171 <context context-type="linenumber">40</context>
172 </context-group> 172 </context-group>
173 </trans-unit> 173 </trans-unit>
174 <trans-unit id="ngb.timepicker.increment-seconds"> 174 <trans-unit id="ngb.timepicker.increment-seconds">
175 <source>Increment seconds</source> 175 <source>Increment seconds</source>
176 <target>增加秒數</target> 176 <target>增加秒數</target>
177 <context-group name="null"> 177 <context-group name="null">
178 <context context-type="linenumber">47</context> 178 <context context-type="linenumber">49</context>
179 </context-group> 179 </context-group>
180 </trans-unit> 180 </trans-unit>
181 <trans-unit id="ngb.timepicker.SS"> 181 <trans-unit id="ngb.timepicker.SS">
182 <source>SS</source> 182 <source>SS</source>
183 <target>SS</target> 183 <target>SS</target>
184 <context-group name="null"> 184 <context-group name="null">
185 <context context-type="linenumber">50</context> 185 <context context-type="linenumber">52</context>
186 </context-group> 186 </context-group>
187 </trans-unit> 187 </trans-unit>
188 <trans-unit id="ngb.timepicker.seconds"> 188 <trans-unit id="ngb.timepicker.seconds">
189 <source>Seconds</source> 189 <source>Seconds</source>
190 <target>秒</target> 190 <target>秒</target>
191 <context-group name="null"> 191 <context-group name="null">
192 <context context-type="linenumber">52</context> 192 <context context-type="linenumber">54</context>
193 </context-group> 193 </context-group>
194 </trans-unit> 194 </trans-unit>
195 <trans-unit id="ngb.timepicker.decrement-seconds"> 195 <trans-unit id="ngb.timepicker.decrement-seconds">
196 <source>Decrement seconds</source> 196 <source>Decrement seconds</source>
197 <target>減少秒數</target> 197 <target>減少秒數</target>
198 <context-group name="null"> 198 <context-group name="null">
199 <context context-type="linenumber">57</context> 199 <context context-type="linenumber">60</context>
200 </context-group> 200 </context-group>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>PM</source> 203 <source>PM</source>
204 <target>下午</target> 204 <target>下午</target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">65</context> 206 <context context-type="linenumber">68</context>
207 </context-group> 207 </context-group>
208 </trans-unit> 208 </trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>AM</source> 210 <source>AM</source>
211 <target>上午</target> 211 <target>上午</target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">66</context> 213 <context context-type="linenumber">69</context>
214 </context-group> 214 </context-group>
215 </trans-unit> 215 </trans-unit>
216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46"> 216 <trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46">
@@ -227,18 +227,233 @@
227 <context context-type="linenumber">1</context> 227 <context context-type="linenumber">1</context>
228 </context-group> 228 </context-group>
229 </trans-unit> 229 </trans-unit>
230 <trans-unit id="ade81bccd385c84f16f0e3862c1da3106bc3914b">
231 <source>
232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
233
234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
235 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>new video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> 已發佈一個<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新影片<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </target>
245 <context-group name="null">
246 <context context-type="linenumber">7</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source>
251 <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;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 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
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <target>
258 <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;"/>
259
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
261 您的影片 <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;"/> 已被移出黑名單
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
263 </target>
264 <context-group name="null">
265 <context context-type="linenumber">15</context>
266 </context-group>
267 </trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source>
270 <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;"/>
271
272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
273 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
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
275 </source>
276 <target>
277 <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;"/>
278
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
280 您的影片 <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;"/> 已被加入黑名單
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
282 </target>
283 <context-group name="null">
284 <context context-type="linenumber">23</context>
285 </context-group>
286 </trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source>
289 <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;"/>
290
291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
292 <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;"/>
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
294 </source>
295 <target>
296 <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;"/>
297
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
299 <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;"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
301 </target>
302 <context-group name="null">
303 <context context-type="linenumber">31</context>
304 </context-group>
305 </trans-unit>
306 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
307 <source>
308 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
309
310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
311 <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;"/>
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
313 </source>
314 <target>
315 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
316
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
318 <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;"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
320 </target>
321 <context-group name="null">
322 <context context-type="linenumber">47</context>
323 </context-group>
324 </trans-unit>
325 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
326 <source>
327 <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;"/>
328
329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
330 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
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
332 </source>
333 <target>
334 <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;"/>
335
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
337 您的影片 <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;"/> 已經發佈
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
339 </target>
340 <context-group name="null">
341 <context context-type="linenumber">55</context>
342 </context-group>
343 </trans-unit>
344 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
345 <source>
346 <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;"/>
347
348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
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 }}"/> succeeded
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
351 </source>
352 <target>
353 <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;"/>
354
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
356 <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 }}"/> 成功
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
358 </target>
359 <context-group name="null">
360 <context context-type="linenumber">63</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
364 <source>
365 <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;"/>
366
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
368 <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
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
370 </source>
371 <target>
372 <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;"/>
373
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
375 <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 }}"/> 失敗
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
377 </target>
378 <context-group name="null">
379 <context context-type="linenumber">71</context>
380 </context-group>
381 </trans-unit>
382 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
383 <source>
384 <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;"/>
385
386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
387 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
389 </source>
390 <target>
391 <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;"/>
392
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
394 使用者 <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;"/> 在您的實體上
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
396 </target>
397 <context-group name="null">
398 <context context-type="linenumber">79</context>
399 </context-group>
400 </trans-unit>
401 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
402 <source>
403 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
404
405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
406 <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
407
408 <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;"/>
409 <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;"/>
410 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
411 </source>
412 <target>
413 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
414
415 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
416 <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;"/> 正在追蹤
417
418 <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;"/>
419 <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;"/>
420 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
421 </target>
422 <context-group name="null">
423 <context context-type="linenumber">87</context>
424 </context-group>
425 </trans-unit>
426 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
427 <source>
428 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
429
430 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
431 <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;"/>
432 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
433 </source>
434 <target>
435 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
436
437 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
438 <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;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
440 </target>
441 <context-group name="null">
442 <context context-type="linenumber">98</context>
443 </context-group>
444 </trans-unit>
230 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 445 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
231 <source>Unlisted</source> 446 <source>Unlisted</source>
232 <target>未列出</target> 447 <target>未列出</target>
233 <context-group name="null"> 448 <context-group name="null">
234 <context context-type="linenumber">10</context> 449 <context context-type="linenumber">17</context>
235 </context-group> 450 </context-group>
236 </trans-unit> 451 </trans-unit>
237 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 452 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
238 <source>Private</source> 453 <source>Private</source>
239 <target>私密</target> 454 <target>私密</target>
240 <context-group name="null"> 455 <context-group name="null">
241 <context context-type="linenumber">11</context> 456 <context context-type="linenumber">18</context>
242 </context-group> 457 </context-group>
243 </trans-unit> 458 </trans-unit>
244 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 459 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
@@ -248,6 +463,27 @@
248 <context context-type="linenumber">16</context> 463 <context context-type="linenumber">16</context>
249 </context-group> 464 </context-group>
250 </trans-unit> 465 </trans-unit>
466 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
467 <source>Display name</source>
468 <target>顯示名稱</target>
469 <context-group name="null">
470 <context context-type="linenumber">6</context>
471 </context-group>
472 </trans-unit>
473 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
474 <source>Create</source>
475 <target>建立</target>
476 <context-group name="null">
477 <context context-type="linenumber">73</context>
478 </context-group>
479 </trans-unit>
480 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
481 <source>Save</source>
482 <target>儲存</target>
483 <context-group name="null">
484 <context context-type="linenumber">115</context>
485 </context-group>
486 </trans-unit>
251 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 487 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
252 <source>Delete</source> 488 <source>Delete</source>
253 <target>刪除</target> 489 <target>刪除</target>
@@ -399,7 +635,7 @@
399 無限 <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;"/> 635 無限 <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;"/>
400 </target> 636 </target>
401 <context-group name="null"> 637 <context-group name="null">
402 <context context-type="linenumber">14</context> 638 <context context-type="linenumber">28</context>
403 </context-group> 639 </context-group>
404 </trans-unit> 640 </trans-unit>
405 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 641 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
@@ -525,7 +761,7 @@
525 <source>Login</source> 761 <source>Login</source>
526 <target>登入</target> 762 <target>登入</target>
527 <context-group name="null"> 763 <context-group name="null">
528 <context context-type="linenumber">36</context> 764 <context context-type="linenumber">32</context>
529 </context-group> 765 </context-group>
530 </trans-unit> 766 </trans-unit>
531 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 767 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
@@ -631,7 +867,7 @@
631 <source>Signup</source> 867 <source>Signup</source>
632 <target>註冊</target> 868 <target>註冊</target>
633 <context-group name="null"> 869 <context-group name="null">
634 <context context-type="linenumber">78</context> 870 <context context-type="linenumber">87</context>
635 </context-group> 871 </context-group>
636 </trans-unit> 872 </trans-unit>
637 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 873 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
@@ -699,7 +935,7 @@
699 <source>Change the language</source> 935 <source>Change the language</source>
700 <target>變更語言</target> 936 <target>變更語言</target>
701 <context-group name="null"> 937 <context-group name="null">
702 <context context-type="linenumber">86</context> 938 <context context-type="linenumber">102</context>
703 </context-group> 939 </context-group>
704 </trans-unit> 940 </trans-unit>
705 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 941 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
@@ -713,54 +949,17 @@
713 <context context-type="linenumber">8</context> 949 <context context-type="linenumber">8</context>
714 </context-group> 950 </context-group>
715 </trans-unit> 951 </trans-unit>
716 <trans-unit id="8c654f49714163eb2991b264e9fd4858e72c04c6">
717 <source>
718 My public profile
719 </source>
720 <target>
721 我的公開個人資料
722 </target>
723 <context-group name="null">
724 <context context-type="linenumber">16</context>
725 </context-group>
726 </trans-unit>
727 <trans-unit id="01d7a5f4ca6470b564031481bc16485b53a8d4fb">
728 <source>
729 My account
730 </source>
731 <target>
732 我的帳號
733 </target>
734 <context-group name="null">
735 <context context-type="linenumber">20</context>
736 </context-group>
737 </trans-unit>
738 <trans-unit id="fa9f3da5641dbd73d83395a0bde61bb6d5cefb10">
739 <source>
740 My videos
741 </source>
742 <target>
743 我的影片
744 </target>
745 <context-group name="null">
746 <context context-type="linenumber">24</context>
747 </context-group>
748 </trans-unit>
749 <trans-unit id="b795a1acb4a57ee68e6c5114daa280bf6e0f70e1">
750 <source>
751 Log out
752 </source>
753 <target>
754 登出
755 </target>
756 <context-group name="null">
757 <context context-type="linenumber">28</context>
758 </context-group>
759 </trans-unit>
760 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 952 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
761 <source>Create an account</source> 953 <source>Create an account</source>
762 <target>建立帳號</target> 954 <target>建立帳號</target>
763 <context-group name="null"> 955 <context-group name="null">
956 <context context-type="linenumber">33</context>
957 </context-group>
958 </trans-unit>
959 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
960 <source>My library</source>
961 <target>我的媒體庫</target>
962 <context-group name="null">
764 <context context-type="linenumber">37</context> 963 <context context-type="linenumber">37</context>
765 </context-group> 964 </context-group>
766 </trans-unit> 965 </trans-unit>
@@ -775,70 +974,70 @@
775 <source>Subscriptions</source> 974 <source>Subscriptions</source>
776 <target>訂閱</target> 975 <target>訂閱</target>
777 <context-group name="null"> 976 <context-group name="null">
778 <context context-type="linenumber">45</context> 977 <context context-type="linenumber">51</context>
779 </context-group> 978 </context-group>
780 </trans-unit> 979 </trans-unit>
781 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5"> 980 <trans-unit id="e95ae009d0bdb45fcc656e8b65248cf7396080d5">
782 <source>Overview</source> 981 <source>Overview</source>
783 <target>概覽</target> 982 <target>概覽</target>
784 <context-group name="null"> 983 <context-group name="null">
785 <context context-type="linenumber">50</context> 984 <context context-type="linenumber">66</context>
786 </context-group> 985 </context-group>
787 </trans-unit> 986 </trans-unit>
788 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 987 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
789 <source>Trending</source> 988 <source>Trending</source>
790 <target>趨勢</target> 989 <target>趨勢</target>
791 <context-group name="null"> 990 <context-group name="null">
792 <context context-type="linenumber">55</context> 991 <context context-type="linenumber">71</context>
793 </context-group> 992 </context-group>
794 </trans-unit> 993 </trans-unit>
795 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 994 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
796 <source>Recently added</source> 995 <source>Recently added</source>
797 <target>最近新增</target> 996 <target>最近新增</target>
798 <context-group name="null"> 997 <context-group name="null">
799 <context context-type="linenumber">60</context> 998 <context context-type="linenumber">76</context>
800 </context-group> 999 </context-group>
801 </trans-unit> 1000 </trans-unit>
802 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d"> 1001 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
803 <source>Local</source> 1002 <source>Local</source>
804 <target>本地</target> 1003 <target>本地</target>
805 <context-group name="null"> 1004 <context-group name="null">
806 <context context-type="linenumber">65</context> 1005 <context context-type="linenumber">81</context>
807 </context-group> 1006 </context-group>
808 </trans-unit> 1007 </trans-unit>
809 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1008 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
810 <source>More</source> 1009 <source>More</source>
811 <target>更多</target> 1010 <target>更多</target>
812 <context-group name="null"> 1011 <context-group name="null">
813 <context context-type="linenumber">70</context> 1012 <context context-type="linenumber">86</context>
814 </context-group> 1013 </context-group>
815 </trans-unit> 1014 </trans-unit>
816 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1015 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
817 <source>Administration</source> 1016 <source>Administration</source>
818 <target>管理</target> 1017 <target>管理</target>
819 <context-group name="null"> 1018 <context-group name="null">
820 <context context-type="linenumber">74</context> 1019 <context context-type="linenumber">90</context>
821 </context-group> 1020 </context-group>
822 </trans-unit> 1021 </trans-unit>
823 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1022 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
824 <source>About</source> 1023 <source>About</source>
825 <target>關於</target> 1024 <target>關於</target>
826 <context-group name="null"> 1025 <context-group name="null">
827 <context context-type="linenumber">25</context> 1026 <context context-type="linenumber">26</context>
828 </context-group> 1027 </context-group>
829 </trans-unit> 1028 </trans-unit>
830 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1029 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
831 <source>Show keyboard shortcuts</source> 1030 <source>Show keyboard shortcuts</source>
832 <target>顯示鍵盤快捷鍵</target> 1031 <target>顯示鍵盤快捷鍵</target>
833 <context-group name="null"> 1032 <context-group name="null">
834 <context context-type="linenumber">89</context> 1033 <context context-type="linenumber">105</context>
835 </context-group> 1034 </context-group>
836 </trans-unit> 1035 </trans-unit>
837 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768"> 1036 <trans-unit id="cf75021ac8cb9efd4f95e8880cf52c9acd265768">
838 <source>Toggle dark interface</source> 1037 <source>Toggle dark interface</source>
839 <target>切換至暗色介面</target> 1038 <target>切換至暗色介面</target>
840 <context-group name="null"> 1039 <context-group name="null">
841 <context context-type="linenumber">92</context> 1040 <context context-type="linenumber">108</context>
842 </context-group> 1041 </context-group>
843 </trans-unit> 1042 </trans-unit>
844 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1043 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
@@ -859,14 +1058,14 @@
859 <source>Update your notification preferences</source> 1058 <source>Update your notification preferences</source>
860 <target>更新您的通知偏好設定</target> 1059 <target>更新您的通知偏好設定</target>
861 <context-group name="null"> 1060 <context-group name="null">
862 <context context-type="linenumber">15</context> 1061 <context context-type="linenumber">16</context>
863 </context-group> 1062 </context-group>
864 </trans-unit> 1063 </trans-unit>
865 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 1064 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
866 <source>See all your notifications</source> 1065 <source>See all your notifications</source>
867 <target>檢視您所有的通知</target> 1066 <target>檢視您所有的通知</target>
868 <context-group name="null"> 1067 <context-group name="null">
869 <context context-type="linenumber">22</context> 1068 <context context-type="linenumber">30</context>
870 </context-group> 1069 </context-group>
871 </trans-unit> 1070 </trans-unit>
872 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1071 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -897,6 +1096,27 @@
897 <context context-type="linenumber">15</context> 1096 <context context-type="linenumber">15</context>
898 </context-group> 1097 </context-group>
899 </trans-unit> 1098 </trans-unit>
1099 <trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d">
1100 <source>Original publication year</source>
1101 <target>原始發佈年份</target>
1102 <context-group name="null">
1103 <context context-type="linenumber">24</context>
1104 </context-group>
1105 </trans-unit>
1106 <trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91">
1107 <source>After...</source>
1108 <target>在……之後</target>
1109 <context-group name="null">
1110 <context context-type="linenumber">30</context>
1111 </context-group>
1112 </trans-unit>
1113 <trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565">
1114 <source>Before...</source>
1115 <target>在……之前</target>
1116 <context-group name="null">
1117 <context context-type="linenumber">37</context>
1118 </context-group>
1119 </trans-unit>
900 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2"> 1120 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2">
901 <source>Duration</source> 1121 <source>Duration</source>
902 <target>持續時間</target> 1122 <target>持續時間</target>
@@ -929,21 +1149,21 @@
929 <source>Category</source> 1149 <source>Category</source>
930 <target>分類</target> 1150 <target>分類</target>
931 <context-group name="null"> 1151 <context-group name="null">
932 <context context-type="linenumber">170</context> 1152 <context context-type="linenumber">215</context>
933 </context-group> 1153 </context-group>
934 </trans-unit> 1154 </trans-unit>
935 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c"> 1155 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
936 <source>Licence</source> 1156 <source>Licence</source>
937 <target>授權條款</target> 1157 <target>授權條款</target>
938 <context-group name="null"> 1158 <context-group name="null">
939 <context context-type="linenumber">179</context> 1159 <context context-type="linenumber">224</context>
940 </context-group> 1160 </context-group>
941 </trans-unit> 1161 </trans-unit>
942 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619"> 1162 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
943 <source>Language</source> 1163 <source>Language</source>
944 <target>語言</target> 1164 <target>語言</target>
945 <context-group name="null"> 1165 <context-group name="null">
946 <context context-type="linenumber">188</context> 1166 <context context-type="linenumber">233</context>
947 </context-group> 1167 </context-group>
948 </trans-unit> 1168 </trans-unit>
949 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8"> 1169 <trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8">
@@ -1110,46 +1330,6 @@
1110 <context context-type="linenumber">39</context> 1330 <context context-type="linenumber">39</context>
1111 </context-group> 1331 </context-group>
1112 </trans-unit> 1332 </trans-unit>
1113 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
1114 <source>User registration is allowed and</source>
1115 <target>允許使用者註冊與</target>
1116 <context-group name="null">
1117 <context context-type="linenumber">29</context>
1118 </context-group>
1119 </trans-unit>
1120 <trans-unit id="7a0a7b5a5bc9ee7b7e415f87ecc404145fb51dff">
1121 <source>
1122 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
1123 </source>
1124 <target>
1125 此實體提供基本額度 <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> 的空機給其使用者。
1126 </target>
1127 <context-group name="null">
1128 <context context-type="linenumber">31</context>
1129 </context-group>
1130 </trans-unit>
1131 <trans-unit id="7bee5dd41c0007820f150ee33b8257dc1aac281b">
1132 <source>
1133 this instance provides unlimited space for the videos of its users.
1134 </source>
1135 <target>
1136 此實體提供無限的空間給其使用者。
1137 </target>
1138 <context-group name="null">
1139 <context context-type="linenumber">35</context>
1140 </context-group>
1141 </trans-unit>
1142 <trans-unit id="b6e2ede24a2ee0f6ba2f1924ede2ae408ffc2574">
1143 <source>
1144 User registration is currently not allowed.
1145 </source>
1146 <target>
1147 目前不允許使用者註冊。
1148 </target>
1149 <context-group name="null">
1150 <context context-type="linenumber">40</context>
1151 </context-group>
1152 </trans-unit>
1153 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc"> 1333 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
1154 <source> 1334 <source>
1155 About PeerTube 1335 About PeerTube
@@ -1481,42 +1661,42 @@
1481 <source>Default client route</source> 1661 <source>Default client route</source>
1482 <target>預設客戶端路由</target> 1662 <target>預設客戶端路由</target>
1483 <context-group name="null"> 1663 <context-group name="null">
1484 <context context-type="linenumber">48</context> 1664 <context context-type="linenumber">57</context>
1485 </context-group> 1665 </context-group>
1486 </trans-unit> 1666 </trans-unit>
1487 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d"> 1667 <trans-unit id="3fae5a310387c065757fde11f22689b45a7b6f2d">
1488 <source>Videos Overview</source> 1668 <source>Videos Overview</source>
1489 <target>影片概覽</target> 1669 <target>影片概覽</target>
1490 <context-group name="null"> 1670 <context-group name="null">
1491 <context context-type="linenumber">51</context> 1671 <context context-type="linenumber">60</context>
1492 </context-group> 1672 </context-group>
1493 </trans-unit> 1673 </trans-unit>
1494 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 1674 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
1495 <source>Videos Trending</source> 1675 <source>Videos Trending</source>
1496 <target>影片趨勢</target> 1676 <target>影片趨勢</target>
1497 <context-group name="null"> 1677 <context-group name="null">
1498 <context context-type="linenumber">52</context> 1678 <context context-type="linenumber">61</context>
1499 </context-group> 1679 </context-group>
1500 </trans-unit> 1680 </trans-unit>
1501 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883"> 1681 <trans-unit id="1861c96217213992e02dcb77e15ea69e718c9883">
1502 <source>Videos Recently Added</source> 1682 <source>Videos Recently Added</source>
1503 <target>最近新增的影片</target> 1683 <target>最近新增的影片</target>
1504 <context-group name="null"> 1684 <context-group name="null">
1505 <context context-type="linenumber">53</context> 1685 <context context-type="linenumber">62</context>
1506 </context-group> 1686 </context-group>
1507 </trans-unit> 1687 </trans-unit>
1508 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 1688 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
1509 <source>Local videos</source> 1689 <source>Local videos</source>
1510 <target>本地影片</target> 1690 <target>本地影片</target>
1511 <context-group name="null"> 1691 <context-group name="null">
1512 <context context-type="linenumber">54</context> 1692 <context context-type="linenumber">63</context>
1513 </context-group> 1693 </context-group>
1514 </trans-unit> 1694 </trans-unit>
1515 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 1695 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
1516 <source>Policy on videos containing sensitive content</source> 1696 <source>Policy on videos containing sensitive content</source>
1517 <target>包含敏感內容的影片政策</target> 1697 <target>包含敏感內容的影片政策</target>
1518 <context-group name="null"> 1698 <context-group name="null">
1519 <context context-type="linenumber">61</context> 1699 <context context-type="linenumber">70</context>
1520 </context-group> 1700 </context-group>
1521 </trans-unit> 1701 </trans-unit>
1522 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df"> 1702 <trans-unit id="aa3ef567a1ea22c1e4d0acfdc8f80bc636bf12df">
@@ -1551,42 +1731,42 @@
1551 <source>Signup enabled</source> 1731 <source>Signup enabled</source>
1552 <target>已啟用註冊</target> 1732 <target>已啟用註冊</target>
1553 <context-group name="null"> 1733 <context-group name="null">
1554 <context context-type="linenumber">84</context> 1734 <context context-type="linenumber">93</context>
1555 </context-group> 1735 </context-group>
1556 </trans-unit> 1736 </trans-unit>
1557 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 1737 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
1558 <source>Signup requires email verification</source> 1738 <source>Signup requires email verification</source>
1559 <target>註冊需要電子郵件驗證</target> 1739 <target>註冊需要電子郵件驗證</target>
1560 <context-group name="null"> 1740 <context-group name="null">
1561 <context context-type="linenumber">91</context> 1741 <context context-type="linenumber">100</context>
1562 </context-group> 1742 </context-group>
1563 </trans-unit> 1743 </trans-unit>
1564 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 1744 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
1565 <source>Signup limit</source> 1745 <source>Signup limit</source>
1566 <target>限制註冊</target> 1746 <target>限制註冊</target>
1567 <context-group name="null"> 1747 <context-group name="null">
1568 <context context-type="linenumber">96</context> 1748 <context context-type="linenumber">105</context>
1569 </context-group> 1749 </context-group>
1570 </trans-unit> 1750 </trans-unit>
1571 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 1751 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
1572 <source>Users</source> 1752 <source>Users</source>
1573 <target>使用者</target> 1753 <target>使用者</target>
1574 <context-group name="null"> 1754 <context-group name="null">
1575 <context context-type="linenumber">105</context> 1755 <context context-type="linenumber">114</context>
1576 </context-group> 1756 </context-group>
1577 </trans-unit> 1757 </trans-unit>
1578 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09"> 1758 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
1579 <source>User default video quota</source> 1759 <source>User default video quota</source>
1580 <target>使用者預設影片配額</target> 1760 <target>使用者預設影片配額</target>
1581 <context-group name="null"> 1761 <context-group name="null">
1582 <context context-type="linenumber">109</context> 1762 <context context-type="linenumber">118</context>
1583 </context-group> 1763 </context-group>
1584 </trans-unit> 1764 </trans-unit>
1585 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe"> 1765 <trans-unit id="f5528147716c4d3286c89defbe63ee0b75da5ffe">
1586 <source>User default daily upload limit</source> 1766 <source>User default daily upload limit</source>
1587 <target>預設使用者每日上傳限制</target> 1767 <target>預設使用者每日上傳限制</target>
1588 <context-group name="null"> 1768 <context-group name="null">
1589 <context context-type="linenumber">121</context> 1769 <context context-type="linenumber">130</context>
1590 </context-group> 1770 </context-group>
1591 </trans-unit> 1771 </trans-unit>
1592 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 1772 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
@@ -1600,35 +1780,35 @@
1600 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 1780 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
1601 <target>以 HTTP URL 匯入影片(如 YouTube)已啟用</target> 1781 <target>以 HTTP URL 匯入影片(如 YouTube)已啟用</target>
1602 <context-group name="null"> 1782 <context-group name="null">
1603 <context context-type="linenumber">141</context> 1783 <context context-type="linenumber">150</context>
1604 </context-group> 1784 </context-group>
1605 </trans-unit> 1785 </trans-unit>
1606 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e"> 1786 <trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e">
1607 <source>Video import with a torrent file or a magnet URI enabled</source> 1787 <source>Video import with a torrent file or a magnet URI enabled</source>
1608 <target>已啟用種子檔案或磁力連結匯入影片</target> 1788 <target>已啟用種子檔案或磁力連結匯入影片</target>
1609 <context-group name="null"> 1789 <context-group name="null">
1610 <context context-type="linenumber">148</context> 1790 <context context-type="linenumber">157</context>
1611 </context-group> 1791 </context-group>
1612 </trans-unit> 1792 </trans-unit>
1613 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 1793 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
1614 <source>Administrator</source> 1794 <source>Administrator</source>
1615 <target>管理員</target> 1795 <target>管理員</target>
1616 <context-group name="null"> 1796 <context-group name="null">
1617 <context context-type="linenumber">155</context> 1797 <context context-type="linenumber">181</context>
1618 </context-group> 1798 </context-group>
1619 </trans-unit> 1799 </trans-unit>
1620 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587"> 1800 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587">
1621 <source>Admin email</source> 1801 <source>Admin email</source>
1622 <target>管理電子郵件</target> 1802 <target>管理電子郵件</target>
1623 <context-group name="null"> 1803 <context-group name="null">
1624 <context context-type="linenumber">158</context> 1804 <context context-type="linenumber">184</context>
1625 </context-group> 1805 </context-group>
1626 </trans-unit> 1806 </trans-unit>
1627 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 1807 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
1628 <source>Enable contact form</source> 1808 <source>Enable contact form</source>
1629 <target>啟用聯絡表單</target> 1809 <target>啟用聯絡表單</target>
1630 <context-group name="null"> 1810 <context-group name="null">
1631 <context context-type="linenumber">169</context> 1811 <context context-type="linenumber">195</context>
1632 </context-group> 1812 </context-group>
1633 </trans-unit> 1813 </trans-unit>
1634 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 1814 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
@@ -1642,28 +1822,28 @@
1642 <source>Twitter</source> 1822 <source>Twitter</source>
1643 <target>Twitter</target> 1823 <target>Twitter</target>
1644 <context-group name="null"> 1824 <context-group name="null">
1645 <context context-type="linenumber">178</context> 1825 <context context-type="linenumber">204</context>
1646 </context-group> 1826 </context-group>
1647 </trans-unit> 1827 </trans-unit>
1648 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 1828 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
1649 <source>Your Twitter username</source> 1829 <source>Your Twitter username</source>
1650 <target>您的 Twitter 使用者名稱</target> 1830 <target>您的 Twitter 使用者名稱</target>
1651 <context-group name="null"> 1831 <context-group name="null">
1652 <context context-type="linenumber">184</context> 1832 <context context-type="linenumber">210</context>
1653 </context-group> 1833 </context-group>
1654 </trans-unit> 1834 </trans-unit>
1655 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c"> 1835 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
1656 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1836 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
1657 <target>指示發佈影片的網頁或平臺的 Twitter 帳號</target> 1837 <target>指示發佈影片的網頁或平臺的 Twitter 帳號</target>
1658 <context-group name="null"> 1838 <context-group name="null">
1659 <context context-type="linenumber">187</context> 1839 <context context-type="linenumber">213</context>
1660 </context-group> 1840 </context-group>
1661 </trans-unit> 1841 </trans-unit>
1662 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 1842 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
1663 <source>Instance whitelisted by Twitter</source> 1843 <source>Instance whitelisted by Twitter</source>
1664 <target>由 Twitter 列入白名單的實體</target> 1844 <target>由 Twitter 列入白名單的實體</target>
1665 <context-group name="null"> 1845 <context-group name="null">
1666 <context context-type="linenumber">199</context> 1846 <context context-type="linenumber">225</context>
1667 </context-group> 1847 </context-group>
1668 </trans-unit> 1848 </trans-unit>
1669 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b"> 1849 <trans-unit id="f1276a50033dfc7a71290086d0f57d89e3438e6b">
@@ -1674,63 +1854,63 @@
1674 如果實體沒有被列在白名單中,我們會使用圖片連結卡片,而這將會重新導向到您的 PeerTube 實體。&lt;br /&gt;&lt;br /&gt; 1854 如果實體沒有被列在白名單中,我們會使用圖片連結卡片,而這將會重新導向到您的 PeerTube 實體。&lt;br /&gt;&lt;br /&gt;
1675 將此勾選框打勾,儲存設定並使用您實體中的影片 URL 測試 (https://example.com/videos/watch/blabla) 在 &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; 以檢視您的實體是否在白名單中。</target> 1855 將此勾選框打勾,儲存設定並使用您實體中的影片 URL 測試 (https://example.com/videos/watch/blabla) 在 &lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; 以檢視您的實體是否在白名單中。</target>
1676 <context-group name="null"> 1856 <context-group name="null">
1677 <context context-type="linenumber">200</context> 1857 <context context-type="linenumber">226</context>
1678 </context-group> 1858 </context-group>
1679 </trans-unit> 1859 </trans-unit>
1680 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 1860 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
1681 <source>Services</source> 1861 <source>Services</source>
1682 <target>服務</target> 1862 <target>服務</target>
1683 <context-group name="null"> 1863 <context-group name="null">
1684 <context context-type="linenumber">176</context> 1864 <context context-type="linenumber">202</context>
1685 </context-group> 1865 </context-group>
1686 </trans-unit> 1866 </trans-unit>
1687 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490"> 1867 <trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490">
1688 <source>Transcoding</source> 1868 <source>Transcoding</source>
1689 <target>轉換編碼</target> 1869 <target>轉換編碼</target>
1690 <context-group name="null"> 1870 <context-group name="null">
1691 <context context-type="linenumber">215</context> 1871 <context context-type="linenumber">241</context>
1692 </context-group> 1872 </context-group>
1693 </trans-unit> 1873 </trans-unit>
1694 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 1874 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
1695 <source>Transcoding enabled</source> 1875 <source>Transcoding enabled</source>
1696 <target>轉換編碼已啟用</target> 1876 <target>轉換編碼已啟用</target>
1697 <context-group name="null"> 1877 <context-group name="null">
1698 <context context-type="linenumber">221</context> 1878 <context context-type="linenumber">247</context>
1699 </context-group> 1879 </context-group>
1700 </trans-unit> 1880 </trans-unit>
1701 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 1881 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
1702 <source>If you disable transcoding, many videos from your users will not work!</source> 1882 <source>If you disable transcoding, many videos from your users will not work!</source>
1703 <target>若您停用轉換編碼,從您的使用者們而來的許多影片將會無法運作!</target> 1883 <target>若您停用轉換編碼,從您的使用者們而來的許多影片將會無法運作!</target>
1704 <context-group name="null"> 1884 <context-group name="null">
1705 <context context-type="linenumber">222</context> 1885 <context context-type="linenumber">248</context>
1706 </context-group> 1886 </context-group>
1707 </trans-unit> 1887 </trans-unit>
1708 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 1888 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
1709 <source>Allow additional extensions</source> 1889 <source>Allow additional extensions</source>
1710 <target>允許額外的副檔名</target> 1890 <target>允許額外的副檔名</target>
1711 <context-group name="null"> 1891 <context-group name="null">
1712 <context context-type="linenumber">231</context> 1892 <context context-type="linenumber">257</context>
1713 </context-group> 1893 </context-group>
1714 </trans-unit> 1894 </trans-unit>
1715 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33"> 1895 <trans-unit id="9b82c3a407ee5a98c92483fbd987be8db8384c33">
1716 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source> 1896 <source>Allow your users to upload .mkv, .mov, .avi, .flv videos</source>
1717 <target>允許您的使用者上傳 .mkv, .mov, .avi, .flv 影片</target> 1897 <target>允許您的使用者上傳 .mkv, .mov, .avi, .flv 影片</target>
1718 <context-group name="null"> 1898 <context-group name="null">
1719 <context context-type="linenumber">232</context> 1899 <context context-type="linenumber">258</context>
1720 </context-group> 1900 </context-group>
1721 </trans-unit> 1901 </trans-unit>
1722 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 1902 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
1723 <source>Transcoding threads</source> 1903 <source>Transcoding threads</source>
1724 <target>轉換編碼執行緒</target> 1904 <target>轉換編碼執行緒</target>
1725 <context-group name="null"> 1905 <context-group name="null">
1726 <context context-type="linenumber">237</context> 1906 <context context-type="linenumber">263</context>
1727 </context-group> 1907 </context-group>
1728 </trans-unit> 1908 </trans-unit>
1729 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500"> 1909 <trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500">
1730 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source> 1910 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution}}"/> enabled</source>
1731 <target>解析度 <x id="INTERPOLATION" equiv-text="{{resolution}}"/> 已啟用</target> 1911 <target>解析度 <x id="INTERPOLATION" equiv-text="{{resolution}}"/> 已啟用</target>
1732 <context-group name="null"> 1912 <context-group name="null">
1733 <context context-type="linenumber">252</context> 1913 <context context-type="linenumber">278</context>
1734 </context-group> 1914 </context-group>
1735 </trans-unit> 1915 </trans-unit>
1736 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5"> 1916 <trans-unit id="e9fb2d7685ae280026fe6463731170b067e419d5">
@@ -1745,105 +1925,70 @@
1745 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/> 1925 <x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/><x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/>
1746 </target> 1926 </target>
1747 <context-group name="null"> 1927 <context-group name="null">
1748 <context context-type="linenumber">260</context> 1928 <context context-type="linenumber">286</context>
1749 </context-group> 1929 </context-group>
1750 </trans-unit> 1930 </trans-unit>
1751 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 1931 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
1752 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 1932 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
1753 <target>有一些檔案並未聯盟化(預覽、字幕)。我們會直接從原始實體擷取它們並快取。</target> 1933 <target>有一些檔案並未聯盟化(預覽、字幕)。我們會直接從原始實體擷取它們並快取。</target>
1754 <context-group name="null"> 1934 <context-group name="null">
1755 <context context-type="linenumber">265</context> 1935 <context context-type="linenumber">291</context>
1756 </context-group> 1936 </context-group>
1757 </trans-unit> 1937 </trans-unit>
1758 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 1938 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
1759 <source>Previews cache size</source> 1939 <source>Previews cache size</source>
1760 <target>預覽快取大小</target> 1940 <target>預覽快取大小</target>
1761 <context-group name="null"> 1941 <context-group name="null">
1762 <context context-type="linenumber">271</context> 1942 <context context-type="linenumber">297</context>
1763 </context-group> 1943 </context-group>
1764 </trans-unit> 1944 </trans-unit>
1765 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 1945 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
1766 <source>Video captions cache size</source> 1946 <source>Video captions cache size</source>
1767 <target>影片字幕快取大小</target> 1947 <target>影片字幕快取大小</target>
1768 <context-group name="null"> 1948 <context-group name="null">
1769 <context context-type="linenumber">280</context> 1949 <context context-type="linenumber">306</context>
1770 </context-group> 1950 </context-group>
1771 </trans-unit> 1951 </trans-unit>
1772 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 1952 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
1773 <source>Customizations</source> 1953 <source>Customizations</source>
1774 <target>自訂</target> 1954 <target>自訂</target>
1775 <context-group name="null"> 1955 <context-group name="null">
1776 <context context-type="linenumber">289</context> 1956 <context context-type="linenumber">315</context>
1777 </context-group> 1957 </context-group>
1778 </trans-unit> 1958 </trans-unit>
1779 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 1959 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
1780 <source>JavaScript</source> 1960 <source>JavaScript</source>
1781 <target>JavaScript</target> 1961 <target>JavaScript</target>
1782 <context-group name="null"> 1962 <context-group name="null">
1783 <context context-type="linenumber">294</context> 1963 <context context-type="linenumber">320</context>
1784 </context-group> 1964 </context-group>
1785 </trans-unit> 1965 </trans-unit>
1786 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c"> 1966 <trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c">
1787 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source> 1967 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</source>
1788 <target>直接編寫 JavaScript 程式碼。&lt;br /&gt;範例:&lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</target> 1968 <target>直接編寫 JavaScript 程式碼。&lt;br /&gt;範例:&lt;pre&gt;console.log('my instance is amazing');&lt;/pre&gt;</target>
1789 <context-group name="null"> 1969 <context-group name="null">
1790 <context context-type="linenumber">297</context> 1970 <context context-type="linenumber">323</context>
1791 </context-group>
1792 </trans-unit>
1793 <trans-unit id="d7caa08cd9b3119881bbaec3f5a3c5707f573dde">
1794 <source>
1795 Write directly CSS code. Example:&lt;br /&gt;
1796 &lt;pre&gt;
1797 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1798 background-color: red;
1799 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1800 &lt;/pre&gt;
1801
1802 Prepend with &lt;em&gt;#custom-css&lt;/em&gt; to override styles. Example:
1803 &lt;pre&gt;
1804 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1805 color: red;
1806 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1807 &lt;/pre&gt;
1808 </source>
1809 <target>
1810 直接編寫 CSS 程式碼。範例:&lt;br /&gt;
1811 &lt;pre&gt;
1812 body <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1813 background-color: red;
1814 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1815 &lt;/pre&gt;
1816
1817 加入前綴 &lt;em&gt;#custom-css&lt;/em&gt; 以覆寫樣式。範例:
1818 &lt;pre&gt;
1819 #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
1820 color: red;
1821 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
1822 &lt;/pre&gt;
1823 </target>
1824 <context-group name="null">
1825 <context context-type="linenumber">311</context>
1826 </context-group> 1971 </context-group>
1827 </trans-unit> 1972 </trans-unit>
1828 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 1973 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
1829 <source>Advanced configuration</source> 1974 <source>Advanced configuration</source>
1830 <target>進階設定</target> 1975 <target>進階設定</target>
1831 <context-group name="null"> 1976 <context-group name="null">
1832 <context context-type="linenumber">212</context> 1977 <context context-type="linenumber">238</context>
1833 </context-group> 1978 </context-group>
1834 </trans-unit> 1979 </trans-unit>
1835 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 1980 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
1836 <source>Update configuration</source> 1981 <source>Update configuration</source>
1837 <target>更新設定</target> 1982 <target>更新設定</target>
1838 <context-group name="null"> 1983 <context-group name="null">
1839 <context context-type="linenumber">340</context> 1984 <context context-type="linenumber">366</context>
1840 </context-group> 1985 </context-group>
1841 </trans-unit> 1986 </trans-unit>
1842 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca"> 1987 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1843 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1988 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1844 <target>設定似乎無效。請在不同的分頁中搜尋潛在的錯誤。</target> 1989 <target>設定似乎無效。請在不同的分頁中搜尋潛在的錯誤。</target>
1845 <context-group name="null"> 1990 <context-group name="null">
1846 <context context-type="linenumber">341</context> 1991 <context context-type="linenumber">367</context>
1847 </context-group> 1992 </context-group>
1848 </trans-unit> 1993 </trans-unit>
1849 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1994 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
@@ -2090,6 +2235,48 @@
2090 <context context-type="linenumber">72</context> 2235 <context context-type="linenumber">72</context>
2091 </context-group> 2236 </context-group>
2092 </trans-unit> 2237 </trans-unit>
2238 <trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac">
2239 <source>Danger Zone</source>
2240 <target>危險區域</target>
2241 <context-group name="null">
2242 <context context-type="linenumber">86</context>
2243 </context-group>
2244 </trans-unit>
2245 <trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d">
2246 <source>Send a link to reset the password by email to the user</source>
2247 <target>透過電子郵件傳送重設密碼連結給使用者</target>
2248 <context-group name="null">
2249 <context context-type="linenumber">89</context>
2250 </context-group>
2251 </trans-unit>
2252 <trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f">
2253 <source>Ask for new password</source>
2254 <target>要求新密碼</target>
2255 <context-group name="null">
2256 <context context-type="linenumber">90</context>
2257 </context-group>
2258 </trans-unit>
2259 <trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244">
2260 <source>Manually set the user password</source>
2261 <target>手動設定使用者密碼</target>
2262 <context-group name="null">
2263 <context context-type="linenumber">94</context>
2264 </context-group>
2265 </trans-unit>
2266 <trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca">
2267 <source>Show</source>
2268 <target>顯示</target>
2269 <context-group name="null">
2270 <context context-type="linenumber">10</context>
2271 </context-group>
2272 </trans-unit>
2273 <trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74">
2274 <source>Hide</source>
2275 <target>隱藏</target>
2276 <context-group name="null">
2277 <context context-type="linenumber">11</context>
2278 </context-group>
2279 </trans-unit>
2093 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 2280 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
2094 <source>Users list</source> 2281 <source>Users list</source>
2095 <target>使用者清單</target> 2282 <target>使用者清單</target>
@@ -2122,7 +2309,7 @@
2122 <source>Go to the account page</source> 2309 <source>Go to the account page</source>
2123 <target>到帳號頁面</target> 2310 <target>到帳號頁面</target>
2124 <context-group name="null"> 2311 <context-group name="null">
2125 <context context-type="linenumber">134</context> 2312 <context context-type="linenumber">179</context>
2126 </context-group> 2313 </context-group>
2127 </trans-unit> 2314 </trans-unit>
2128 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2315 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
@@ -2262,6 +2449,13 @@
2262 <context context-type="linenumber">43</context> 2449 <context context-type="linenumber">43</context>
2263 </context-group> 2450 </context-group>
2264 </trans-unit> 2451 </trans-unit>
2452 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
2453 <source>Unblacklist</source>
2454 <target>取消黑名單</target>
2455 <context-group name="null">
2456 <context context-type="linenumber">146</context>
2457 </context-group>
2458 </trans-unit>
2265 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2459 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2266 <source>Moderation</source> 2460 <source>Moderation</source>
2267 <target>管理</target> 2461 <target>管理</target>
@@ -2276,13 +2470,6 @@
2276 <context context-type="linenumber">5</context> 2470 <context context-type="linenumber">5</context>
2277 </context-group> 2471 </context-group>
2278 </trans-unit> 2472 </trans-unit>
2279 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
2280 <source>Blacklisted videos</source>
2281 <target>已加入黑名單的影片</target>
2282 <context-group name="null">
2283 <context context-type="linenumber">7</context>
2284 </context-group>
2285 </trans-unit>
2286 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2473 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2287 <source>Muted accounts</source> 2474 <source>Muted accounts</source>
2288 <target>已靜音的帳號</target> 2475 <target>已靜音的帳號</target>
@@ -2294,7 +2481,7 @@
2294 <source>Muted servers</source> 2481 <source>Muted servers</source>
2295 <target>已靜音伺服器</target> 2482 <target>已靜音伺服器</target>
2296 <context-group name="null"> 2483 <context-group name="null">
2297 <context context-type="linenumber">11</context> 2484 <context context-type="linenumber">13</context>
2298 </context-group> 2485 </context-group>
2299 </trans-unit> 2486 </trans-unit>
2300 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 2487 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
@@ -2350,7 +2537,7 @@
2350 <source>Change ownership</source> 2537 <source>Change ownership</source>
2351 <target>變更所有權</target> 2538 <target>變更所有權</target>
2352 <context-group name="null"> 2539 <context-group name="null">
2353 <context context-type="linenumber">46</context> 2540 <context context-type="linenumber">40</context>
2354 </context-group> 2541 </context-group>
2355 </trans-unit> 2542 </trans-unit>
2356 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 2543 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
@@ -2375,32 +2562,14 @@
2375 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 2562 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
2376 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視</target> 2563 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視</target>
2377 <context-group name="null"> 2564 <context-group name="null">
2378 <context context-type="linenumber">19</context> 2565 <context context-type="linenumber">13</context>
2379 </context-group> 2566 </context-group>
2380 </trans-unit> 2567 </trans-unit>
2381 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 2568 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
2382 <source>Blacklisted</source> 2569 <source>Blacklisted</source>
2383 <target>已加入黑名單</target> 2570 <target>已加入黑名單</target>
2384 <context-group name="null"> 2571 <context-group name="null">
2385 <context context-type="linenumber">22</context> 2572 <context context-type="linenumber">16</context>
2386 </context-group>
2387 </trans-unit>
2388 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
2389 <source>
2390 Cancel
2391 </source>
2392 <target>
2393 取消
2394 </target>
2395 <context-group name="null">
2396 <context context-type="linenumber">30</context>
2397 </context-group>
2398 </trans-unit>
2399 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
2400 <source>Create another video channel</source>
2401 <target>建立其它影片頻道</target>
2402 <context-group name="null">
2403 <context context-type="linenumber">4</context>
2404 </context-group> 2573 </context-group>
2405 </trans-unit> 2574 </trans-unit>
2406 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2"> 2575 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
@@ -2424,13 +2593,6 @@
2424 <context context-type="linenumber">15</context> 2593 <context context-type="linenumber">15</context>
2425 </context-group> 2594 </context-group>
2426 </trans-unit> 2595 </trans-unit>
2427 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
2428 <source>Display name</source>
2429 <target>顯示名稱</target>
2430 <context-group name="null">
2431 <context context-type="linenumber">6</context>
2432 </context-group>
2433 </trans-unit>
2434 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 2596 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
2435 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 2597 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
2436When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 2598When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
@@ -2543,18 +2705,11 @@ When you will upload a video in this channel, the video support field will be au
2543 <context context-type="linenumber">4</context> 2705 <context context-type="linenumber">4</context>
2544 </context-group> 2706 </context-group>
2545 </trans-unit> 2707 </trans-unit>
2546 <trans-unit id="0f1fd6758625c6a39d796378d362cdcc2b092123">
2547 <source>Delete history</source>
2548 <target>刪除歷史紀錄</target>
2549 <context-group name="null">
2550 <context context-type="linenumber">8</context>
2551 </context-group>
2552 </trans-unit>
2553 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 2708 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
2554 <source>You don't have videos history yet.</source> 2709 <source>You don't have videos history yet.</source>
2555 <target>您還沒有影片的歷史紀錄。</target> 2710 <target>您還沒有影片的歷史紀錄。</target>
2556 <context-group name="null"> 2711 <context-group name="null">
2557 <context context-type="linenumber">13</context> 2712 <context context-type="linenumber">14</context>
2558 </context-group> 2713 </context-group>
2559 </trans-unit> 2714 </trans-unit>
2560 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 2715 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
@@ -2564,6 +2719,53 @@ When you will upload a video in this channel, the video support field will be au
2564 <context context-type="linenumber">22</context> 2719 <context context-type="linenumber">22</context>
2565 </context-group> 2720 </context-group>
2566 </trans-unit> 2721 </trans-unit>
2722 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
2723 <source>
2724 <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;"/>
2725 Notification preferences
2726 </source>
2727 <target>
2728 <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;"/>
2729 通知偏好設定
2730 </target>
2731 <context-group name="null">
2732 <context context-type="linenumber">2</context>
2733 </context-group>
2734 </trans-unit>
2735 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
2736 <source>
2737 <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;"/>
2738 Mark all as read
2739 </source>
2740 <target>
2741 <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;"/>
2742 標記為已讀
2743 </target>
2744 <context-group name="null">
2745 <context context-type="linenumber">7</context>
2746 </context-group>
2747 </trans-unit>
2748 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2749 <source>Privacy</source>
2750 <target>隱私</target>
2751 <context-group name="null">
2752 <context context-type="linenumber">205</context>
2753 </context-group>
2754 </trans-unit>
2755 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2756 <source>Channel</source>
2757 <target>頻道</target>
2758 <context-group name="null">
2759 <context context-type="linenumber">39</context>
2760 </context-group>
2761 </trans-unit>
2762 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
2763 <source>Upload thumbnail</source>
2764 <target>上傳縮圖</target>
2765 <context-group name="null">
2766 <context context-type="linenumber">192</context>
2767 </context-group>
2768 </trans-unit>
2567 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9"> 2769 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
2568 <source>Change password</source> 2770 <source>Change password</source>
2569 <target>變更密碼</target> 2771 <target>變更密碼</target>
@@ -2613,13 +2815,6 @@ When you will upload a video in this channel, the video support field will be au
2613 <context context-type="linenumber">28</context> 2815 <context context-type="linenumber">28</context>
2614 </context-group> 2816 </context-group>
2615 </trans-unit> 2817 </trans-unit>
2616 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
2617 <source>Save</source>
2618 <target>儲存</target>
2619 <context-group name="null">
2620 <context context-type="linenumber">32</context>
2621 </context-group>
2622 </trans-unit>
2623 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 2818 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
2624 <source>Update my profile</source> 2819 <source>Update my profile</source>
2625 <target>更新我們簡介</target> 2820 <target>更新我們簡介</target>
@@ -2757,7 +2952,7 @@ When you will upload a video in this channel, the video support field will be au
2757 <source>URL</source> 2952 <source>URL</source>
2758 <target>URL</target> 2953 <target>URL</target>
2759 <context-group name="null"> 2954 <context-group name="null">
2760 <context context-type="linenumber">17</context> 2955 <context context-type="linenumber">25</context>
2761 </context-group> 2956 </context-group>
2762 </trans-unit> 2957 </trans-unit>
2763 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333"> 2958 <trans-unit id="bfe7f34fbd4c3afa5f84a5580e0fae942cad2333">
@@ -2767,20 +2962,6 @@ When you will upload a video in this channel, the video support field will be au
2767 <context context-type="linenumber">9</context> 2962 <context context-type="linenumber">9</context>
2768 </context-group> 2963 </context-group>
2769 </trans-unit> 2964 </trans-unit>
2770 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
2771 <source>Channel</source>
2772 <target>頻道</target>
2773 <context-group name="null">
2774 <context context-type="linenumber">39</context>
2775 </context-group>
2776 </trans-unit>
2777 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
2778 <source>Privacy</source>
2779 <target>隱私</target>
2780 <context-group name="null">
2781 <context context-type="linenumber">160</context>
2782 </context-group>
2783 </trans-unit>
2784 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 2965 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2785 <source>Sorry, but something went wrong</source> 2966 <source>Sorry, but something went wrong</source>
2786 <target>抱歉,不過好像有什麼東西出錯了</target> 2967 <target>抱歉,不過好像有什麼東西出錯了</target>
@@ -2801,7 +2982,7 @@ When you will upload a video in this channel, the video support field will be au
2801 <source>Update</source> 2982 <source>Update</source>
2802 <target>更新</target> 2983 <target>更新</target>
2803 <context-group name="null"> 2984 <context-group name="null">
2804 <context context-type="linenumber">93</context> 2985 <context context-type="linenumber">138</context>
2805 </context-group> 2986 </context-group>
2806 </trans-unit> 2987 </trans-unit>
2807 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9"> 2988 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
@@ -2958,7 +3139,7 @@ When you will upload a video in this channel, the video support field will be au
2958 <source>Tags</source> 3139 <source>Tags</source>
2959 <target>標籤</target> 3140 <target>標籤</target>
2960 <context-group name="null"> 3141 <context-group name="null">
2961 <context context-type="linenumber">197</context> 3142 <context context-type="linenumber">242</context>
2962 </context-group> 3143 </context-group>
2963 </trans-unit> 3144 </trans-unit>
2964 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851"> 3145 <trans-unit id="457b1cff4d8d7fad0c8742f69c413ecf5e443851">
@@ -3098,13 +3279,6 @@ When you will upload a video in this channel, the video support field will be au
3098 <context context-type="linenumber">135</context> 3279 <context context-type="linenumber">135</context>
3099 </context-group> 3280 </context-group>
3100 </trans-unit> 3281 </trans-unit>
3101 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
3102 <source>Upload thumbnail</source>
3103 <target>上傳縮圖</target>
3104 <context-group name="null">
3105 <context context-type="linenumber">192</context>
3106 </context-group>
3107 </trans-unit>
3108 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639"> 3282 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
3109 <source>Upload preview</source> 3283 <source>Upload preview</source>
3110 <target>上傳預覽</target> 3284 <target>上傳預覽</target>
@@ -3116,7 +3290,7 @@ When you will upload a video in this channel, the video support field will be au
3116 <source>Support</source> 3290 <source>Support</source>
3117 <target>支援</target> 3291 <target>支援</target>
3118 <context-group name="null"> 3292 <context-group name="null">
3119 <context context-type="linenumber">70</context> 3293 <context context-type="linenumber">101</context>
3120 </context-group> 3294 </context-group>
3121 </trans-unit> 3295 </trans-unit>
3122 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 3296 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
@@ -3126,6 +3300,20 @@ When you will upload a video in this channel, the video support field will be au
3126 <context context-type="linenumber">206</context> 3300 <context context-type="linenumber">206</context>
3127 </context-group> 3301 </context-group>
3128 </trans-unit> 3302 </trans-unit>
3303 <trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6">
3304 <source>Original publication date</source>
3305 <target>原始發佈日期</target>
3306 <context-group name="null">
3307 <context context-type="linenumber">219</context>
3308 </context-group>
3309 </trans-unit>
3310 <trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c">
3311 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
3312 <target>這是內容原始發佈的日期(如電影的發行日期)</target>
3313 <context-group name="null">
3314 <context context-type="linenumber">220</context>
3315 </context-group>
3316 </trans-unit>
3129 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 3317 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
3130 <source>Enable video comments</source> 3318 <source>Enable video comments</source>
3131 <target>啟用影片評論</target> 3319 <target>啟用影片評論</target>
@@ -3133,6 +3321,13 @@ When you will upload a video in this channel, the video support field will be au
3133 <context context-type="linenumber">234</context> 3321 <context context-type="linenumber">234</context>
3134 </context-group> 3322 </context-group>
3135 </trans-unit> 3323 </trans-unit>
3324 <trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0">
3325 <source>Enable download</source>
3326 <target>啟用下載</target>
3327 <context-group name="null">
3328 <context context-type="linenumber">239</context>
3329 </context-group>
3330 </trans-unit>
3136 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1"> 3331 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
3137 <source>Advanced settings</source> 3332 <source>Advanced settings</source>
3138 <target>進階設定</target> 3333 <target>進階設定</target>
@@ -3194,7 +3389,7 @@ When you will upload a video in this channel, the video support field will be au
3194 <source>Download</source> 3389 <source>Download</source>
3195 <target>下載</target> 3390 <target>下載</target>
3196 <context-group name="null"> 3391 <context-group name="null">
3197 <context context-type="linenumber">85</context> 3392 <context context-type="linenumber">130</context>
3198 </context-group> 3393 </context-group>
3199 </trans-unit> 3394 </trans-unit>
3200 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 3395 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
@@ -3221,21 +3416,21 @@ When you will upload a video in this channel, the video support field will be au
3221 <source>Share</source> 3416 <source>Share</source>
3222 <target>分享</target> 3417 <target>分享</target>
3223 <context-group name="null"> 3418 <context-group name="null">
3224 <context context-type="linenumber">75</context> 3419 <context context-type="linenumber">106</context>
3225 </context-group> 3420 </context-group>
3226 </trans-unit> 3421 </trans-unit>
3227 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f"> 3422 <trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f">
3228 <source>QR-Code</source> 3423 <source>QR-Code</source>
3229 <target>QR Code</target> 3424 <target>QR Code</target>
3230 <context-group name="null"> 3425 <context-group name="null">
3231 <context context-type="linenumber">29</context> 3426 <context context-type="linenumber">37</context>
3232 </context-group> 3427 </context-group>
3233 </trans-unit> 3428 </trans-unit>
3234 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c"> 3429 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
3235 <source>Embed</source> 3430 <source>Embed</source>
3236 <target>嵌入</target> 3431 <target>嵌入</target>
3237 <context-group name="null"> 3432 <context-group name="null">
3238 <context context-type="linenumber">34</context> 3433 <context context-type="linenumber">42</context>
3239 </context-group> 3434 </context-group>
3240 </trans-unit> 3435 </trans-unit>
3241 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8"> 3436 <trans-unit id="90e0a0a3da80b46e550c1395ff4e97c27259bef8">
@@ -3246,14 +3441,14 @@ When you will upload a video in this channel, the video support field will be au
3246 URL 不安全(非 HTTPS),所以嵌入式影片無法在 HTTPS 網頁上運作(網路瀏覽器會阻擋在 HTTPS 網頁上不安全的請求)。 3441 URL 不安全(非 HTTPS),所以嵌入式影片無法在 HTTPS 網頁上運作(網路瀏覽器會阻擋在 HTTPS 網頁上不安全的請求)。
3247 </target> 3442 </target>
3248 <context-group name="null"> 3443 <context-group name="null">
3249 <context context-type="linenumber">45</context> 3444 <context context-type="linenumber">53</context>
3250 </context-group> 3445 </context-group>
3251 </trans-unit> 3446 </trans-unit>
3252 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 3447 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
3253 <source>Close</source> 3448 <source>Close</source>
3254 <target>關閉</target> 3449 <target>關閉</target>
3255 <context-group name="null"> 3450 <context-group name="null">
3256 <context context-type="linenumber">51</context> 3451 <context context-type="linenumber">59</context>
3257 </context-group> 3452 </context-group>
3258 </trans-unit> 3453 </trans-unit>
3259 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 3454 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
@@ -3276,7 +3471,7 @@ When you will upload a video in this channel, the video support field will be au
3276 </source> 3471 </source>
3277 <target>影片已匯入,它將會在匯入結束時可用。</target> 3472 <target>影片已匯入,它將會在匯入結束時可用。</target>
3278 <context-group name="null"> 3473 <context-group name="null">
3279 <context context-type="linenumber">11</context> 3474 <context context-type="linenumber">39</context>
3280 </context-group> 3475 </context-group>
3281 </trans-unit> 3476 </trans-unit>
3282 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304"> 3477 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
@@ -3287,7 +3482,7 @@ When you will upload a video in this channel, the video support field will be au
3287 此影片正在轉換編碼,可能無法正確運作。 3482 此影片正在轉換編碼,可能無法正確運作。
3288 </target> 3483 </target>
3289 <context-group name="null"> 3484 <context-group name="null">
3290 <context context-type="linenumber">15</context> 3485 <context context-type="linenumber">43</context>
3291 </context-group> 3486 </context-group>
3292 </trans-unit> 3487 </trans-unit>
3293 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308"> 3488 <trans-unit id="c89a08fd2a05d1013fed8478024f5ba37ac3d308">
@@ -3298,14 +3493,14 @@ When you will upload a video in this channel, the video support field will be au
3298 此影片將會在 <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/> 時發佈。 3493 此影片將會在 <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/> 時發佈。
3299 </target> 3494 </target>
3300 <context-group name="null"> 3495 <context-group name="null">
3301 <context context-type="linenumber">19</context> 3496 <context context-type="linenumber">47</context>
3302 </context-group> 3497 </context-group>
3303 </trans-unit> 3498 </trans-unit>
3304 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710"> 3499 <trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710">
3305 <source>This video is blacklisted.</source> 3500 <source>This video is blacklisted.</source>
3306 <target>此影片已加入黑名單。</target> 3501 <target>此影片已加入黑名單。</target>
3307 <context-group name="null"> 3502 <context-group name="null">
3308 <context context-type="linenumber">24</context> 3503 <context context-type="linenumber">56</context>
3309 </context-group> 3504 </context-group>
3310 </trans-unit> 3505 </trans-unit>
3311 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36"> 3506 <trans-unit id="3da5360f8314aa95973aa52629c9f635363c5a36">
@@ -3316,130 +3511,119 @@ When you will upload a video in this channel, the video support field will be au
3316 已發佈 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視 3511 已發佈 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視
3317 </target> 3512 </target>
3318 <context-group name="null"> 3513 <context-group name="null">
3319 <context context-type="linenumber">36</context> 3514 <context context-type="linenumber">76</context>
3320 </context-group>
3321 </trans-unit>
3322 <trans-unit id="07087373dbf99b5e8b2b2f962fd53baa97d9ab95">
3323 <source>
3324 Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
3325 </source>
3326 <target>
3327 已發佈 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視
3328 </target>
3329 <context-group name="null">
3330 <context context-type="linenumber">45</context>
3331 </context-group> 3515 </context-group>
3332 </trans-unit> 3516 </trans-unit>
3333 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 3517 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
3334 <source>Like this video</source> 3518 <source>Like this video</source>
3335 <target>喜歡此影片</target> 3519 <target>喜歡此影片</target>
3336 <context-group name="null"> 3520 <context-group name="null">
3337 <context context-type="linenumber">55</context> 3521 <context context-type="linenumber">86</context>
3338 </context-group> 3522 </context-group>
3339 </trans-unit> 3523 </trans-unit>
3340 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 3524 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
3341 <source>Dislike this video</source> 3525 <source>Dislike this video</source>
3342 <target>不喜歡此影片</target> 3526 <target>不喜歡此影片</target>
3343 <context-group name="null"> 3527 <context-group name="null">
3344 <context context-type="linenumber">63</context> 3528 <context context-type="linenumber">94</context>
3345 </context-group> 3529 </context-group>
3346 </trans-unit> 3530 </trans-unit>
3347 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2"> 3531 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
3348 <source>Download the video</source> 3532 <source>Download the video</source>
3349 <target>下載影片</target> 3533 <target>下載影片</target>
3350 <context-group name="null"> 3534 <context-group name="null">
3351 <context context-type="linenumber">84</context> 3535 <context context-type="linenumber">129</context>
3352 </context-group> 3536 </context-group>
3353 </trans-unit> 3537 </trans-unit>
3354 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a"> 3538 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
3355 <source>Report</source> 3539 <source>Report</source>
3356 <target>回報</target> 3540 <target>回報</target>
3357 <context-group name="null"> 3541 <context-group name="null">
3358 <context context-type="linenumber">89</context> 3542 <context context-type="linenumber">134</context>
3359 </context-group> 3543 </context-group>
3360 </trans-unit> 3544 </trans-unit>
3361 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf"> 3545 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
3362 <source>Report this video</source> 3546 <source>Report this video</source>
3363 <target>回報此影片</target> 3547 <target>回報此影片</target>
3364 <context-group name="null"> 3548 <context-group name="null">
3365 <context context-type="linenumber">88</context> 3549 <context context-type="linenumber">133</context>
3366 </context-group> 3550 </context-group>
3367 </trans-unit> 3551 </trans-unit>
3368 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1"> 3552 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
3369 <source>Update this video</source> 3553 <source>Update this video</source>
3370 <target>更新此影片</target> 3554 <target>更新此影片</target>
3371 <context-group name="null"> 3555 <context-group name="null">
3372 <context context-type="linenumber">92</context> 3556 <context context-type="linenumber">137</context>
3373 </context-group> 3557 </context-group>
3374 </trans-unit> 3558 </trans-unit>
3375 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61"> 3559 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
3376 <source>Blacklist</source> 3560 <source>Blacklist</source>
3377 <target>黑名單</target> 3561 <target>黑名單</target>
3378 <context-group name="null"> 3562 <context-group name="null">
3379 <context context-type="linenumber">97</context> 3563 <context context-type="linenumber">142</context>
3380 </context-group> 3564 </context-group>
3381 </trans-unit> 3565 </trans-unit>
3382 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037"> 3566 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
3383 <source>Blacklist this video</source> 3567 <source>Blacklist this video</source>
3384 <target>將此影片加入黑名單</target> 3568 <target>將此影片加入黑名單</target>
3385 <context-group name="null"> 3569 <context-group name="null">
3386 <context context-type="linenumber">96</context> 3570 <context context-type="linenumber">141</context>
3387 </context-group>
3388 </trans-unit>
3389 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
3390 <source>Unblacklist</source>
3391 <target>取消黑名單</target>
3392 <context-group name="null">
3393 <context context-type="linenumber">101</context>
3394 </context-group> 3571 </context-group>
3395 </trans-unit> 3572 </trans-unit>
3396 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25"> 3573 <trans-unit id="61021f5011bc24f69cfc3f6dbbbd8f1948328b25">
3397 <source>Unblacklist this video</source> 3574 <source>Unblacklist this video</source>
3398 <target>解除此影片的黑名單</target> 3575 <target>解除此影片的黑名單</target>
3399 <context-group name="null"> 3576 <context-group name="null">
3400 <context context-type="linenumber">100</context> 3577 <context context-type="linenumber">145</context>
3401 </context-group> 3578 </context-group>
3402 </trans-unit> 3579 </trans-unit>
3403 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5"> 3580 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
3404 <source>Delete this video</source> 3581 <source>Delete this video</source>
3405 <target>刪除此影片</target> 3582 <target>刪除此影片</target>
3406 <context-group name="null"> 3583 <context-group name="null">
3407 <context context-type="linenumber">104</context> 3584 <context context-type="linenumber">149</context>
3408 </context-group> 3585 </context-group>
3409 </trans-unit> 3586 </trans-unit>
3410 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33"> 3587 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
3411 <source>Go the channel page</source> 3588 <source>Go the channel page</source>
3412 <target>到頻道頁面</target> 3589 <target>到頻道頁面</target>
3413 <context-group name="null"> 3590 <context-group name="null">
3414 <context context-type="linenumber">124</context> 3591 <context context-type="linenumber">169</context>
3415 </context-group> 3592 </context-group>
3416 </trans-unit> 3593 </trans-unit>
3417 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 3594 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
3418 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 3595 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
3419 <target>由 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 3596 <target>由 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
3420 <context-group name="null"> 3597 <context-group name="null">
3421 <context context-type="linenumber">135</context> 3598 <context context-type="linenumber">180</context>
3422 </context-group> 3599 </context-group>
3423 </trans-unit> 3600 </trans-unit>
3424 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b"> 3601 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
3425 <source>Show more</source> 3602 <source>Show more</source>
3426 <target>顯示更多</target> 3603 <target>顯示更多</target>
3427 <context-group name="null"> 3604 <context-group name="null">
3428 <context context-type="linenumber">147</context> 3605 <context context-type="linenumber">192</context>
3429 </context-group> 3606 </context-group>
3430 </trans-unit> 3607 </trans-unit>
3431 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903"> 3608 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
3432 <source>Show less</source> 3609 <source>Show less</source>
3433 <target>顯示較少</target> 3610 <target>顯示較少</target>
3434 <context-group name="null"> 3611 <context-group name="null">
3435 <context context-type="linenumber">153</context> 3612 <context context-type="linenumber">198</context>
3613 </context-group>
3614 </trans-unit>
3615 <trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079">
3616 <source>Originally published</source>
3617 <target>原始發佈</target>
3618 <context-group name="null">
3619 <context context-type="linenumber">210</context>
3436 </context-group> 3620 </context-group>
3437 </trans-unit> 3621 </trans-unit>
3438 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b"> 3622 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b">
3439 <source>Friendly Reminder: </source> 3623 <source>Friendly Reminder: </source>
3440 <target>友善提醒:</target> 3624 <target>友善提醒:</target>
3441 <context-group name="null"> 3625 <context-group name="null">
3442 <context context-type="linenumber">214</context> 3626 <context context-type="linenumber">258</context>
3443 </context-group> 3627 </context-group>
3444 </trans-unit> 3628 </trans-unit>
3445 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 3629 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
@@ -3450,21 +3634,21 @@ When you will upload a video in this channel, the video support field will be au
3450 用於此影片的分享系統代表了您系統的某些技術資訊(如公開的 IP 位置等)可能會被傳送給其他 peer。 3634 用於此影片的分享系統代表了您系統的某些技術資訊(如公開的 IP 位置等)可能會被傳送給其他 peer。
3451 </target> 3635 </target>
3452 <context-group name="null"> 3636 <context-group name="null">
3453 <context context-type="linenumber">215</context> 3637 <context context-type="linenumber">259</context>
3454 </context-group> 3638 </context-group>
3455 </trans-unit> 3639 </trans-unit>
3456 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 3640 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
3457 <source>More information</source> 3641 <source>More information</source>
3458 <target>更多資訊</target> 3642 <target>更多資訊</target>
3459 <context-group name="null"> 3643 <context-group name="null">
3460 <context context-type="linenumber">218</context> 3644 <context context-type="linenumber">262</context>
3461 </context-group> 3645 </context-group>
3462 </trans-unit> 3646 </trans-unit>
3463 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 3647 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
3464 <source>Get more information</source> 3648 <source>Get more information</source>
3465 <target>取得更多資訊</target> 3649 <target>取得更多資訊</target>
3466 <context-group name="null"> 3650 <context-group name="null">
3467 <context context-type="linenumber">218</context> 3651 <context context-type="linenumber">262</context>
3468 </context-group> 3652 </context-group>
3469 </trans-unit> 3653 </trans-unit>
3470 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 3654 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
@@ -3475,7 +3659,7 @@ When you will upload a video in this channel, the video support field will be au
3475 確定 3659 確定
3476 </target> 3660 </target>
3477 <context-group name="null"> 3661 <context-group name="null">
3478 <context context-type="linenumber">221</context> 3662 <context context-type="linenumber">265</context>
3479 </context-group> 3663 </context-group>
3480 </trans-unit> 3664 </trans-unit>
3481 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27"> 3665 <trans-unit id="abf2b0f7b6405fa2841ca39c827e86089a95cc27">
@@ -3951,6 +4135,20 @@ When you will upload a video in this channel, the video support field will be au
3951 <context context-type="linenumber">1</context> 4135 <context context-type="linenumber">1</context>
3952 </context-group> 4136 </context-group>
3953 </trans-unit> 4137 </trans-unit>
4138 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
4139 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4140 <target>密碼已為使用者 <x id="INTERPOLATION" equiv-text="{{username}}"/> 更改。</target>
4141 <context-group name="null">
4142 <context context-type="linenumber">1</context>
4143 </context-group>
4144 </trans-unit>
4145 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2">
4146 <source>Update user password</source>
4147 <target>更新使用者密碼</target>
4148 <context-group name="null">
4149 <context context-type="linenumber">1</context>
4150 </context-group>
4151 </trans-unit>
3954 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 4152 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
3955 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 4153 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
3956 <target>使用者 <x id="INTERPOLATION" equiv-text="{{username}}"/> 已更新。</target> 4154 <target>使用者 <x id="INTERPOLATION" equiv-text="{{username}}"/> 已更新。</target>
@@ -3965,6 +4163,13 @@ When you will upload a video in this channel, the video support field will be au
3965 <context context-type="linenumber">1</context> 4163 <context context-type="linenumber">1</context>
3966 </context-group> 4164 </context-group>
3967 </trans-unit> 4165 </trans-unit>
4166 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
4167 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
4168 <target>已傳送要求重置密碼的電子郵件 <x id="INTERPOLATION" equiv-text="{{username}}"/>。</target>
4169 <context-group name="null">
4170 <context context-type="linenumber">1</context>
4171 </context-group>
4172 </trans-unit>
3968 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8"> 4173 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8">
3969 <source>Unban</source> 4174 <source>Unban</source>
3970 <target>取消阻擋</target> 4175 <target>取消阻擋</target>
@@ -4147,13 +4352,6 @@ When you will upload a video in this channel, the video support field will be au
4147 <context context-type="linenumber">1</context> 4352 <context context-type="linenumber">1</context>
4148 </context-group> 4353 </context-group>
4149 </trans-unit> 4354 </trans-unit>
4150 <trans-unit id="0a9650640ddd1dfadfe456891d6d4f6093ad428e">
4151 <source>New video abuse on local video</source>
4152 <target>本地影片的新影片濫用</target>
4153 <context-group name="null">
4154 <context context-type="linenumber">1</context>
4155 </context-group>
4156 </trans-unit>
4157 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 4355 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
4158 <source>One of your video is blacklisted/unblacklisted</source> 4356 <source>One of your video is blacklisted/unblacklisted</source>
4159 <target>您的其中一部影片已被加入黑名單/移出黑名單</target> 4357 <target>您的其中一部影片已被加入黑名單/移出黑名單</target>
@@ -4238,13 +4436,6 @@ When you will upload a video in this channel, the video support field will be au
4238 <context context-type="linenumber">1</context> 4436 <context context-type="linenumber">1</context>
4239 </context-group> 4437 </context-group>
4240 </trans-unit> 4438 </trans-unit>
4241 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
4242 <source>Create</source>
4243 <target>建立</target>
4244 <context-group name="null">
4245 <context context-type="linenumber">1</context>
4246 </context-group>
4247 </trans-unit>
4248 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 4439 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
4249 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 4440 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
4250 <target>影片頻道 <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target> 4441 <target>影片頻道 <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> 已更新。</target>
@@ -4343,13 +4534,6 @@ When you will upload a video in this channel, the video support field will be au
4343 <context context-type="linenumber">1</context> 4534 <context context-type="linenumber">1</context>
4344 </context-group> 4535 </context-group>
4345 </trans-unit> 4536 </trans-unit>
4346 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
4347 <source>My library</source>
4348 <target>我的媒體庫</target>
4349 <context-group name="null">
4350 <context context-type="linenumber">1</context>
4351 </context-group>
4352 </trans-unit>
4353 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f"> 4537 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f">
4354 <source>My channels</source> 4538 <source>My channels</source>
4355 <target>我的頻道</target> 4539 <target>我的頻道</target>
@@ -5143,6 +5327,13 @@ When you will upload a video in this channel, the video support field will be au
5143 <context context-type="linenumber">1</context> 5327 <context context-type="linenumber">1</context>
5144 </context-group> 5328 </context-group>
5145 </trans-unit> 5329 </trans-unit>
5330 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
5331 <source>Display name cannot be more than 120 characters long.</source>
5332 <target>顯示名稱不能多於 120 個字元。</target>
5333 <context-group name="null">
5334 <context context-type="linenumber">1</context>
5335 </context-group>
5336 </trans-unit>
5146 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 5337 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
5147 <source>Video name is required.</source> 5338 <source>Video name is required.</source>
5148 <target>影片名稱為必填。</target> 5339 <target>影片名稱為必填。</target>
@@ -6095,13 +6286,6 @@ When you will upload a video in this channel, the video support field will be au
6095 <context context-type="linenumber">1</context> 6286 <context context-type="linenumber">1</context>
6096 </context-group> 6287 </context-group>
6097 </trans-unit> 6288 </trans-unit>
6098 <trans-unit id="aca77c42f255d4bc6e95c12c5d656070726c6c2f">
6099 <source>Start at <x id="INTERPOLATION" equiv-text="{{timestamp}}"/></source>
6100 <target>從 <x id="INTERPOLATION" equiv-text="{{timestamp}}"/> 開始</target>
6101 <context-group name="null">
6102 <context context-type="linenumber">1</context>
6103 </context-group>
6104 </trans-unit>
6105 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 6289 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
6106 <source>Like the video</source> 6290 <source>Like the video</source>
6107 <target>喜歡影片</target> 6291 <target>喜歡影片</target>
@@ -6151,13 +6335,6 @@ When you will upload a video in this channel, the video support field will be au
6151 <context context-type="linenumber">1</context> 6335 <context context-type="linenumber">1</context>
6152 </context-group> 6336 </context-group>
6153 </trans-unit> 6337 </trans-unit>
6154 <trans-unit id="8c429645223c24afe30218fc45bb07e352bb1938">
6155 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours.</source>
6156 <target>熱門影片是在過去24小時加總有最多觀看數的影片。</target>
6157 <context-group name="null">
6158 <context context-type="linenumber">1</context>
6159 </context-group>
6160 </trans-unit>
6161 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 6338 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
6162 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 6339 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
6163 <target>過去<x id="INTERPOLATION" equiv-text="{{days}}"/>天的趨勢。</target> 6340 <target>過去<x id="INTERPOLATION" equiv-text="{{days}}"/>天的趨勢。</target>
@@ -6165,13 +6342,6 @@ When you will upload a video in this channel, the video support field will be au
6165 <context context-type="linenumber">1</context> 6342 <context context-type="linenumber">1</context>
6166 </context-group> 6343 </context-group>
6167 </trans-unit> 6344 </trans-unit>
6168 <trans-unit id="98b98154eca3533e16b81c5b08611d19949e8661">
6169 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days.</source>
6170 <target>熱門影片是過去<x id="INTERPOLATION" equiv-text="{{days}}"/>天的觀看數加總最多的影片。</target>
6171 <context-group name="null">
6172 <context context-type="linenumber">1</context>
6173 </context-group>
6174 </trans-unit>
6175 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 6345 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
6176 <source>Videos from your subscriptions</source> 6346 <source>Videos from your subscriptions</source>
6177 <target>從您的訂閱而來的影片</target> 6347 <target>從您的訂閱而來的影片</target>
diff --git a/client/src/locale/target/iso639_gl_ES.xml b/client/src/locale/target/iso639_gl_ES.xml
index 203a65207..38d1eb9c6 100644
--- a/client/src/locale/target/iso639_gl_ES.xml
+++ b/client/src/locale/target/iso639_gl_ES.xml
@@ -507,6 +507,10 @@
507 <source>Nyanja</source> 507 <source>Nyanja</source>
508 <target>Nyanja</target> 508 <target>Nyanja</target>
509 </trans-unit> 509 </trans-unit>
510 <trans-unit id="Occitan">
511 <source>Occitan</source>
512 <target>Occitano</target>
513 </trans-unit>
510 <trans-unit id="Ojibwa"> 514 <trans-unit id="Ojibwa">
511 <source>Ojibwa</source> 515 <source>Ojibwa</source>
512 <target>Ojibwa</target> 516 <target>Ojibwa</target>
diff --git a/client/src/locale/target/player_ar_001.xml b/client/src/locale/target/player_ar_001.xml
index 4e3a12ad7..3cbacacdf 100644
--- a/client/src/locale/target/player_ar_001.xml
+++ b/client/src/locale/target/player_ar_001.xml
@@ -247,6 +247,10 @@
247 <source>Font Size</source> 247 <source>Font Size</source>
248 <target>حجم الخط</target> 248 <target>حجم الخط</target>
249 </trans-unit> 249 </trans-unit>
250 <trans-unit id="Text Edge Style">
251 <source>Text Edge Style</source>
252 <target>نمط حواف النص</target>
253 </trans-unit>
250 <trans-unit id="None"> 254 <trans-unit id="None">
251 <source>None</source> 255 <source>None</source>
252 <target>لا شيء</target> 256 <target>لا شيء</target>
@@ -271,6 +275,10 @@
271 <source>Caption Settings Dialog</source> 275 <source>Caption Settings Dialog</source>
272 <target>إعدادات التعليقات</target> 276 <target>إعدادات التعليقات</target>
273 </trans-unit> 277 </trans-unit>
278 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window.">
279 <source>Beginning of dialog window. Escape will cancel and close the window.</source>
280 <target>الضغط على زر Esc في بداية نافذة الحوار سيلغي ويقفل النافذة</target>
281 </trans-unit>
274 <trans-unit id="End of dialog window."> 282 <trans-unit id="End of dialog window.">
275 <source>End of dialog window.</source> 283 <source>End of dialog window.</source>
276 <target>نهاية نافذة الحوار</target> 284 <target>نهاية نافذة الحوار</target>
@@ -299,6 +307,10 @@
299 <source>peers</source> 307 <source>peers</source>
300 <target>الأقران</target> 308 <target>الأقران</target>
301 </trans-unit> 309 </trans-unit>
310 <trans-unit id="peer">
311 <source>peer</source>
312 <target>نظير</target>
313 </trans-unit>
302 <trans-unit id="Go to the video page"> 314 <trans-unit id="Go to the video page">
303 <source>Go to the video page</source> 315 <source>Go to the video page</source>
304 <target>الإنتقال إلى صفحة الفيديو</target> 316 <target>الإنتقال إلى صفحة الفيديو</target>
@@ -323,5 +335,13 @@
323 <source>Copy embed code</source> 335 <source>Copy embed code</source>
324 <target>نسخ الرمز المدمج</target> 336 <target>نسخ الرمز المدمج</target>
325 </trans-unit> 337 </trans-unit>
338 <trans-unit id="Total downloaded: ">
339 <source>Total downloaded: </source>
340 <target>التحميل الكلي</target>
341 </trans-unit>
342 <trans-unit id="Total uploaded: ">
343 <source>Total uploaded: </source>
344 <target>الرفع الكلي</target>
345 </trans-unit>
326 </body> 346 </body>
327 </file></xliff> \ No newline at end of file 347 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/player_eo.json b/client/src/locale/target/player_eo.json
index 22fb31aa9..d51f3c486 100644
--- a/client/src/locale/target/player_eo.json
+++ b/client/src/locale/target/player_eo.json
@@ -1 +1 @@
{"Audio Player":"Sonludilo","Video Player":"Filmludilo","Play":"Ludi","Pause":"Paŭzigi","Replay":"Reludi","Current Time":"Nuna tempo","Duration":"Daŭro","Remaining Time":"Restanta tempo","Stream Type":"Speco de elsendo","LIVE":"VIVE","Loaded":"Enlegita","Progress":"Plenumo","Progress Bar":"Plenuma strio","progress bar timing: currentTime={1} duration={2}":"{1} el {2}","Fullscreen":"Tutekrana reĝimo","Non-Fullscreen":"Partekrana reĝimo","Mute":"Silentigi","Unmute":"Malsilentigi","Playback Rate":"Ludrapido","Subtitles":"Subteksto","subtitles off":"subtekstoj for","Captions":"Transskribo","captions off":"transskribo for","Chapters":"Ĉapitroj","Descriptions":"Priskriboj","descriptions off":"priskriboj for","Audio Track":"Sona trako","Volume Level":"Laŭteco","You aborted the media playback":"Vi ĉesigis la ludadon","A network error caused the media download to fail part-way.":"Reta eraro interrompis elŝuton de la aŭdvidaĵo.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Ne povis enlegi aŭdvidaĵon, aŭ ĉar servilo aŭ reto fiaskis, aŭ ĉar la formo ne estas subtenata.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Ludado de la aŭdvidaĵo ĉesis aŭ pro difekto, aŭ ĉar ĝi postulis funkciojn, kiujn via foliumilo ne havis.","No compatible source was found for this media.":"Neniu kongrua fonto troviĝis por tiu ĉi aŭdvidaĵo.","The media is encrypted and we do not have the keys to decrypt it.":"Ĉi tiu aŭdvidaĵo estas ĉifrita, kaj ni ne havas la ŝlosilojn por malĉifri ĝin.","Play Video":"Ludi filmon","Close":"Fermi","Close Modal Dialog":"Fermi fokusigan interagujon","Modal Window":"Fokusiga fenestro","This is a modal window":"Tio ĉi estas fokusiga fenestro","This modal can be closed by pressing the Escape key or activating the close button.":"Tiu ĉi fokusiga fenestro povas esti fermita per la nuliga klavo, aŭ premo de la ferma butono.",", opens captions settings dialog":", malfermas interagujon kun agordoj pri transskriboj",", opens subtitles settings dialog":", malfermas interagujon kun agordoj pri subtekstoj",", opens descriptions settings dialog":", malfermas interagujon kun agordoj pri priskriboj",", selected":", elektita","captions settings":"agordoj pri transskriboj","subtitles settings":"agordoj pri subtekstoj","descriptions settings":"agordoj pri priskriboj","Text":"Teksto","White":"Blanka","Black":"Nigra","Red":"Ruĝa","Green":"Verda","Blue":"Blua","Yellow":"Flava","Magenta":"Fuksia","Cyan":"Lazura","Background":"Fono","Window":"Fenestro","Transparent":"Travidebla","Semi-Transparent":"Parte travidebla","Opaque":"Netravidebla","Font Size":"Grando de tiparo","Text Edge Style":"Stilo de randoj de teksto","None":"Neniu","Raised":"Levita","Depressed":"Mallevita","Uniform":"Unuforma","Dropshadow":"Ĵetita ombro","Font Family":"Tipara familio","Proportional Sans-Serif":"Proporcia senserifa","Monospace Sans-Serif":"Egallarĝa senserifa","Proportional Serif":"Proporcia serifa","Monospace Serif":"Egallarĝa serifa","Casual":"Neformala","Script":"Manskribo","Small Caps":"Majuskletoj","Reset":"Restarigi","restore all settings to the default values":"restarigi komencajn agordojn","Done":"Farite","Caption Settings Dialog":"Interagujo kun agordoj pri transskriboj","Beginning of dialog window. Escape will cancel and close the window.":"Komenco de interaga fenestro. Nuliga klavo nuligos kaj fermos la fenestron.","End of dialog window.":"Fino de interaga fenestro.","{1} is loading.":"{1} estas enlegata.","Quality":"Kvalito","Auto":"Memdecide","Speed":"Rapido","Subtitles/CC":"Subteksto / Transskribo","peers":"samtavolanoj","Go to the video page":"Iri al paĝo de la filmo","Settings":"Agordoj","Uses P2P, others may know you are watching this video.":"Uzas samtavolan teĥnikaron; aliuloj eble scios, ke vi spektas la filmon.","Copy the video URL":"Kopii ligilon al la filmo","Copy the video URL at the current time":"Kopii ligilon al nuna tempo en la filmo","Copy embed code":"Kopii enkorpigitan kodon"} \ No newline at end of file {"Audio Player":"Sonludilo","Video Player":"Filmludilo","Play":"Ludi","Pause":"Paŭzigi","Replay":"Reludi","Current Time":"Nuna tempo","Duration":"Daŭro","Remaining Time":"Restanta tempo","Stream Type":"Speco de elsendo","LIVE":"VIVE","Loaded":"Enlegita","Progress":"Plenumo","Progress Bar":"Plenuma strio","progress bar timing: currentTime={1} duration={2}":"{1} el {2}","Fullscreen":"Tutekrana reĝimo","Non-Fullscreen":"Partekrana reĝimo","Mute":"Silentigi","Unmute":"Malsilentigi","Playback Rate":"Ludrapido","Subtitles":"Subteksto","subtitles off":"subtekstoj for","Captions":"Transskribo","captions off":"transskribo for","Chapters":"Ĉapitroj","Descriptions":"Priskriboj","descriptions off":"priskriboj for","Audio Track":"Sona trako","Volume Level":"Laŭteco","You aborted the media playback":"Vi ĉesigis la ludadon","A network error caused the media download to fail part-way.":"Reta eraro interrompis elŝuton de la aŭdvidaĵo.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Ne povis enlegi aŭdvidaĵon, aŭ ĉar servilo aŭ reto fiaskis, aŭ ĉar la formo ne estas subtenata.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Ludado de la aŭdvidaĵo ĉesis aŭ pro difekto, aŭ ĉar ĝi postulis funkciojn, kiujn via foliumilo ne havis.","No compatible source was found for this media.":"Neniu kongrua fonto troviĝis por tiu ĉi aŭdvidaĵo.","The media is encrypted and we do not have the keys to decrypt it.":"Ĉi tiu aŭdvidaĵo estas ĉifrita, kaj ni ne havas la ŝlosilojn por malĉifri ĝin.","Play Video":"Ludi filmon","Close":"Fermi","Close Modal Dialog":"Fermi fokusigan interagujon","Modal Window":"Fokusiga fenestro","This is a modal window":"Tio ĉi estas fokusiga fenestro","This modal can be closed by pressing the Escape key or activating the close button.":"Tiu ĉi fokusiga fenestro povas esti fermita per la nuliga klavo, aŭ premo de la ferma butono.",", opens captions settings dialog":", malfermas interagujon kun agordoj pri transskriboj",", opens subtitles settings dialog":", malfermas interagujon kun agordoj pri subtekstoj",", opens descriptions settings dialog":", malfermas interagujon kun agordoj pri priskriboj",", selected":", elektita","captions settings":"agordoj pri transskriboj","subtitles settings":"agordoj pri subtekstoj","descriptions settings":"agordoj pri priskriboj","Text":"Teksto","White":"Blanka","Black":"Nigra","Red":"Ruĝa","Green":"Verda","Blue":"Blua","Yellow":"Flava","Magenta":"Fuksia","Cyan":"Lazura","Background":"Fono","Window":"Fenestro","Transparent":"Travidebla","Semi-Transparent":"Parte travidebla","Opaque":"Netravidebla","Font Size":"Grando de tiparo","Text Edge Style":"Stilo de randoj de teksto","None":"Neniu","Raised":"Levita","Depressed":"Mallevita","Uniform":"Unuforma","Dropshadow":"Ĵetita ombro","Font Family":"Tipara familio","Proportional Sans-Serif":"Proporcia senserifa","Monospace Sans-Serif":"Egallarĝa senserifa","Proportional Serif":"Proporcia serifa","Monospace Serif":"Egallarĝa serifa","Casual":"Neformala","Script":"Manskribo","Small Caps":"Majuskletoj","Reset":"Restarigi","restore all settings to the default values":"restarigi komencajn agordojn","Done":"Farite","Caption Settings Dialog":"Interagujo kun agordoj pri transskriboj","Beginning of dialog window. Escape will cancel and close the window.":"Komenco de interaga fenestro. Nuliga klavo nuligos kaj fermos la fenestron.","End of dialog window.":"Fino de interaga fenestro.","{1} is loading.":"{1} estas enlegata.","Quality":"Kvalito","Auto":"Memdecide","Speed":"Rapido","Subtitles/CC":"Subteksto / Transskribo","peers":"samtavolanoj","peer":"samtavolano","Go to the video page":"Iri al paĝo de la filmo","Settings":"Agordoj","Uses P2P, others may know you are watching this video.":"Uzas samtavolan teĥnikaron; aliuloj eble scios, ke vi spektas la filmon.","Copy the video URL":"Kopii ligilon al la filmo","Copy the video URL at the current time":"Kopii ligilon al nuna tempo en la filmo","Copy embed code":"Kopii enkorpigitan kodon","Copy magnet URI":"Kopii magnetan ligilon","Total downloaded: ":"Sumo de elŝutado:","Total uploaded: ":"Sumo de alŝutado:"} \ No newline at end of file
diff --git a/client/src/locale/target/player_fr_FR.json b/client/src/locale/target/player_fr_FR.json
index 88d7decc0..e0e2de4f7 100644
--- a/client/src/locale/target/player_fr_FR.json
+++ b/client/src/locale/target/player_fr_FR.json
@@ -1 +1 @@
{"Audio Player":"Lecteur audio","Video Player":"Lecteur vidéo","Play":"Lecture","Pause":"Pause","Replay":"Revoir","Current Time":"Temps actuel","Duration":"Durée","Remaining Time":"Temps restant","Stream Type":"Type de flux","LIVE":"EN DIRECT","Loaded":"Chargé","Progress":"Progression","Progress Bar":"Barre de progression","progress bar timing: currentTime={1} duration={2}":"{1} de {2}","Fullscreen":"Plein écran","Non-Fullscreen":"Fenêtré","Mute":"Couper le son","Unmute":"Activer le son","Playback Rate":"Vitesse de lecture","Subtitles":"Sous-titres","subtitles off":"Sous-titres désactivés","Captions":"Sous-titres transcrits","captions off":"Sous-titres transcrits désactivés","Chapters":"Chapitres","Descriptions":"Descriptions","descriptions off":"descriptions désactivées","Audio Track":"Piste audio","Volume Level":"Niveau de volume","You aborted the media playback":"Vous avez interrompu la lecture de la vidéo","A network error caused the media download to fail part-way.":"Une erreur de réseau a interrompu le téléchargement de la vidéo.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Cette vidéo n'a pas pu être chargée, soit parce que le serveur ou le réseau a échoué ou parce que le format n'est pas reconnu.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La lecture de la vidéo a été interrompue à cause d'un problème de corruption ou parce que la vidéo utilise des fonctionnalités non prises en charge par votre navigateur.","No compatible source was found for this media.":"Aucune source compatible n'a été trouvée pour cette vidéo.","The media is encrypted and we do not have the keys to decrypt it.":"Le média est chiffré et nous n'avons pas les clés pour le déchiffrer.","Play Video":"Lire la vidéo","Close":"Fermer","Close Modal Dialog":"Fermer la boîte de dialogue modale","Modal Window":"Fenêtre modale","This is a modal window":"Ceci est une fenêtre modale","This modal can be closed by pressing the Escape key or activating the close button.":"Ce modal peut être fermé en appuyant sur la touche Échap ou en cliquant sur le bouton de fermeture.",", opens captions settings dialog":", ouvrir les paramètres des sous-titres transcrits",", opens subtitles settings dialog":", ouvrir les paramètres des sous-titres",", opens descriptions settings dialog":", ouvrir les paramètres des descriptions",", selected":", sélectionné","captions settings":"Paramètres des sous-titres transcrits","subtitles settings":"Paramètres des sous-titres","descriptions settings":"Paramètres des descriptions","Text":"Texte","White":"Blanc","Black":"Noir","Red":"Rouge","Green":"Vert","Blue":"Bleu","Yellow":"Jaune","Magenta":"Magenta","Cyan":"Cyan","Background":"Arrière-plan","Window":"Fenêtre","Transparent":"Transparent","Semi-Transparent":"Semi-transparent","Opaque":"Opaque","Font Size":"Taille des caractères","Text Edge Style":"Style des contours du texte","None":"Aucun","Raised":"Élevé","Depressed":"Enfoncé","Uniform":"Uniforme","Dropshadow":"Ombre portée","Font Family":"Familles de polices","Proportional Sans-Serif":"Polices à chasse variable sans empattement (Proportional Sans-Serif)","Monospace Sans-Serif":"Polices à chasse fixe sans empattement (Monospace Sans-Serif)","Proportional Serif":"Polices à chasse variable avec empattement (Proportional Serif)","Monospace Serif":"Polices à chasse fixe avec empattement (Monospace Serif)","Casual":"Manuscrite","Script":"Script","Small Caps":"Petites capitales","Reset":"Réinitialiser","restore all settings to the default values":"Restaurer tous les paramètres aux valeurs par défaut","Done":"Terminé","Caption Settings Dialog":"Boîte de dialogue des paramètres des sous-titres transcrits","Beginning of dialog window. Escape will cancel and close the window.":"Début de la fenêtre de dialogue. La touche d'échappement annulera et fermera la fenêtre.","End of dialog window.":"Fin de la fenêtre de dialogue.","{1} is loading.":"{1} est en train de charger","Quality":"Qualité","Auto":"Auto","Speed":"Vitesse","Subtitles/CC":"Sous-titres/CC","peers":"pairs","Go to the video page":"Aller sur la page de la vidéo","Settings":"Paramètres","Uses P2P, others may know you are watching this video.":"Utilise le P2P, d'autres personnes pourraient savoir que vous regardez cette vidéo.","Copy the video URL":"Copier le lien de la vidéo","Copy the video URL at the current time":"Copier le lien de la vidéo à partir de cette séquence","Copy embed code":"Copier le code d'intégration"} \ No newline at end of file {"Audio Player":"Lecteur audio","Video Player":"Lecteur vidéo","Play":"Lecture","Pause":"Pause","Replay":"Revoir","Current Time":"Temps actuel","Duration":"Durée","Remaining Time":"Temps restant","Stream Type":"Type de flux","LIVE":"EN DIRECT","Loaded":"Chargé","Progress":"Progression","Progress Bar":"Barre de progression","progress bar timing: currentTime={1} duration={2}":"{1} de {2}","Fullscreen":"Plein écran","Non-Fullscreen":"Fenêtré","Mute":"Couper le son","Unmute":"Activer le son","Playback Rate":"Vitesse de lecture","Subtitles":"Sous-titres","subtitles off":"Sous-titres désactivés","Captions":"Sous-titres transcrits","captions off":"Sous-titres transcrits désactivés","Chapters":"Chapitres","Descriptions":"Descriptions","descriptions off":"descriptions désactivées","Audio Track":"Piste audio","Volume Level":"Niveau de volume","You aborted the media playback":"Vous avez interrompu la lecture de la vidéo","A network error caused the media download to fail part-way.":"Une erreur de réseau a interrompu le téléchargement de la vidéo.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Cette vidéo n'a pas pu être chargée, soit parce que le serveur ou le réseau a échoué ou parce que le format n'est pas reconnu.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La lecture de la vidéo a été interrompue à cause d'un problème de corruption ou parce que la vidéo utilise des fonctionnalités non prises en charge par votre navigateur.","No compatible source was found for this media.":"Aucune source compatible n'a été trouvée pour cette vidéo.","The media is encrypted and we do not have the keys to decrypt it.":"Le média est chiffré et nous n'avons pas les clés pour le déchiffrer.","Play Video":"Lire la vidéo","Close":"Fermer","Close Modal Dialog":"Fermer la boîte de dialogue modale","Modal Window":"Fenêtre modale","This is a modal window":"Ceci est une fenêtre modale","This modal can be closed by pressing the Escape key or activating the close button.":"Ce modal peut être fermé en appuyant sur la touche Échap ou en cliquant sur le bouton de fermeture.",", opens captions settings dialog":", ouvrir les paramètres des sous-titres transcrits",", opens subtitles settings dialog":", ouvrir les paramètres des sous-titres",", opens descriptions settings dialog":", ouvrir les paramètres des descriptions",", selected":", sélectionné","captions settings":"Paramètres des sous-titres transcrits","subtitles settings":"Paramètres des sous-titres","descriptions settings":"Paramètres des descriptions","Text":"Texte","White":"Blanc","Black":"Noir","Red":"Rouge","Green":"Vert","Blue":"Bleu","Yellow":"Jaune","Magenta":"Magenta","Cyan":"Cyan","Background":"Arrière-plan","Window":"Fenêtre","Transparent":"Transparent","Semi-Transparent":"Semi-transparent","Opaque":"Opaque","Font Size":"Taille des caractères","Text Edge Style":"Style des contours du texte","None":"Aucun","Raised":"Élevé","Depressed":"Enfoncé","Uniform":"Uniforme","Dropshadow":"Ombre portée","Font Family":"Familles de polices","Proportional Sans-Serif":"Polices à chasse variable sans empattement (Proportional Sans-Serif)","Monospace Sans-Serif":"Polices à chasse fixe sans empattement (Monospace Sans-Serif)","Proportional Serif":"Polices à chasse variable avec empattement (Proportional Serif)","Monospace Serif":"Polices à chasse fixe avec empattement (Monospace Serif)","Casual":"Manuscrite","Script":"Script","Small Caps":"Petites capitales","Reset":"Réinitialiser","restore all settings to the default values":"Restaurer tous les paramètres aux valeurs par défaut","Done":"Terminé","Caption Settings Dialog":"Boîte de dialogue des paramètres des sous-titres transcrits","Beginning of dialog window. Escape will cancel and close the window.":"Début de la fenêtre de dialogue. La touche d'échappement annulera et fermera la fenêtre.","End of dialog window.":"Fin de la fenêtre de dialogue.","{1} is loading.":"{1} est en train de charger","Quality":"Qualité","Auto":"Auto","Speed":"Vitesse","Subtitles/CC":"Sous-titres/CC","peers":"pairs","peer":"pair","Go to the video page":"Aller sur la page de la vidéo","Settings":"Paramètres","Uses P2P, others may know you are watching this video.":"Utilise le P2P, d'autres personnes pourraient savoir que vous regardez cette vidéo.","Copy the video URL":"Copier le lien de la vidéo","Copy the video URL at the current time":"Copier le lien de la vidéo à partir de cette séquence","Copy embed code":"Copier le code d'intégration","Copy magnet URI":"Copier le magnet URL","Total downloaded: ":"Total téléchargé","Total uploaded: ":"Total téléversé"} \ No newline at end of file
diff --git a/client/src/locale/target/player_gl_ES.xml b/client/src/locale/target/player_gl_ES.xml
index afe8a87aa..4ec447bcf 100644
--- a/client/src/locale/target/player_gl_ES.xml
+++ b/client/src/locale/target/player_gl_ES.xml
@@ -355,6 +355,10 @@
355 <source>peers</source> 355 <source>peers</source>
356 <target>pares</target> 356 <target>pares</target>
357 </trans-unit> 357 </trans-unit>
358 <trans-unit id="peer">
359 <source>peer</source>
360 <target>parceiro</target>
361 </trans-unit>
358 <trans-unit id="Go to the video page"> 362 <trans-unit id="Go to the video page">
359 <source>Go to the video page</source> 363 <source>Go to the video page</source>
360 <target>Ir a páxina do vídeo</target> 364 <target>Ir a páxina do vídeo</target>
@@ -379,5 +383,17 @@
379 <source>Copy embed code</source> 383 <source>Copy embed code</source>
380 <target>Copiar código de inscrustado</target> 384 <target>Copiar código de inscrustado</target>
381 </trans-unit> 385 </trans-unit>
386 <trans-unit id="Copy magnet URI">
387 <source>Copy magnet URI</source>
388 <target>Copiar URI magnet</target>
389 </trans-unit>
390 <trans-unit id="Total downloaded: ">
391 <source>Total downloaded: </source>
392 <target>Total descargado:</target>
393 </trans-unit>
394 <trans-unit id="Total uploaded: ">
395 <source>Total uploaded: </source>
396 <target>Total subido:</target>
397 </trans-unit>
382 </body> 398 </body>
383 </file></xliff> \ No newline at end of file 399 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/player_it_IT.json b/client/src/locale/target/player_it_IT.json
index add193bfe..23a43ab92 100644
--- a/client/src/locale/target/player_it_IT.json
+++ b/client/src/locale/target/player_it_IT.json
@@ -1 +1 @@
{"Audio Player":"Riproduttore Audio","Video Player":"Riproduttore Video","Play":"Play","Pause":"Pausa","Replay":"Replay","Current Time":"Posizione attuale","Duration":"Durata","Remaining Time":"Tempo rimanente","Stream Type":"Tipo dello Streaming","LIVE":"LIVE","Loaded":"Caricato","Progress":"Stato","Progress Bar":"Barra di progresso","progress bar timing: currentTime={1} duration={2}":"{1} di {2}","Fullscreen":"Schermo intero","Non-Fullscreen":"Chiudi schermo intero","Mute":"Muto","Unmute":"Audio ","Playback Rate":"Velocità di riproduzione","Subtitles":"Sottotitoli","subtitles off":"Senza sottotitoli","Captions":"Sottotitoli per non udenti","captions off":"Senza sottotitoli per non udenti","Chapters":"Capitoli","Descriptions":"Descrizioni","descriptions off":"Descrizioni disattivate","Audio Track":"Traccia Audio","Volume Level":"Volume","You aborted the media playback":"La riproduzione del filmato è stata interrotta","A network error caused the media download to fail part-way.":"Il download del filmato è stato interrotto a causa di un problema rete.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Il filmato non può essere caricato a causa di un errore nel server o nella rete o perché il formato non viene supportato.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La riproduzione del filmato è stata interrotta a causa di un file danneggiato o per l’utilizzo di impostazioni non supportate dal browser.","No compatible source was found for this media.":"Non ci sono fonti compatibili per questo filmato.","The media is encrypted and we do not have the keys to decrypt it.":"Il filmato è crittato e non disponiamo delle chiavi per decrittarlo","Play Video":"Riproduci Video","Close":"Chiudi","Close Modal Dialog":"Chiudi finestra di dialogo","Modal Window":"Finestra di dialogo","This is a modal window":"Questa è una finestra di dialogo","This modal can be closed by pressing the Escape key or activating the close button.":"Questa finestra di dialogo può essere chiusa premendo Esc o cliccando sul pulsante chiudi.",", opens captions settings dialog":", apri la finestra delle impostazioni delle didascalie",", opens subtitles settings dialog":", apri la finestra delle impostazioni dei sottotitoli",", opens descriptions settings dialog":", apri la finestra delle impostazioni delle descrizioni",", selected":", selezionati","captions settings":"impostazioni delle didascalie","subtitles settings":"impostazioni dei sottotitoli","descriptions settings":"impostazioni delle descrizioni","Text":"Testo","White":"Bianco","Black":"Nero","Red":"Rosso","Green":"Verde","Blue":"Blu","Yellow":"Giallo","Magenta":"Magenta","Cyan":"Ciano","Background":"Sfondo","Window":"Finestra","Transparent":"Trasparente","Semi-Transparent":"Semi-Trasparente","Opaque":"Opaco","Font Size":"Dimensione del Testo","Text Edge Style":"Stile dei Bordi del Testo","None":"Nessuno","Raised":"In Rilievo","Depressed":"Incavato","Uniform":"Uniforme","Dropshadow":"Ombreggiatura","Font Family":"Stile del Testo","Proportional Sans-Serif":"Senza Grazie Proporzionale","Monospace Sans-Serif":"Senza Grazie Monospazio","Proportional Serif":"Con Grazie Proporzionale","Monospace Serif":"Con Grazie Monospazio","Casual":"Casuale","Script":"Codice","Small Caps":"Maiuscoletto","Reset":"Ripristina","restore all settings to the default values":"ripristina tutte le impostazioni ai valori predefiniti","Done":"Fatto","Caption Settings Dialog":"Finestra delle Impostazioni dei Sottotitoli","Beginning of dialog window. Escape will cancel and close the window.":"Apertura della finestra di dialogo. Premendo ESC si annullerà e si chiuderà la finestra.","End of dialog window.":"Chiusura della finestra di dialogo.","{1} is loading.":"{1} è in caricamento.","Quality":"Qualità","Auto":"Auto","Speed":"Velocità","Subtitles/CC":"Sottotitoli/CC","peers":"nodi","Go to the video page":"Vai alla pagina del video","Settings":"Impostazioni","Uses P2P, others may know you are watching this video.":"Usa P2P, altri potrebbero sapere che stai guardando questo video.","Copy the video URL":"Copia l'URL del video","Copy the video URL at the current time":"Copia l'URL del video della posizione corrente","Copy embed code":"Copia il codice per incorporare"} \ No newline at end of file {"Audio Player":"Riproduttore Audio","Video Player":"Riproduttore Video","Play":"Play","Pause":"Pausa","Replay":"Replay","Current Time":"Posizione attuale","Duration":"Durata","Remaining Time":"Tempo rimanente","Stream Type":"Tipo dello Streaming","LIVE":"LIVE","Loaded":"Caricato","Progress":"Stato","Progress Bar":"Barra di progresso","progress bar timing: currentTime={1} duration={2}":"{1} di {2}","Fullscreen":"Schermo intero","Non-Fullscreen":"Chiudi schermo intero","Mute":"Muto","Unmute":"Audio ","Playback Rate":"Velocità di riproduzione","Subtitles":"Sottotitoli","subtitles off":"Senza sottotitoli","Captions":"Sottotitoli per non udenti","captions off":"Senza sottotitoli per non udenti","Chapters":"Capitoli","Descriptions":"Descrizioni","descriptions off":"Descrizioni disattivate","Audio Track":"Traccia Audio","Volume Level":"Volume","You aborted the media playback":"La riproduzione del filmato è stata interrotta","A network error caused the media download to fail part-way.":"Il download del filmato è stato interrotto a causa di un problema rete.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Il filmato non può essere caricato a causa di un errore nel server o nella rete o perché il formato non viene supportato.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La riproduzione del filmato è stata interrotta a causa di un file danneggiato o per l’utilizzo di impostazioni non supportate dal browser.","No compatible source was found for this media.":"Non ci sono fonti compatibili per questo filmato.","The media is encrypted and we do not have the keys to decrypt it.":"Il filmato è crittato e non disponiamo delle chiavi per decrittarlo","Play Video":"Riproduci Video","Close":"Chiudi","Close Modal Dialog":"Chiudi finestra di dialogo","Modal Window":"Finestra di dialogo","This is a modal window":"Questa è una finestra di dialogo","This modal can be closed by pressing the Escape key or activating the close button.":"Questa finestra di dialogo può essere chiusa premendo Esc o cliccando sul pulsante chiudi.",", opens captions settings dialog":", apri la finestra delle impostazioni delle didascalie",", opens subtitles settings dialog":", apri la finestra delle impostazioni dei sottotitoli",", opens descriptions settings dialog":", apri la finestra delle impostazioni delle descrizioni",", selected":", selezionati","captions settings":"impostazioni delle didascalie","subtitles settings":"impostazioni dei sottotitoli","descriptions settings":"impostazioni delle descrizioni","Text":"Testo","White":"Bianco","Black":"Nero","Red":"Rosso","Green":"Verde","Blue":"Blu","Yellow":"Giallo","Magenta":"Magenta","Cyan":"Ciano","Background":"Sfondo","Window":"Finestra","Transparent":"Trasparente","Semi-Transparent":"Semi-Trasparente","Opaque":"Opaco","Font Size":"Dimensione del Testo","Text Edge Style":"Stile dei Bordi del Testo","None":"Nessuno","Raised":"In Rilievo","Depressed":"Incavato","Uniform":"Uniforme","Dropshadow":"Ombreggiatura","Font Family":"Stile del Testo","Proportional Sans-Serif":"Senza Grazie Proporzionale","Monospace Sans-Serif":"Senza Grazie Monospazio","Proportional Serif":"Con Grazie Proporzionale","Monospace Serif":"Con Grazie Monospazio","Casual":"Casuale","Script":"Codice","Small Caps":"Maiuscoletto","Reset":"Ripristina","restore all settings to the default values":"ripristina tutte le impostazioni ai valori predefiniti","Done":"Fatto","Caption Settings Dialog":"Finestra delle Impostazioni dei Sottotitoli","Beginning of dialog window. Escape will cancel and close the window.":"Apertura della finestra di dialogo. Premendo ESC si annullerà e si chiuderà la finestra.","End of dialog window.":"Chiusura della finestra di dialogo.","{1} is loading.":"{1} è in caricamento.","Quality":"Qualità","Auto":"Auto","Speed":"Velocità","Subtitles/CC":"Sottotitoli/CC","peers":"nodi","peer":"peer","Go to the video page":"Vai alla pagina del video","Settings":"Impostazioni","Uses P2P, others may know you are watching this video.":"Usa P2P, altri potrebbero sapere che stai guardando questo video.","Copy the video URL":"Copia l'URL del video","Copy the video URL at the current time":"Copia l'URL del video della posizione corrente","Copy embed code":"Copia il codice per incorporare","Copy magnet URI":"Copia URI","Total downloaded: ":"Scaricati: ","Total uploaded: ":"Caricati: "} \ No newline at end of file
diff --git a/client/src/locale/target/player_nl_NL.xml b/client/src/locale/target/player_nl_NL.xml
index 45bc76a55..7c3ca1ece 100644
--- a/client/src/locale/target/player_nl_NL.xml
+++ b/client/src/locale/target/player_nl_NL.xml
@@ -89,11 +89,11 @@
89 </trans-unit> 89 </trans-unit>
90 <trans-unit id="Captions"> 90 <trans-unit id="Captions">
91 <source>Captions</source> 91 <source>Captions</source>
92 <target>Ondertiteling met audiobeschrijving</target> 92 <target>Bijschriften</target>
93 </trans-unit> 93 </trans-unit>
94 <trans-unit id="captions off"> 94 <trans-unit id="captions off">
95 <source>captions off</source> 95 <source>captions off</source>
96 <target>ondertiteling met audiobeschrijving uit</target> 96 <target>bijschriften uit</target>
97 </trans-unit> 97 </trans-unit>
98 <trans-unit id="Chapters"> 98 <trans-unit id="Chapters">
99 <source>Chapters</source> 99 <source>Chapters</source>
@@ -137,7 +137,7 @@
137 </trans-unit> 137 </trans-unit>
138 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it."> 138 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it.">
139 <source>The media is encrypted and we do not have the keys to decrypt it.</source> 139 <source>The media is encrypted and we do not have the keys to decrypt it.</source>
140 <target>Deze media zijn versleuteld en er zijn geen sleutels voorhanden om ze te ontcijferen.</target> 140 <target>Deze media zijn versleuteld en er zijn geen sleutels voorhanden om ze te ontgrendelen.</target>
141 </trans-unit> 141 </trans-unit>
142 <trans-unit id="Play Video"> 142 <trans-unit id="Play Video">
143 <source>Play Video</source> 143 <source>Play Video</source>
@@ -149,15 +149,15 @@
149 </trans-unit> 149 </trans-unit>
150 <trans-unit id="Close Modal Dialog"> 150 <trans-unit id="Close Modal Dialog">
151 <source>Close Modal Dialog</source> 151 <source>Close Modal Dialog</source>
152 <target>Pop-up-venster sluiten</target> 152 <target>Sluit pop-up venster</target>
153 </trans-unit> 153 </trans-unit>
154 <trans-unit id="Modal Window"> 154 <trans-unit id="Modal Window">
155 <source>Modal Window</source> 155 <source>Modal Window</source>
156 <target>Pop-up-venster</target> 156 <target>Pop-up venster</target>
157 </trans-unit> 157 </trans-unit>
158 <trans-unit id="This is a modal window"> 158 <trans-unit id="This is a modal window">
159 <source>This is a modal window</source> 159 <source>This is a modal window</source>
160 <target>Dit is een pop-up-venster</target> 160 <target>Dit is een pop-up venster</target>
161 </trans-unit> 161 </trans-unit>
162 <trans-unit id="This modal can be closed by pressing the Escape key or activating the close button."> 162 <trans-unit id="This modal can be closed by pressing the Escape key or activating the close button.">
163 <source>This modal can be closed by pressing the Escape key or activating the close button.</source> 163 <source>This modal can be closed by pressing the Escape key or activating the close button.</source>
@@ -165,7 +165,7 @@
165 </trans-unit> 165 </trans-unit>
166 <trans-unit id=", opens captions settings dialog"> 166 <trans-unit id=", opens captions settings dialog">
167 <source>, opens captions settings dialog</source> 167 <source>, opens captions settings dialog</source>
168 <target>, opent instellingen voor ondertiteling met audiobeschrijving</target> 168 <target>, opent instellingen voor bijschriften</target>
169 </trans-unit> 169 </trans-unit>
170 <trans-unit id=", opens subtitles settings dialog"> 170 <trans-unit id=", opens subtitles settings dialog">
171 <source>, opens subtitles settings dialog</source> 171 <source>, opens subtitles settings dialog</source>
@@ -181,7 +181,7 @@
181 </trans-unit> 181 </trans-unit>
182 <trans-unit id="captions settings"> 182 <trans-unit id="captions settings">
183 <source>captions settings</source> 183 <source>captions settings</source>
184 <target>instellingen voor ondertiteling met audiobeschrijving</target> 184 <target>instellingen voor bijschriften</target>
185 </trans-unit> 185 </trans-unit>
186 <trans-unit id="subtitles settings"> 186 <trans-unit id="subtitles settings">
187 <source>subititles settings</source> 187 <source>subititles settings</source>
@@ -261,7 +261,7 @@
261 </trans-unit> 261 </trans-unit>
262 <trans-unit id="Raised"> 262 <trans-unit id="Raised">
263 <source>Raised</source> 263 <source>Raised</source>
264 <target>Uitpuilend</target> 264 <target>Verhoogd</target>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="Depressed"> 266 <trans-unit id="Depressed">
267 <source>Depressed</source> 267 <source>Depressed</source>
@@ -313,15 +313,15 @@
313 </trans-unit> 313 </trans-unit>
314 <trans-unit id="restore all settings to the default values"> 314 <trans-unit id="restore all settings to the default values">
315 <source>restore all settings to the default values</source> 315 <source>restore all settings to the default values</source>
316 <target>Herstel alle instellingen naar hun standaardwaarden</target> 316 <target>herstel alle instellingen naar hun standaardwaarden</target>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="Done"> 318 <trans-unit id="Done">
319 <source>Done</source> 319 <source>Done</source>
320 <target>Oké</target> 320 <target>Klaar</target>
321 </trans-unit> 321 </trans-unit>
322 <trans-unit id="Caption Settings Dialog"> 322 <trans-unit id="Caption Settings Dialog">
323 <source>Caption Settings Dialog</source> 323 <source>Caption Settings Dialog</source>
324 <target>Instellingen voor ondertiteling met audiobeschrijving</target> 324 <target>Bijschrift Instellingen</target>
325 </trans-unit> 325 </trans-unit>
326 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window."> 326 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window.">
327 <source>Beginning of dialog window. Escape will cancel and close the window.</source> 327 <source>Beginning of dialog window. Escape will cancel and close the window.</source>
@@ -355,6 +355,10 @@
355 <source>peers</source> 355 <source>peers</source>
356 <target>peers</target> 356 <target>peers</target>
357 </trans-unit> 357 </trans-unit>
358 <trans-unit id="peer">
359 <source>peer</source>
360 <target>peer</target>
361 </trans-unit>
358 <trans-unit id="Go to the video page"> 362 <trans-unit id="Go to the video page">
359 <source>Go to the video page</source> 363 <source>Go to the video page</source>
360 <target>Ga naar de videopagina</target> 364 <target>Ga naar de videopagina</target>
@@ -365,11 +369,11 @@
365 </trans-unit> 369 </trans-unit>
366 <trans-unit id="Uses P2P, others may know you are watching this video."> 370 <trans-unit id="Uses P2P, others may know you are watching this video.">
367 <source>Uses P2P, others may know you are watching this video.</source> 371 <source>Uses P2P, others may know you are watching this video.</source>
368 <target>Maakt gebruik van P2P, anderen kunnen mogelijks zien dat je deze video bekijkt.</target> 372 <target>Maakt gebruik van P2P, anderen kunnen mogelijk zien dat je deze video bekijkt.</target>
369 </trans-unit> 373 </trans-unit>
370 <trans-unit id="Copy the video URL"> 374 <trans-unit id="Copy the video URL">
371 <source>Copy the video URL</source> 375 <source>Copy the video URL</source>
372 <target>Video-URL kopiëren</target> 376 <target>Kopieer de video-URL</target>
373 </trans-unit> 377 </trans-unit>
374 <trans-unit id="Copy the video URL at the current time"> 378 <trans-unit id="Copy the video URL at the current time">
375 <source>Copy the video URL at the current time</source> 379 <source>Copy the video URL at the current time</source>
@@ -377,7 +381,19 @@
377 </trans-unit> 381 </trans-unit>
378 <trans-unit id="Copy embed code"> 382 <trans-unit id="Copy embed code">
379 <source>Copy embed code</source> 383 <source>Copy embed code</source>
380 <target>Insluitcode kopiëren</target> 384 <target>Kopieer insluitcode</target>
385 </trans-unit>
386 <trans-unit id="Copy magnet URI">
387 <source>Copy magnet URI</source>
388 <target>Kopieer magneet URI </target>
389 </trans-unit>
390 <trans-unit id="Total downloaded: ">
391 <source>Total downloaded: </source>
392 <target>Totaal gedownload:</target>
393 </trans-unit>
394 <trans-unit id="Total uploaded: ">
395 <source>Total uploaded: </source>
396 <target>Totaal geüpload:</target>
381 </trans-unit> 397 </trans-unit>
382 </body> 398 </body>
383 </file></xliff> \ No newline at end of file 399 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/player_oc.json b/client/src/locale/target/player_oc.json
index e64b68b00..44ee51686 100644
--- a/client/src/locale/target/player_oc.json
+++ b/client/src/locale/target/player_oc.json
@@ -1 +1 @@
{"Audio Player":"Lector àudio","Video Player":"Lector vidèo","Play":"Lectura","Pause":"Pausa","Replay":"Tornar legir","Current Time":"Durada passada","Duration":"Durada","Remaining Time":"Temps restant","Stream Type":"Tipe de difusion","LIVE":"DIRÈCTE","Loaded":"Cargat","Progress":"Progression","Progress Bar":"Barra de progession","progress bar timing: currentTime={1} duration={2}":"{1} sus {2}","Fullscreen":"Ecran complèt","Non-Fullscreen":"Pas en ecran complèt","Mute":"Copar lo son","Unmute":"Restablir lo son","Playback Rate":"Velocitat de lectura","Subtitles":"Sostítols","subtitles off":"Sostítols desactivats","Captions":"Legendas","captions off":"Legendas desactivadas","Chapters":"Capítols","Descriptions":"Descripcions","descriptions off":"descripcions desactivadas","Audio Track":"Pista àudio","Volume Level":"Nivèl del volum","You aborted the media playback":"Avètz copat la lectura del mèdia","A network error caused the media download to fail part-way.":"Una error de ret a provocat un fracàs del telecargament.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Lo mèdia a pas pogut èsser cargat, siá perque lo servidor o lo ret a fracassat siá perque lo format es pas compatible.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La lectura del mèdia es copada a causa d’un problèma de corrupcion o perque lo mèdia utiliza de foncionalitats pas suportadas pel navigador.","No compatible source was found for this media.":"Cap de font compatiblas pas trobada per aqueste mèdia.","The media is encrypted and we do not have the keys to decrypt it.":"Lo mèdia es chifrat e avèm pas las claus per lo deschifrar.","Play Video":"Legir la vidèo","Close":"Tampar","Close Modal Dialog":"Tampar la fenèstra","Modal Window":"Fenèstra","This is a modal window":"Aquò es una fenèstra","This modal can be closed by pressing the Escape key or activating the close button.":"Aquesta fenèstra pòt èsser tampada en quichar Escapar sul clavièr o en activar lo boton de tampadura.",", opens captions settings dialog":", dobrís la fenèstra de paramètres de legenda",", opens subtitles settings dialog":", dobrís la fenèstra de paramètres de sostítol",", opens descriptions settings dialog":", dobrís la fenèstra de paramètres de descripcion",", selected":", seleccionat","captions settings":"paramètres de legenda","subtitles settings":"paramètres de sostítol","descriptions settings":"paramètres de descripcion","Text":"Tèxte","White":"Blanc","Black":"Negre","Red":"Roge","Green":"Verd","Blue":"Blau","Yellow":"Jaune","Magenta":"Magenta","Cyan":"Cian","Background":"Rèireplan","Window":"Fenèstra","Transparent":"Transparent","Semi-Transparent":"Semitransparent","Opaque":"Opac","Font Size":"Talha de la polissa","Text Edge Style":"Estil dels contorn del tèxte","None":"Cap","Raised":"Naut","Depressed":"Enfonsat","Uniform":"Unifòrme","Dropshadow":"Ombrat","Font Family":"Familha de polissa","Proportional Sans-Serif":"Sans-Serif proporcional","Monospace Sans-Serif":"Monospace Sans-Serif","Proportional Serif":"Serif proporcional","Monospace Serif":"Monospace Serif","Casual":"Manuscrita","Script":"Script","Small Caps":"Pichonas majusculas","Reset":"Reïnicializar","restore all settings to the default values":"o restablir tot a las valors per defaut","Done":"Acabat","Caption Settings Dialog":"Fenèstra de paramètres de legenda","Beginning of dialog window. Escape will cancel and close the window.":"Debuta de la fenèstra. Escapar anullarà e tamparà la fenèstra.","End of dialog window.":"Fin de la fenèstra.","{1} is loading.":"{1} es a cargar.","Quality":"Qualitat","Auto":"Auto","Speed":"Velocitat","Subtitles/CC":"Sostítols/CC","peers":"pars","Go to the video page":"Anar a la pagina de la vidèo","Settings":"Paramètres","Uses P2P, others may know you are watching this video.":"Utiliza lo P2P, se pòt que d’autres sián a agachar aquesta vidèo.","Copy the video URL":"Copiar l’URL de la vidèo","Copy the video URL at the current time":"Copiar l’URL de la vidèo a aquesta posicion","Copy embed code":"Copiar lo còdi d’integracion"} \ No newline at end of file {"Audio Player":"Lector àudio","Video Player":"Lector vidèo","Play":"Lectura","Pause":"Pausa","Replay":"Tornar legir","Current Time":"Durada passada","Duration":"Durada","Remaining Time":"Temps restant","Stream Type":"Tipe de difusion","LIVE":"DIRÈCTE","Loaded":"Cargat","Progress":"Progression","Progress Bar":"Barra de progession","progress bar timing: currentTime={1} duration={2}":"{1} sus {2}","Fullscreen":"Ecran complèt","Non-Fullscreen":"Pas en ecran complèt","Mute":"Copar lo son","Unmute":"Restablir lo son","Playback Rate":"Velocitat de lectura","Subtitles":"Sostítols","subtitles off":"Sostítols desactivats","Captions":"Legendas","captions off":"Legendas desactivadas","Chapters":"Capítols","Descriptions":"Descripcions","descriptions off":"descripcions desactivadas","Audio Track":"Pista àudio","Volume Level":"Nivèl del volum","You aborted the media playback":"Avètz copat la lectura del mèdia","A network error caused the media download to fail part-way.":"Una error de ret a provocat un fracàs del telecargament.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Lo mèdia a pas pogut èsser cargat, siá perque lo servidor o lo ret a fracassat siá perque lo format es pas compatible.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La lectura del mèdia es copada a causa d’un problèma de corrupcion o perque lo mèdia utiliza de foncionalitats pas suportadas pel navigador.","No compatible source was found for this media.":"Cap de font compatiblas pas trobada per aqueste mèdia.","The media is encrypted and we do not have the keys to decrypt it.":"Lo mèdia es chifrat e avèm pas las claus per lo deschifrar.","Play Video":"Legir la vidèo","Close":"Tampar","Close Modal Dialog":"Tampar la fenèstra","Modal Window":"Fenèstra","This is a modal window":"Aquò es una fenèstra","This modal can be closed by pressing the Escape key or activating the close button.":"Aquesta fenèstra pòt èsser tampada en quichar Escapar sul clavièr o en activar lo boton de tampadura.",", opens captions settings dialog":", dobrís la fenèstra de paramètres de legenda",", opens subtitles settings dialog":", dobrís la fenèstra de paramètres de sostítol",", opens descriptions settings dialog":", dobrís la fenèstra de paramètres de descripcion",", selected":", seleccionat","captions settings":"paramètres de legenda","subtitles settings":"paramètres de sostítol","descriptions settings":"paramètres de descripcion","Text":"Tèxte","White":"Blanc","Black":"Negre","Red":"Roge","Green":"Verd","Blue":"Blau","Yellow":"Jaune","Magenta":"Magenta","Cyan":"Cian","Background":"Rèireplan","Window":"Fenèstra","Transparent":"Transparent","Semi-Transparent":"Semitransparent","Opaque":"Opac","Font Size":"Talha de la polissa","Text Edge Style":"Estil dels contorn del tèxte","None":"Cap","Raised":"Naut","Depressed":"Enfonsat","Uniform":"Unifòrme","Dropshadow":"Ombrat","Font Family":"Familha de polissa","Proportional Sans-Serif":"Sans-Serif proporcional","Monospace Sans-Serif":"Monospace Sans-Serif","Proportional Serif":"Serif proporcional","Monospace Serif":"Monospace Serif","Casual":"Manuscrita","Script":"Script","Small Caps":"Pichonas majusculas","Reset":"Reïnicializar","restore all settings to the default values":"o restablir tot a las valors per defaut","Done":"Acabat","Caption Settings Dialog":"Fenèstra de paramètres de legenda","Beginning of dialog window. Escape will cancel and close the window.":"Debuta de la fenèstra. Escapar anullarà e tamparà la fenèstra.","End of dialog window.":"Fin de la fenèstra.","{1} is loading.":"{1} es a cargar.","Quality":"Qualitat","Auto":"Auto","Speed":"Velocitat","Subtitles/CC":"Sostítols/CC","peers":"pars","peer":"par","Go to the video page":"Anar a la pagina de la vidèo","Settings":"Paramètres","Uses P2P, others may know you are watching this video.":"Utiliza lo P2P, se pòt que d’autres sián a agachar aquesta vidèo.","Copy the video URL":"Copiar l’URL de la vidèo","Copy the video URL at the current time":"Copiar l’URL de la vidèo a aquesta posicion","Copy embed code":"Copiar lo còdi d’integracion","Copy magnet URI":"Copiar lo magnet URI","Total downloaded: ":"Total telecargat :","Total uploaded: ":"Total enviat :"} \ No newline at end of file
diff --git a/client/src/locale/target/player_pt_BR.json b/client/src/locale/target/player_pt_BR.json
index 8f79071ab..12ea5c246 100644
--- a/client/src/locale/target/player_pt_BR.json
+++ b/client/src/locale/target/player_pt_BR.json
@@ -1 +1 @@
{"Audio Player":"Reproduzir áudio","Video Player":"Reprodutor de vídeo","Play":"Reproduzir","Pause":"Pausar","Replay":"Reproduzir novamente","Current Time":"Hora atual","Duration":"Duração","Remaining Time":"Tempo restante","Stream Type":"Tipo de fluxo","LIVE":"AO VIVO","Loaded":"Carregado","Progress":"Progresso","Progress Bar":"Barra de progresso","progress bar timing: currentTime={1} duration={2}":"{1} de {2}","Fullscreen":"Tela cheia","Non-Fullscreen":"Tela não cheia","Mute":"Sem áudio","Unmute":"Com áudio","Playback Rate":"Taxa de reprodução","Subtitles":"Legendas","subtitles off":"legendas desligadas","Captions":"Legendas ocultas","captions off":"legendas desligadas","Chapters":"Capítulos","Descriptions":"Descrições","descriptions off":"descrições desligadas","Audio Track":"Faixa de áudio","Volume Level":"Nível de volume","You aborted the media playback":"Você interrompeu a reprodução de mídia","A network error caused the media download to fail part-way.":"Um erro de rede fez com que o download da mídia falhasse parcialmente.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Não foi possível carregar a mídia porque o servidor ou a rede falhou ou porque o formato não é suportado.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"A reprodução da mídia foi interrompida devido a um problema de corrupção ou porque a mídia utilizou recursos que seu navegador não suportava.","No compatible source was found for this media.":"Nenhuma fonte compatível foi localizada para essa mídia.","The media is encrypted and we do not have the keys to decrypt it.":"A mídia está criptografada e não temos as chaves para descriptografá-la.","Play Video":"Iniciar vídeo","Close":"Fechar","Close Modal Dialog":"Fechar diálogo modal","Modal Window":"Janela modal","This is a modal window":"Essa é uma janela modal","This modal can be closed by pressing the Escape key or activating the close button.":"Esse modal pode ser fechado pressionando a tecla Escape ou ativando o botão de fechar.",", opens captions settings dialog":", abre diálogo de configurações de legendas ocultas",", opens subtitles settings dialog":", abre diálogo de configurações de legendas",", opens descriptions settings dialog":", abre diálogo de configurações de descrições",", selected":", selecionada","captions settings":"configurações de legendas ocultas","subtitles settings":"configurações de legendas","descriptions settings":"configurações de descrições","Text":"Texto","White":"Branco","Black":"Preto","Red":"Vermelho","Green":"Verde","Blue":"Azul","Yellow":"Amarelo","Magenta":"Magenta","Cyan":"Ciano","Background":"Fundo","Window":"Janela","Transparent":"Transparente","Semi-Transparent":"Semitransparente","Opaque":"Opaco","Font Size":"Tamanho da fonte","Text Edge Style":"Estilo da borda do texto","None":"Nenhuma","Raised":"Elevada","Depressed":"Afundado","Uniform":"Uniforme","Dropshadow":"Sombra projetada","Font Family":"Família da fonte","Proportional Sans-Serif":"Sem serifa proporcional","Monospace Sans-Serif":"Sem serifa monoespaçada","Proportional Serif":"Serifa proporcional","Monospace Serif":"Serifa monoespaçado","Casual":"Casual","Script":"Script","Small Caps":"Versaletes","Reset":"Reiniciar","restore all settings to the default values":"restaura todas as configurações para os valores padrão","Done":"Concluído","Caption Settings Dialog":"Diálogo de configurações de legenda oculta","Beginning of dialog window. Escape will cancel and close the window.":"Começo da janela do diálogo. A tecla Escape vai cancelar e fechar a janela.","End of dialog window.":"Fim da janela do diálogo.","{1} is loading.":"{1} está carregando.","Quality":"Qualidade","Auto":"Auto","Speed":"Velocidade","Subtitles/CC":"Legendas/CC","peers":"pares","Go to the video page":"Vá para a página do vídeo","Settings":"Configurações","Uses P2P, others may know you are watching this video.":"Usa P2P, outros podem saber que você está assistindo a esse vídeo.","Copy the video URL":"Copiar a URL do vídeo","Copy the video URL at the current time":"Copiar a URL do vídeo no tempo atual","Copy embed code":"Copiar código embutido"} \ No newline at end of file {"Audio Player":"Reproduzir áudio","Video Player":"Reprodutor de vídeo","Play":"Reproduzir","Pause":"Pausar","Replay":"Reproduzir novamente","Current Time":"Hora atual","Duration":"Duração","Remaining Time":"Tempo restante","Stream Type":"Tipo de fluxo","LIVE":"AO VIVO","Loaded":"Carregado","Progress":"Progresso","Progress Bar":"Barra de progresso","progress bar timing: currentTime={1} duration={2}":"{1} de {2}","Fullscreen":"Tela cheia","Non-Fullscreen":"Tela não cheia","Mute":"Sem áudio","Unmute":"Com áudio","Playback Rate":"Taxa de reprodução","Subtitles":"Legendas","subtitles off":"legendas desligadas","Captions":"Legendas ocultas","captions off":"legendas desligadas","Chapters":"Capítulos","Descriptions":"Descrições","descriptions off":"descrições desligadas","Audio Track":"Faixa de áudio","Volume Level":"Nível de volume","You aborted the media playback":"Você interrompeu a reprodução de mídia","A network error caused the media download to fail part-way.":"Um erro de rede fez com que o download da mídia falhasse parcialmente.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Não foi possível carregar a mídia porque o servidor ou a rede falhou ou porque o formato não é suportado.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"A reprodução da mídia foi interrompida devido a um problema de corrupção ou porque a mídia utilizou recursos que seu navegador não suportava.","No compatible source was found for this media.":"Nenhuma fonte compatível foi localizada para essa mídia.","The media is encrypted and we do not have the keys to decrypt it.":"A mídia está criptografada e não temos as chaves para descriptografá-la.","Play Video":"Iniciar vídeo","Close":"Fechar","Close Modal Dialog":"Fechar diálogo modal","Modal Window":"Janela modal","This is a modal window":"Essa é uma janela modal","This modal can be closed by pressing the Escape key or activating the close button.":"Esse modal pode ser fechado pressionando a tecla Escape ou ativando o botão de fechar.",", opens captions settings dialog":", abre diálogo de configurações de legendas ocultas",", opens subtitles settings dialog":", abre diálogo de configurações de legendas",", opens descriptions settings dialog":", abre diálogo de configurações de descrições",", selected":", selecionada","captions settings":"configurações de legendas ocultas","subtitles settings":"configurações de legendas","descriptions settings":"configurações de descrições","Text":"Texto","White":"Branco","Black":"Preto","Red":"Vermelho","Green":"Verde","Blue":"Azul","Yellow":"Amarelo","Magenta":"Magenta","Cyan":"Ciano","Background":"Fundo","Window":"Janela","Transparent":"Transparente","Semi-Transparent":"Semitransparente","Opaque":"Opaco","Font Size":"Tamanho da fonte","Text Edge Style":"Estilo da borda do texto","None":"Nenhuma","Raised":"Elevada","Depressed":"Afundado","Uniform":"Uniforme","Dropshadow":"Sombra projetada","Font Family":"Família da fonte","Proportional Sans-Serif":"Sem serifa proporcional","Monospace Sans-Serif":"Sem serifa monoespaçada","Proportional Serif":"Serifa proporcional","Monospace Serif":"Serifa monoespaçado","Casual":"Casual","Script":"Script","Small Caps":"Versaletes","Reset":"Reiniciar","restore all settings to the default values":"restaura todas as configurações para os valores padrão","Done":"Concluído","Caption Settings Dialog":"Diálogo de configurações de legenda oculta","Beginning of dialog window. Escape will cancel and close the window.":"Começo da janela do diálogo. A tecla Escape vai cancelar e fechar a janela.","End of dialog window.":"Fim da janela do diálogo.","{1} is loading.":"{1} está carregando.","Quality":"Qualidade","Auto":"Auto","Speed":"Velocidade","Subtitles/CC":"Legendas/CC","peers":"pares","peer":"pessoa","Go to the video page":"Vá para a página do vídeo","Settings":"Configurações","Uses P2P, others may know you are watching this video.":"Usa P2P, outros podem saber que você está assistindo a esse vídeo.","Copy the video URL":"Copiar a URL do vídeo","Copy the video URL at the current time":"Copiar a URL do vídeo no tempo atual","Copy embed code":"Copiar código embutido","Copy magnet URI":"Copiar link magnet","Total downloaded: ":"Total baixado:","Total uploaded: ":"Total subido:"} \ No newline at end of file
diff --git a/client/src/locale/target/player_sv_SE.json b/client/src/locale/target/player_sv_SE.json
index b7582e244..a222bfeab 100644
--- a/client/src/locale/target/player_sv_SE.json
+++ b/client/src/locale/target/player_sv_SE.json
@@ -1 +1 @@
{"Audio Player":"Ljudspelare","Video Player":"Videospelare","Play":"Spela","Pause":"Pausa","Replay":"Spela igen","Current Time":"Aktuell tid","Duration":"Total tid","Remaining Time":"Återstående tid","Stream Type":"Strömningstyp","LIVE":"DIREKT","Loaded":"Laddad","Progress":"Förlopp","Progress Bar":"Förloppsindikator","progress bar timing: currentTime={1} duration={2}":"{1} av {2}","Fullscreen":"Fullskärm","Non-Fullscreen":"Inte fullskärm","Mute":"Ljud av","Unmute":"Ljud på","Playback Rate":"Uppspelningshastighet","Subtitles":"Undertexter på","subtitles off":"Undertexter av","Captions":"Textning","captions off":"Textning av","Chapters":"Kapitel","Descriptions":"Beskrivningar på","descriptions off":"Beskrivningar av","Audio Track":"Ljudspår","Volume Level":"Volymnivå","You aborted the media playback":"Du avbröt uppspelningen.","A network error caused the media download to fail part-way.":"Ett nätverksfel gjorde att nedladdningen av videon misslyckades.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Det gick inte att ladda videon, antingen på grund av ett server- eller nätverksfel, eller för att formatet inte stöds.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Uppspelningen avbröts på grund av att videon är skadad eller för att videon använder funktioner som din webbläsare inte stöder.","No compatible source was found for this media.":"Det gick inte att hitta någon kompatibel källa för videon.","The media is encrypted and we do not have the keys to decrypt it.":"Videon är krypterad och vi har inte dekrypteringsnycklarna.","Play Video":"Spela upp video","Close":"Stäng","Close Modal Dialog":"Stäng dialogruta","Modal Window":"Dialogrutan","This is a modal window":"Detta är en dialogruta","This modal can be closed by pressing the Escape key or activating the close button.":"Dialogrutan kan stängas genom att trycka Escape eller klicka på stäng-knappen.",", opens captions settings dialog":", öppnar dialogrutan för inställning av textning",", opens subtitles settings dialog":", öppnar dialogrutan för inställning av undertexter",", opens descriptions settings dialog":", öppnar dialogrutan för inställning av beskrivningar",", selected":", vald","captions settings":"textningsinställningar","subtitles settings":"inställningar för undertexter","descriptions settings":"inställningar för beskrivning","Text":"Text","White":"Vit","Black":"Svart","Red":"Röd","Green":"Grön","Blue":"Blå","Yellow":"Gul","Magenta":"Magenta","Cyan":"Cyan","Background":"Bakgrund","Window":"Fönster","Transparent":"Genomskinlig","Semi-Transparent":"Halvgenomskinlig","Opaque":"Ogenomskinlig","Font Size":"Textstorlek","Text Edge Style":"Textkanter","None":"Ingen","Raised":"Upphöjd","Depressed":"Nedsänkt","Uniform":"Enhetlig","Dropshadow":"Skuggning","Font Family":"Typsnitt","Proportional Sans-Serif":"Proportionerlig sans-serif","Monospace Sans-Serif":"Monospace sans-serif","Proportional Serif":"Proportionerlig serif","Monospace Serif":"Monospace serif","Casual":"Ledig stil","Script":"Skript","Small Caps":"Små kapitäler","Reset":"Återställ","restore all settings to the default values":"återställ alla inställningar till sina standardvärden","Done":"Klar","Caption Settings Dialog":"Dialogruta för textningsinställningar","Beginning of dialog window. Escape will cancel and close the window.":"Början av dialogruta. Tryck Escape för att avbryta och stänga fönstret.","End of dialog window.":"Slut på dialogruta.","{1} is loading.":"{1} laddar.","Quality":"Kvalitet","Auto":"Auto","Speed":"Hastighet","Subtitles/CC":"Undertext","peers":"peers","Go to the video page":"Gå till videosidan","Settings":"Inställningar","Uses P2P, others may know you are watching this video.":"Använder P2P, andra kan veta att du tittar på den här videon.","Copy the video URL":"Kopiera videons URL","Copy the video URL at the current time":"Kopiera videons URL vid den här tidpunkten","Copy embed code":"Kopiera inbäddningskod"} \ No newline at end of file {"Audio Player":"Ljudspelare","Video Player":"Videospelare","Play":"Spela","Pause":"Pausa","Replay":"Spela igen","Current Time":"Aktuell tid","Duration":"Total tid","Remaining Time":"Återstående tid","Stream Type":"Strömningstyp","LIVE":"DIREKT","Loaded":"Laddad","Progress":"Förlopp","Progress Bar":"Förloppsindikator","progress bar timing: currentTime={1} duration={2}":"{1} av {2}","Fullscreen":"Fullskärm","Non-Fullscreen":"Inte fullskärm","Mute":"Ljud av","Unmute":"Ljud på","Playback Rate":"Uppspelningshastighet","Subtitles":"Undertexter på","subtitles off":"Undertexter av","Captions":"Textning","captions off":"Textning av","Chapters":"Kapitel","Descriptions":"Beskrivningar på","descriptions off":"Beskrivningar av","Audio Track":"Ljudspår","Volume Level":"Volymnivå","You aborted the media playback":"Du avbröt uppspelningen.","A network error caused the media download to fail part-way.":"Ett nätverksfel gjorde att nedladdningen av videon misslyckades.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Det gick inte att ladda videon, antingen på grund av ett server- eller nätverksfel, eller för att formatet inte stöds.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Uppspelningen avbröts på grund av att videon är skadad eller för att videon använder funktioner som din webbläsare inte stöder.","No compatible source was found for this media.":"Det gick inte att hitta någon kompatibel källa för videon.","The media is encrypted and we do not have the keys to decrypt it.":"Videon är krypterad och vi har inte dekrypteringsnycklarna.","Play Video":"Spela upp video","Close":"Stäng","Close Modal Dialog":"Stäng dialogruta","Modal Window":"Dialogrutan","This is a modal window":"Detta är en dialogruta","This modal can be closed by pressing the Escape key or activating the close button.":"Dialogrutan kan stängas genom att trycka Escape eller klicka på stäng-knappen.",", opens captions settings dialog":", öppnar dialogrutan för inställning av textning",", opens subtitles settings dialog":", öppnar dialogrutan för inställning av undertexter",", opens descriptions settings dialog":", öppnar dialogrutan för inställning av beskrivningar",", selected":", vald","captions settings":"textningsinställningar","subtitles settings":"inställningar för undertexter","descriptions settings":"inställningar för beskrivning","Text":"Text","White":"Vit","Black":"Svart","Red":"Röd","Green":"Grön","Blue":"Blå","Yellow":"Gul","Magenta":"Magenta","Cyan":"Cyan","Background":"Bakgrund","Window":"Fönster","Transparent":"Genomskinlig","Semi-Transparent":"Halvgenomskinlig","Opaque":"Ogenomskinlig","Font Size":"Textstorlek","Text Edge Style":"Textkanter","None":"Ingen","Raised":"Upphöjd","Depressed":"Nedsänkt","Uniform":"Enhetlig","Dropshadow":"Skuggning","Font Family":"Typsnitt","Proportional Sans-Serif":"Proportionerlig sans-serif","Monospace Sans-Serif":"Monospace sans-serif","Proportional Serif":"Proportionerlig serif","Monospace Serif":"Monospace serif","Casual":"Ledig stil","Script":"Skript","Small Caps":"Små kapitäler","Reset":"Återställ","restore all settings to the default values":"återställ alla inställningar till sina standardvärden","Done":"Klar","Caption Settings Dialog":"Dialogruta för textningsinställningar","Beginning of dialog window. Escape will cancel and close the window.":"Början av dialogruta. Tryck Escape för att avbryta och stänga fönstret.","End of dialog window.":"Slut på dialogruta.","{1} is loading.":"{1} laddar.","Quality":"Kvalitet","Auto":"Auto","Speed":"Hastighet","Subtitles/CC":"Undertext","peers":"peers","peer":"servent","Go to the video page":"Gå till videosidan","Settings":"Inställningar","Uses P2P, others may know you are watching this video.":"Använder P2P, andra kan veta att du tittar på den här videon.","Copy the video URL":"Kopiera videons URL","Copy the video URL at the current time":"Kopiera videons URL vid den här tidpunkten","Copy embed code":"Kopiera inbäddningskod","Copy magnet URI":"Kopiera magnet-länk","Total downloaded: ":"Summa nerladdat:","Total uploaded: ":"Summa uppladdat:"} \ No newline at end of file
diff --git a/client/src/locale/target/player_uk_UA.xml b/client/src/locale/target/player_uk_UA.xml
index ae7ede04f..7ac6b5ff1 100644
--- a/client/src/locale/target/player_uk_UA.xml
+++ b/client/src/locale/target/player_uk_UA.xml
@@ -5,15 +5,15 @@
5 <body> 5 <body>
6 <trans-unit id="Audio Player"> 6 <trans-unit id="Audio Player">
7 <source>Audio Player</source> 7 <source>Audio Player</source>
8 <target>Аудіо Плеер</target> 8 <target>Аудіо Пле</target>
9 </trans-unit> 9 </trans-unit>
10 <trans-unit id="Video Player"> 10 <trans-unit id="Video Player">
11 <source>Video Player</source> 11 <source>Video Player</source>
12 <target>Відео Плеер</target> 12 <target>Відео Пле</target>
13 </trans-unit> 13 </trans-unit>
14 <trans-unit id="Play"> 14 <trans-unit id="Play">
15 <source>Play</source> 15 <source>Play</source>
16 <target>Втворити</target> 16 <target>Відтворити</target>
17 </trans-unit> 17 </trans-unit>
18 <trans-unit id="Pause"> 18 <trans-unit id="Pause">
19 <source>Pause</source> 19 <source>Pause</source>
@@ -29,7 +29,7 @@
29 </trans-unit> 29 </trans-unit>
30 <trans-unit id="Duration"> 30 <trans-unit id="Duration">
31 <source>Duration</source> 31 <source>Duration</source>
32 <target>Тривалисть</target> 32 <target>Тривалть</target>
33 </trans-unit> 33 </trans-unit>
34 <trans-unit id="Remaining Time"> 34 <trans-unit id="Remaining Time">
35 <source>Remaining Time</source> 35 <source>Remaining Time</source>
@@ -61,7 +61,7 @@
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="Fullscreen"> 62 <trans-unit id="Fullscreen">
63 <source>Fullscreen</source> 63 <source>Fullscreen</source>
64 <target>Повноекраний режим</target> 64 <target>Повноекранй режим</target>
65 </trans-unit> 65 </trans-unit>
66 <trans-unit id="Non-Fullscreen"> 66 <trans-unit id="Non-Fullscreen">
67 <source>Non-Fullscreen</source> 67 <source>Non-Fullscreen</source>
@@ -73,7 +73,7 @@
73 </trans-unit> 73 </trans-unit>
74 <trans-unit id="Unmute"> 74 <trans-unit id="Unmute">
75 <source>Unmute</source> 75 <source>Unmute</source>
76 <target>і звуком</target> 76 <target>з звуком</target>
77 </trans-unit> 77 </trans-unit>
78 <trans-unit id="Playback Rate"> 78 <trans-unit id="Playback Rate">
79 <source>Playback Rate</source> 79 <source>Playback Rate</source>
@@ -105,7 +105,7 @@
105 </trans-unit> 105 </trans-unit>
106 <trans-unit id="descriptions off"> 106 <trans-unit id="descriptions off">
107 <source>descriptions off</source> 107 <source>descriptions off</source>
108 <target>descriptions off</target> 108 <target>Без опису</target>
109 </trans-unit> 109 </trans-unit>
110 <trans-unit id="Audio Track"> 110 <trans-unit id="Audio Track">
111 <source>Audio Track</source> 111 <source>Audio Track</source>
@@ -137,7 +137,7 @@
137 </trans-unit> 137 </trans-unit>
138 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it."> 138 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it.">
139 <source>The media is encrypted and we do not have the keys to decrypt it.</source> 139 <source>The media is encrypted and we do not have the keys to decrypt it.</source>
140 <target>Відео в зашифрованому вигляді, і ми не маємо ключі для розшифровки.</target> 140 <target>Відео в зашифрованому вигляді, і ми не маємо ключів для розшифровки.</target>
141 </trans-unit> 141 </trans-unit>
142 <trans-unit id="Play Video"> 142 <trans-unit id="Play Video">
143 <source>Play Video</source> 143 <source>Play Video</source>
@@ -149,11 +149,11 @@
149 </trans-unit> 149 </trans-unit>
150 <trans-unit id="Close Modal Dialog"> 150 <trans-unit id="Close Modal Dialog">
151 <source>Close Modal Dialog</source> 151 <source>Close Modal Dialog</source>
152 <target>Закрити_Модальне_Вікно</target> 152 <target>Закрити Модальне Вікно</target>
153 </trans-unit> 153 </trans-unit>
154 <trans-unit id="Modal Window"> 154 <trans-unit id="Modal Window">
155 <source>Modal Window</source> 155 <source>Modal Window</source>
156 <target>Модальне_Вікно</target> 156 <target>Модальне Вікно</target>
157 </trans-unit> 157 </trans-unit>
158 <trans-unit id="This is a modal window"> 158 <trans-unit id="This is a modal window">
159 <source>This is a modal window</source> 159 <source>This is a modal window</source>
@@ -197,11 +197,11 @@
197 </trans-unit> 197 </trans-unit>
198 <trans-unit id="White"> 198 <trans-unit id="White">
199 <source>White</source> 199 <source>White</source>
200 <target>Біл</target> 200 <target>Білй</target>
201 </trans-unit> 201 </trans-unit>
202 <trans-unit id="Black"> 202 <trans-unit id="Black">
203 <source>Black</source> 203 <source>Black</source>
204 <target>Чорн</target> 204 <target>Чорнй</target>
205 </trans-unit> 205 </trans-unit>
206 <trans-unit id="Red"> 206 <trans-unit id="Red">
207 <source>Red</source> 207 <source>Red</source>
@@ -237,7 +237,7 @@
237 </trans-unit> 237 </trans-unit>
238 <trans-unit id="Transparent"> 238 <trans-unit id="Transparent">
239 <source>Transparent</source> 239 <source>Transparent</source>
240 <target>Прозорість</target> 240 <target>Прозорий</target>
241 </trans-unit> 241 </trans-unit>
242 <trans-unit id="Semi-Transparent"> 242 <trans-unit id="Semi-Transparent">
243 <source>Semi-Transparent</source> 243 <source>Semi-Transparent</source>
@@ -325,7 +325,7 @@
325 </trans-unit> 325 </trans-unit>
326 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window."> 326 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window.">
327 <source>Beginning of dialog window. Escape will cancel and close the window.</source> 327 <source>Beginning of dialog window. Escape will cancel and close the window.</source>
328 <target>Початок діалоговго вікна. Кнопка Escape закриє або скасує вікно.</target> 328 <target>Початок діалогового вікна. Клавіша Esc скасує дію і закриє вікно.</target>
329 </trans-unit> 329 </trans-unit>
330 <trans-unit id="End of dialog window."> 330 <trans-unit id="End of dialog window.">
331 <source>End of dialog window.</source> 331 <source>End of dialog window.</source>
@@ -353,7 +353,11 @@
353 </trans-unit> 353 </trans-unit>
354 <trans-unit id="peers"> 354 <trans-unit id="peers">
355 <source>peers</source> 355 <source>peers</source>
356 <target>пірі</target> 356 <target>піри</target>
357 </trans-unit>
358 <trans-unit id="peer">
359 <source>peer</source>
360 <target>пір</target>
357 </trans-unit> 361 </trans-unit>
358 <trans-unit id="Go to the video page"> 362 <trans-unit id="Go to the video page">
359 <source>Go to the video page</source> 363 <source>Go to the video page</source>
@@ -361,7 +365,35 @@
361 </trans-unit> 365 </trans-unit>
362 <trans-unit id="Settings"> 366 <trans-unit id="Settings">
363 <source>Settings</source> 367 <source>Settings</source>
364 <target>Налаштунки</target> 368 <target>Налаштування</target>
369 </trans-unit>
370 <trans-unit id="Uses P2P, others may know you are watching this video.">
371 <source>Uses P2P, others may know you are watching this video.</source>
372 <target>Використовує P2P, інші користувачі можуть дізнатися, що ви дивитесь дане відео.</target>
373 </trans-unit>
374 <trans-unit id="Copy the video URL">
375 <source>Copy the video URL</source>
376 <target>Скопіювати URL-адресу відео</target>
377 </trans-unit>
378 <trans-unit id="Copy the video URL at the current time">
379 <source>Copy the video URL at the current time</source>
380 <target>Скопіювати URL-адресу відео і поточний час</target>
381 </trans-unit>
382 <trans-unit id="Copy embed code">
383 <source>Copy embed code</source>
384 <target>Скопіювати вбудований код</target>
385 </trans-unit>
386 <trans-unit id="Copy magnet URI">
387 <source>Copy magnet URI</source>
388 <target>Скопіювати magnet-посилання</target>
389 </trans-unit>
390 <trans-unit id="Total downloaded: ">
391 <source>Total downloaded: </source>
392 <target>Всього завантажено:</target>
393 </trans-unit>
394 <trans-unit id="Total uploaded: ">
395 <source>Total uploaded: </source>
396 <target>Всього віддано:</target>
365 </trans-unit> 397 </trans-unit>
366 </body> 398 </body>
367 </file></xliff> \ No newline at end of file 399 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/player_zh_Hant_TW.json b/client/src/locale/target/player_zh_Hant_TW.json
index f7a867458..ac8960b11 100644
--- a/client/src/locale/target/player_zh_Hant_TW.json
+++ b/client/src/locale/target/player_zh_Hant_TW.json
@@ -1 +1 @@
{"Audio Player":"音訊播放器","Video Player":"視訊播放器","Play":"播放","Pause":"暫停","Replay":"重播","Current Time":"目前時間","Duration":"長度","Remaining Time":"剩餘時間","Stream Type":"串流類型","LIVE":"直播","Loaded":"已載入","Progress":"進度","Progress Bar":"進度條","progress bar timing: currentTime={1} duration={2}":"{1} 之 {2}","Fullscreen":"全螢幕","Non-Fullscreen":"非全螢幕","Mute":"靜音","Unmute":"取消靜音","Playback Rate":"播放速率","Subtitles":"字幕","subtitles off":"字幕關閉","Captions":"標題","captions off":"標題關閉","Chapters":"章節","Descriptions":"描述","descriptions off":"描述關閉","Audio Track":"音訊軌","Volume Level":"音訊等級","You aborted the media playback":"您中止了媒體播放","A network error caused the media download to fail part-way.":"網路錯誤造成媒體下載部份失敗。","The media could not be loaded, either because the server or network failed or because the format is not supported.":"媒體無法載入,可能是因為伺服器或網路故障,或為不支援的格式。","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"媒體播放因損毀或該媒體使用了您的瀏覽器不支援的功能而中止。","No compatible source was found for this media.":"找不到此媒體的相容來源。","The media is encrypted and we do not have the keys to decrypt it.":"媒體已加密,我們沒有金鑰可以將其解密。","Play Video":"播放影片","Close":"關閉","Close Modal Dialog":"關閉程式對話框","Modal Window":"程式視窗","This is a modal window":"這是一個程式視窗","This modal can be closed by pressing the Escape key or activating the close button.":"這個程式可以夠過按下 Esc 鍵或啟動關閉按鈕來關閉。",", opens captions settings dialog":",開啟標題設定對話框",", opens subtitles settings dialog":",開啟字幕設定對話框",", opens descriptions settings dialog":",開啟描述設定對話框",", selected":",已選取","captions settings":"標題設定","subtitles settings":"字幕設定","descriptions settings":"描述設定","Text":"文字","White":"白色","Black":"黑色","Red":"紅色","Green":"綠色","Blue":"藍色","Yellow":"黃色","Magenta":"洋紅色","Cyan":"深藍色","Background":"背景","Window":"視窗","Transparent":"透明","Semi-Transparent":"半透明","Opaque":"不透明","Font Size":"字型大小","Text Edge Style":"文字邊緣樣式","None":"無","Raised":"凸起","Depressed":"扁平","Uniform":"均勻","Dropshadow":"陰影效果","Font Family":"字型家族","Proportional Sans-Serif":"比例無襯線","Monospace Sans-Serif":"等寬無襯線","Proportional Serif":"比例襯線","Monospace Serif":"等寬襯線","Casual":"華麗","Script":"手寫","Small Caps":"小型大寫字母","Reset":"重設","restore all settings to the default values":"將所有設定復原為預設值","Done":"完成","Caption Settings Dialog":"標題設定對話框","Beginning of dialog window. Escape will cancel and close the window.":"對話框視窗開始。Esc 將會取消並關閉視窗。","End of dialog window.":"對話框視窗結束。","{1} is loading.":"{1} 正在載入。","Quality":"品質","Auto":"自動","Speed":"速度","Subtitles/CC":"CC字幕","peers":"peer","Go to the video page":"到影片頁面","Settings":"設定","Uses P2P, others may know you are watching this video.":"使用 P2P,其他人可能會知道您正在觀看這部影片。","Copy the video URL":"複製影片 URL","Copy the video URL at the current time":"複製目前影片時間的 URL","Copy embed code":"複製嵌入程式碼"} \ No newline at end of file {"Audio Player":"音訊播放器","Video Player":"視訊播放器","Play":"播放","Pause":"暫停","Replay":"重播","Current Time":"目前時間","Duration":"長度","Remaining Time":"剩餘時間","Stream Type":"串流類型","LIVE":"直播","Loaded":"已載入","Progress":"進度","Progress Bar":"進度條","progress bar timing: currentTime={1} duration={2}":"{1} 之 {2}","Fullscreen":"全螢幕","Non-Fullscreen":"非全螢幕","Mute":"靜音","Unmute":"取消靜音","Playback Rate":"播放速率","Subtitles":"字幕","subtitles off":"字幕關閉","Captions":"標題","captions off":"標題關閉","Chapters":"章節","Descriptions":"描述","descriptions off":"描述關閉","Audio Track":"音訊軌","Volume Level":"音訊等級","You aborted the media playback":"您中止了媒體播放","A network error caused the media download to fail part-way.":"網路錯誤造成媒體下載部份失敗。","The media could not be loaded, either because the server or network failed or because the format is not supported.":"媒體無法載入,可能是因為伺服器或網路故障,或為不支援的格式。","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"媒體播放因損毀或該媒體使用了您的瀏覽器不支援的功能而中止。","No compatible source was found for this media.":"找不到此媒體的相容來源。","The media is encrypted and we do not have the keys to decrypt it.":"媒體已加密,我們沒有金鑰可以將其解密。","Play Video":"播放影片","Close":"關閉","Close Modal Dialog":"關閉程式對話框","Modal Window":"程式視窗","This is a modal window":"這是一個程式視窗","This modal can be closed by pressing the Escape key or activating the close button.":"這個程式可以夠過按下 Esc 鍵或啟動關閉按鈕來關閉。",", opens captions settings dialog":",開啟標題設定對話框",", opens subtitles settings dialog":",開啟字幕設定對話框",", opens descriptions settings dialog":",開啟描述設定對話框",", selected":",已選取","captions settings":"標題設定","subtitles settings":"字幕設定","descriptions settings":"描述設定","Text":"文字","White":"白色","Black":"黑色","Red":"紅色","Green":"綠色","Blue":"藍色","Yellow":"黃色","Magenta":"洋紅色","Cyan":"深藍色","Background":"背景","Window":"視窗","Transparent":"透明","Semi-Transparent":"半透明","Opaque":"不透明","Font Size":"字型大小","Text Edge Style":"文字邊緣樣式","None":"無","Raised":"凸起","Depressed":"扁平","Uniform":"均勻","Dropshadow":"陰影效果","Font Family":"字型家族","Proportional Sans-Serif":"比例無襯線","Monospace Sans-Serif":"等寬無襯線","Proportional Serif":"比例襯線","Monospace Serif":"等寬襯線","Casual":"華麗","Script":"手寫","Small Caps":"小型大寫字母","Reset":"重設","restore all settings to the default values":"將所有設定復原為預設值","Done":"完成","Caption Settings Dialog":"標題設定對話框","Beginning of dialog window. Escape will cancel and close the window.":"對話框視窗開始。Esc 將會取消並關閉視窗。","End of dialog window.":"對話框視窗結束。","{1} is loading.":"{1} 正在載入。","Quality":"品質","Auto":"自動","Speed":"速度","Subtitles/CC":"CC字幕","peers":"peer","peer":"peer","Go to the video page":"到影片頁面","Settings":"設定","Uses P2P, others may know you are watching this video.":"使用 P2P,其他人可能會知道您正在觀看這部影片。","Copy the video URL":"複製影片 URL","Copy the video URL at the current time":"複製目前影片時間的 URL","Copy embed code":"複製嵌入程式碼","Copy magnet URI":"複製磁力 URI","Total downloaded: ":"總下載:","Total uploaded: ":"總上傳:"} \ No newline at end of file
diff --git a/client/src/locale/target/server_ar_001.xml b/client/src/locale/target/server_ar_001.xml
index af71187aa..bed5ff2f0 100644
--- a/client/src/locale/target/server_ar_001.xml
+++ b/client/src/locale/target/server_ar_001.xml
@@ -119,6 +119,10 @@
119 <source>Published</source> 119 <source>Published</source>
120 <target>تم نشرها</target> 120 <target>تم نشرها</target>
121 </trans-unit> 121 </trans-unit>
122 <trans-unit id="To transcode">
123 <source>To transcode</source>
124 <target>إعادة ترميز</target>
125 </trans-unit>
122 <trans-unit id="To import"> 126 <trans-unit id="To import">
123 <source>To import</source> 127 <source>To import</source>
124 <target>للاستيراد</target> 128 <target>للاستيراد</target>
@@ -129,12 +133,28 @@
129 </trans-unit> 133 </trans-unit>
130 <trans-unit id="Success"> 134 <trans-unit id="Success">
131 <source>Success</source> 135 <source>Success</source>
132 <target>ت بج</target> 136 <target>نجح</target>
133 </trans-unit> 137 </trans-unit>
134 <trans-unit id="Failed"> 138 <trans-unit id="Failed">
135 <source>Failed</source> 139 <source>Failed</source>
136 <target>فشل</target> 140 <target>فشل</target>
137 </trans-unit> 141 </trans-unit>
142 <trans-unit id="This video does not exist.">
143 <source>This video does not exist.</source>
144 <target>هذا الفيديو غير موجود</target>
145 </trans-unit>
146 <trans-unit id="We cannot fetch the video. Please try again later.">
147 <source>We cannot fetch the video. Please try again later.</source>
148 <target>لا يمكن الوصول للفيديو. أعد المحاولة لاحقا </target>
149 </trans-unit>
150 <trans-unit id="Sorry">
151 <source>Sorry</source>
152 <target>عذرا</target>
153 </trans-unit>
154 <trans-unit id="This video is not available because the remote instance is not responding.">
155 <source>This video is not available because the remote instance is not responding.</source>
156 <target>هذا الفيديو غير متوفر لأن مثيل الخادوم البعيد لا يستجيب</target>
157 </trans-unit>
138 <trans-unit id="Misc"> 158 <trans-unit id="Misc">
139 <source>Misc</source> 159 <source>Misc</source>
140 <target>أخرى</target> 160 <target>أخرى</target>
diff --git a/client/src/locale/target/server_gl_ES.xml b/client/src/locale/target/server_gl_ES.xml
index 6ae3a16b4..140c6bdb1 100644
--- a/client/src/locale/target/server_gl_ES.xml
+++ b/client/src/locale/target/server_gl_ES.xml
@@ -43,6 +43,10 @@
43 <source>Entertainment</source> 43 <source>Entertainment</source>
44 <target>Entretemento</target> 44 <target>Entretemento</target>
45 </trans-unit> 45 </trans-unit>
46 <trans-unit id="News &amp; Politics">
47 <source>News &amp; Politics</source>
48 <target>Novas &amp; Política</target>
49 </trans-unit>
46 <trans-unit id="How To"> 50 <trans-unit id="How To">
47 <source>How To</source> 51 <source>How To</source>
48 <target>Manuais</target> 52 <target>Manuais</target>
@@ -135,6 +139,22 @@
135 <source>Failed</source> 139 <source>Failed</source>
136 <target>Fallou</target> 140 <target>Fallou</target>
137 </trans-unit> 141 </trans-unit>
142 <trans-unit id="This video does not exist.">
143 <source>This video does not exist.</source>
144 <target>Este vídeo non existe</target>
145 </trans-unit>
146 <trans-unit id="We cannot fetch the video. Please try again later.">
147 <source>We cannot fetch the video. Please try again later.</source>
148 <target>Non atopamos o vídeo. Por favor, inténteo máis tarde.</target>
149 </trans-unit>
150 <trans-unit id="Sorry">
151 <source>Sorry</source>
152 <target>Lamentámolo</target>
153 </trans-unit>
154 <trans-unit id="This video is not available because the remote instance is not responding.">
155 <source>This video is not available because the remote instance is not responding.</source>
156 <target>Este vídeo non está dispoñible porque a instancia remota non resposta.</target>
157 </trans-unit>
138 <trans-unit id="Misc"> 158 <trans-unit id="Misc">
139 <source>Misc</source> 159 <source>Misc</source>
140 <target>Variado</target> 160 <target>Variado</target>
diff --git a/client/src/locale/target/server_nl_NL.xml b/client/src/locale/target/server_nl_NL.xml
index a53a90588..1e54d012a 100644
--- a/client/src/locale/target/server_nl_NL.xml
+++ b/client/src/locale/target/server_nl_NL.xml
@@ -45,7 +45,7 @@
45 </trans-unit> 45 </trans-unit>
46 <trans-unit id="News &amp; Politics"> 46 <trans-unit id="News &amp; Politics">
47 <source>News &amp; Politics</source> 47 <source>News &amp; Politics</source>
48 <target>Nieuws en Politiek</target> 48 <target>Nieuws &amp; Politiek</target>
49 </trans-unit> 49 </trans-unit>
50 <trans-unit id="How To"> 50 <trans-unit id="How To">
51 <source>How To</source> 51 <source>How To</source>
@@ -61,7 +61,7 @@
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="Science &amp; Technology"> 62 <trans-unit id="Science &amp; Technology">
63 <source>Science &amp; Technology</source> 63 <source>Science &amp; Technology</source>
64 <target>Wetenschap en technologie</target> 64 <target>Wetenschap &amp; Technologie</target>
65 </trans-unit> 65 </trans-unit>
66 <trans-unit id="Animals"> 66 <trans-unit id="Animals">
67 <source>Animals</source> 67 <source>Animals</source>
@@ -81,7 +81,7 @@
81 </trans-unit> 81 </trans-unit>
82 <trans-unit id="Attribution - Share Alike"> 82 <trans-unit id="Attribution - Share Alike">
83 <source>Attribution - Share Alike</source> 83 <source>Attribution - Share Alike</source>
84 <target>Naamsvermelding Gelijken Delen</target> 84 <target>Naamsvermelding - Gelijk Delen</target>
85 </trans-unit> 85 </trans-unit>
86 <trans-unit id="Attribution - No Derivatives"> 86 <trans-unit id="Attribution - No Derivatives">
87 <source>Attribution - No Derivatives</source> 87 <source>Attribution - No Derivatives</source>
@@ -109,7 +109,7 @@
109 </trans-unit> 109 </trans-unit>
110 <trans-unit id="Unlisted"> 110 <trans-unit id="Unlisted">
111 <source>Unlisted</source> 111 <source>Unlisted</source>
112 <target>Niet opgelijst</target> 112 <target>Geheim</target>
113 </trans-unit> 113 </trans-unit>
114 <trans-unit id="Private"> 114 <trans-unit id="Private">
115 <source>Private</source> 115 <source>Private</source>
@@ -121,7 +121,7 @@
121 </trans-unit> 121 </trans-unit>
122 <trans-unit id="To transcode"> 122 <trans-unit id="To transcode">
123 <source>To transcode</source> 123 <source>To transcode</source>
124 <target>Transcoden</target> 124 <target>Transcoderen</target>
125 </trans-unit> 125 </trans-unit>
126 <trans-unit id="To import"> 126 <trans-unit id="To import">
127 <source>To import</source> 127 <source>To import</source>
@@ -133,12 +133,28 @@
133 </trans-unit> 133 </trans-unit>
134 <trans-unit id="Success"> 134 <trans-unit id="Success">
135 <source>Success</source> 135 <source>Success</source>
136 <target>Success</target> 136 <target>Succes</target>
137 </trans-unit> 137 </trans-unit>
138 <trans-unit id="Failed"> 138 <trans-unit id="Failed">
139 <source>Failed</source> 139 <source>Failed</source>
140 <target>Gefaald</target> 140 <target>Gefaald</target>
141 </trans-unit> 141 </trans-unit>
142 <trans-unit id="This video does not exist.">
143 <source>This video does not exist.</source>
144 <target>Deze video bestaat niet.</target>
145 </trans-unit>
146 <trans-unit id="We cannot fetch the video. Please try again later.">
147 <source>We cannot fetch the video. Please try again later.</source>
148 <target>We kunnen de video niet ophalen. Probeer het later nog eens.</target>
149 </trans-unit>
150 <trans-unit id="Sorry">
151 <source>Sorry</source>
152 <target>Sorry</target>
153 </trans-unit>
154 <trans-unit id="This video is not available because the remote instance is not responding.">
155 <source>This video is not available because the remote instance is not responding.</source>
156 <target>Deze video is niet beschikbaar omdat de externe instantie niet reageert.</target>
157 </trans-unit>
142 <trans-unit id="Misc"> 158 <trans-unit id="Misc">
143 <source>Misc</source> 159 <source>Misc</source>
144 <target>Varia</target> 160 <target>Varia</target>
diff --git a/client/src/locale/target/server_oc.json b/client/src/locale/target/server_oc.json
index 2a12278d0..bfd74cc5f 100644
--- a/client/src/locale/target/server_oc.json
+++ b/client/src/locale/target/server_oc.json
@@ -1 +1 @@
{"Music":"Musica","Films":"Films","Vehicles":"Veituras","Art":"Art","Sports":"Espòrts","Travels":"Viatges","Gaming":"Vidèo jòc","People":"Gent","Comedy":"Comèdia","Entertainment":"Léser ","News & Politics":"Actualitat e Politica","How To":"Demonstracions","Education":"Educacion","Activism":"Activisme","Science & Technology":"Sciéncia & Tecnologia","Animals":"Animals","Kids":"Mainatges","Food":"Manjar","Attribution":"Atribucion","Attribution - Share Alike":"Atribucion - Partejar a l’identic","Attribution - No Derivatives":"Atribucion - Cap de derivacion","Attribution - Non Commercial":"Atribucion - Pas comercial","Attribution - Non Commercial - Share Alike":"Atribucion - Pas comercial - Partejar a l’identic","Attribution - Non Commercial - No Derivatives":"Atribucion - Pas comercial - Cap de derivacion","Public Domain Dedication":"Domeni public","Public":"Public","Unlisted":"Pas listat","Private":"Privat","Published":"Publicada","To transcode":"De transcodar","To import":"D’importar","Pending":"En espèra","Success":"Reüssida","Failed":"Fracàs","Misc":"Divèrs","Unknown":"Desconegut","Afar":"Afar","Abkhazian":"Abcaz","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharic","Arabic":"Arabi","Aragonese":"Aragonés","American Sign Language":"Lenga de signes americana","Assamese":"Assamés","Avaric":"Avaric","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azèri","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Bielorús","Bengali":"Bengalin","British Sign Language":"Lenga de signes britanica","Bislama":"Bislama","Tibetan":"Tibetan","Bosnian":"Bosnian","Breton":"Breton","Bulgarian":"Bulgar","Brazilian Sign Language":"Lenga de signes brasiliana","Catalan":"Catalan","Czech":"Chèc","Chamorro":"Chamorro","Chechen":"Chenchèn","Chuvash":"Chuvash","Cornish":"Cornic","Corsican":"Còrs","Cree":"Cree","Czech Sign Language":"Lenga de signes chèca","Chinese Sign Language":"Lenga de signes chinesa","Welsh":"Galés","Danish":"Danés","German":"Alemand","Dhivehi":"Maldivian","Danish Sign Language":"Lenga de signes danesa","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Grèc","English":"Anglés","Esperanto":"Esperanto","Estonian":"Estonian","Basque":"Basc","Ewe":"Ewe","Faroese":"Faroés","Persian":"Persan","Fijian":"Fijian","Finnish":"Finés","French":"Francés","Western Frisian":"Frison occitendal","French Sign Language":"Lenga de signes francesa","Fulah":"Fulah","Scottish Gaelic":"Gaelic escossés","Irish":"Irlandés","Galician":"Galician","Manx":"Manés","Guarani":"Guaraní","German Sign Language":"Lenga de signes alemanda","Gujarati":"Gujarati","Haitian":"Haitian","Hausa":"Hausa","Serbo-Croatian":"Sèrbocroat","Hebrew":"Ebrieu","Herero":"Herero","Hindi":"Indi","Hiri Motu":"Hiri Motu","Croatian":"Croat","Hungarian":"Ongrés","Armenian":"Armèni","Igbo":"Igbo","Sichuan Yi":"Nuosu","Inuktitut":"Inuktitut","Indonesian":"Bahasa Indonesia","Inupiaq":"Inupiaq","Icelandic":"Islandés","Italian":"Italian","Javanese":"Javanés","Lojban":"Lojban","Japanese":"Japonés","Japanese Sign Language":"Lenga de signes japonesa","Kalaallisut":"Kalaallisut","Kannada":"Canarés","Kashmiri":"Cashmiri","Georgian":"Georgian","Kanuri":"Kanuri","Kazakh":"Cazac","Khmer":"Cmèr","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Quirguiz","Komi":"Komi","Kongo":"Kongo","Korean":"Corean","Kuanyama":"Kuanyama","Kurdish":"Curd","Lao":"Laosian","Latvian":"Leton","Limburgan":"Limborgués","Lingala":"Lingala","Lithuanian":"Lituanian","Luxembourgish":"Luxemborgés","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallés","Malayalam":"Malaialam","Marathi":"Marathi","Macedonian":"Macedonian","Malagasy":"Malgash","Maltese":"Maltés","Mongolian":"Mongòl","Maori":"Maòri","Malay (macrolanguage)":"Malai (macrolengatge)","Burmese":"Birman","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele del Sud","North Ndebele":"Ndebele del Nòrd","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali (macrolengatge)","Dutch":"Neerlandés","Norwegian Nynorsk":"Norvegian Nynorsk","Norwegian Bokmål":"Norvegian","Norwegian":"Norwegian","Nyanja":"Nyanja","Occitan":"Occitan","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macrolengatge)","Oromo":"Oromo","Ossetian":"Ossèt","Panjabi":"Panjabi","Pakistan Sign Language":"Lenga de signes de Paquistan","Polish":"Polonés","Portuguese":"Portugués","Pushto":"Pushto","Quechua":"Quíchoa","Romansh":"Romanch","Romanian":"Romanés","Russian Sign Language":"Lenga de signes russa","Rundi":"Rundi","Russian":"Rus","Sango":"Sango","Saudi Arabian Sign Language":"Lenga de signes d'Arabia Saudita","South African Sign Language":"Lenga de signes d’Africa del Sud","Sinhala":"Singalés","Slovak":"Eslovac","Slovenian":"Eslovèn","Northern Sami":"Sami septentrional","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho meridional","Spanish":"Espanhòl","Albanian":"Albanés","Sardinian":"Sard","Serbian":"Sèrbe","Swati":"Swati","Sundanese":"Sodanés","Swahili (macrolanguage)":"Swahili (macrolengatge)","Swedish":"Suedés","Swedish Sign Language":"Lenga de signes suedesa","Tahitian":"Tahician","Tamil":"Tamil","Tatar":"Tatar","Telugu":"Telugu","Tajik":"Tajik","Tagalog":"Tagalòg","Thai":"Tailandés","Tigrinya":"Tigrinya","Klingon":"Klingon","Tonga (Tonga Islands)":"Tònga (islas Tònga)","Tswana":"Tswana","Tsonga":"Tsònga","Turkmen":"Turcmèn","Turkish":"Turc","Twi":"Toï","Uighur":"Oigors","Ukrainian":"Ucraïnian","Urdu":"Ordo","Uzbek":"Uzbec","Venda":"Venda","Vietnamese":"Vietnamian","Walloon":"Valon","Wolof":"Wolòf","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinés","Zulu":"Zulu"} \ No newline at end of file {"Music":"Musica","Films":"Films","Vehicles":"Veituras","Art":"Art","Sports":"Espòrts","Travels":"Viatges","Gaming":"Vidèo jòc","People":"Gent","Comedy":"Comèdia","Entertainment":"Léser ","News & Politics":"Actualitat e Politica","How To":"Demonstracions","Education":"Educacion","Activism":"Activisme","Science & Technology":"Sciéncia & Tecnologia","Animals":"Animals","Kids":"Mainatges","Food":"Manjar","Attribution":"Atribucion","Attribution - Share Alike":"Atribucion - Partejar a l’identic","Attribution - No Derivatives":"Atribucion - Cap de derivacion","Attribution - Non Commercial":"Atribucion - Pas comercial","Attribution - Non Commercial - Share Alike":"Atribucion - Pas comercial - Partejar a l’identic","Attribution - Non Commercial - No Derivatives":"Atribucion - Pas comercial - Cap de derivacion","Public Domain Dedication":"Domeni public","Public":"Public","Unlisted":"Pas listat","Private":"Privat","Published":"Publicada","To transcode":"De transcodar","To import":"D’importar","Pending":"En espèra","Success":"Reüssida","Failed":"Fracàs","This video does not exist.":"Aquesta vidèo existís pas.","We cannot fetch the video. Please try again later.":"Podèm pas recuperar la vidèo. Mercés d’ensajar de nòu mai tard.","Sorry":"O planhèm","This video is not available because the remote instance is not responding.":"Aquesta vidèo es pas disponibla perque l’instància alonhada respond pas.","Misc":"Divèrs","Unknown":"Desconegut","Afar":"Afar","Abkhazian":"Abcaz","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharic","Arabic":"Arabi","Aragonese":"Aragonés","American Sign Language":"Lenga de signes americana","Assamese":"Assamés","Avaric":"Avaric","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azèri","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Bielorús","Bengali":"Bengalin","British Sign Language":"Lenga de signes britanica","Bislama":"Bislama","Tibetan":"Tibetan","Bosnian":"Bosnian","Breton":"Breton","Bulgarian":"Bulgar","Brazilian Sign Language":"Lenga de signes brasiliana","Catalan":"Catalan","Czech":"Chèc","Chamorro":"Chamorro","Chechen":"Chenchèn","Chuvash":"Chuvash","Cornish":"Cornic","Corsican":"Còrs","Cree":"Cree","Czech Sign Language":"Lenga de signes chèca","Chinese Sign Language":"Lenga de signes chinesa","Welsh":"Galés","Danish":"Danés","German":"Alemand","Dhivehi":"Maldivian","Danish Sign Language":"Lenga de signes danesa","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Grèc","English":"Anglés","Esperanto":"Esperanto","Estonian":"Estonian","Basque":"Basc","Ewe":"Ewe","Faroese":"Faroés","Persian":"Persan","Fijian":"Fijian","Finnish":"Finés","French":"Francés","Western Frisian":"Frison occitendal","French Sign Language":"Lenga de signes francesa","Fulah":"Fulah","Scottish Gaelic":"Gaelic escossés","Irish":"Irlandés","Galician":"Galician","Manx":"Manés","Guarani":"Guaraní","German Sign Language":"Lenga de signes alemanda","Gujarati":"Gujarati","Haitian":"Haitian","Hausa":"Hausa","Serbo-Croatian":"Sèrbocroat","Hebrew":"Ebrieu","Herero":"Herero","Hindi":"Indi","Hiri Motu":"Hiri Motu","Croatian":"Croat","Hungarian":"Ongrés","Armenian":"Armèni","Igbo":"Igbo","Sichuan Yi":"Nuosu","Inuktitut":"Inuktitut","Indonesian":"Bahasa Indonesia","Inupiaq":"Inupiaq","Icelandic":"Islandés","Italian":"Italian","Javanese":"Javanés","Lojban":"Lojban","Japanese":"Japonés","Japanese Sign Language":"Lenga de signes japonesa","Kalaallisut":"Kalaallisut","Kannada":"Canarés","Kashmiri":"Cashmiri","Georgian":"Georgian","Kanuri":"Kanuri","Kazakh":"Cazac","Khmer":"Cmèr","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Quirguiz","Komi":"Komi","Kongo":"Kongo","Korean":"Corean","Kuanyama":"Kuanyama","Kurdish":"Curd","Lao":"Laosian","Latvian":"Leton","Limburgan":"Limborgués","Lingala":"Lingala","Lithuanian":"Lituanian","Luxembourgish":"Luxemborgés","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallés","Malayalam":"Malaialam","Marathi":"Marathi","Macedonian":"Macedonian","Malagasy":"Malgash","Maltese":"Maltés","Mongolian":"Mongòl","Maori":"Maòri","Malay (macrolanguage)":"Malai (macrolengatge)","Burmese":"Birman","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele del Sud","North Ndebele":"Ndebele del Nòrd","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali (macrolengatge)","Dutch":"Neerlandés","Norwegian Nynorsk":"Norvegian Nynorsk","Norwegian Bokmål":"Norvegian","Norwegian":"Norwegian","Nyanja":"Nyanja","Occitan":"Occitan","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macrolengatge)","Oromo":"Oromo","Ossetian":"Ossèt","Panjabi":"Panjabi","Pakistan Sign Language":"Lenga de signes de Paquistan","Polish":"Polonés","Portuguese":"Portugués","Pushto":"Pushto","Quechua":"Quíchoa","Romansh":"Romanch","Romanian":"Romanés","Russian Sign Language":"Lenga de signes russa","Rundi":"Rundi","Russian":"Rus","Sango":"Sango","Saudi Arabian Sign Language":"Lenga de signes d'Arabia Saudita","South African Sign Language":"Lenga de signes d’Africa del Sud","Sinhala":"Singalés","Slovak":"Eslovac","Slovenian":"Eslovèn","Northern Sami":"Sami septentrional","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho meridional","Spanish":"Espanhòl","Albanian":"Albanés","Sardinian":"Sard","Serbian":"Sèrbe","Swati":"Swati","Sundanese":"Sodanés","Swahili (macrolanguage)":"Swahili (macrolengatge)","Swedish":"Suedés","Swedish Sign Language":"Lenga de signes suedesa","Tahitian":"Tahician","Tamil":"Tamil","Tatar":"Tatar","Telugu":"Telugu","Tajik":"Tajik","Tagalog":"Tagalòg","Thai":"Tailandés","Tigrinya":"Tigrinya","Klingon":"Klingon","Tonga (Tonga Islands)":"Tònga (islas Tònga)","Tswana":"Tswana","Tsonga":"Tsònga","Turkmen":"Turcmèn","Turkish":"Turc","Twi":"Toï","Uighur":"Oigors","Ukrainian":"Ucraïnian","Urdu":"Ordo","Uzbek":"Uzbec","Venda":"Venda","Vietnamese":"Vietnamian","Walloon":"Valon","Wolof":"Wolòf","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinés","Zulu":"Zulu"} \ No newline at end of file
diff --git a/client/src/locale/target/server_sv_SE.json b/client/src/locale/target/server_sv_SE.json
index 7c98eda4e..b7ee5624e 100644
--- a/client/src/locale/target/server_sv_SE.json
+++ b/client/src/locale/target/server_sv_SE.json
@@ -1 +1 @@
{"Music":"Musik","Films":"Filmer","Vehicles":"Fordon","Art":"Konst","Sports":"Sport","Travels":"Resor","Gaming":"Spel","People":"Människor","Comedy":"Komedi","Entertainment":"Underhållning","News & Politics":"Nyheter och politik","How To":"Instruktioner","Education":"Utbildning","Activism":"Aktivism","Science & Technology":"Vetenskap och teknik","Animals":"Djur","Kids":"Barn","Food":"Mat","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Share Alike","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Public Domain Dedication":"Public Domain Dedication","Public":"Offentlig","Unlisted":"Olistad","Private":"Privat","Published":"Publicerad","To transcode":"Att omkoda","To import":"Att importera","Pending":"I kö","Success":"Lyckades","Failed":"Misslyckades","This video does not exist.":"Videon finns inte.","We cannot fetch the video. Please try again later.":"Vi kan inte hitta videon just nu. Försök gärna igen senare.","Sorry":"Vi beklagar","This video is not available because the remote instance is not responding.":"Videon är inte tillgänglig eftersom fjärrinstansen inte svarar.","Misc":"Diverse","Unknown":"Okänd","Afar":"afar","Abkhazian":"abchaziska","Afrikaans":"afrikaans","Akan":"akan","Amharic":"amhariska","Arabic":"arabiska","Aragonese":"aragonska","American Sign Language":"amerikanskt teckenspråk","Assamese":"assamesiska","Avaric":"avariska","Kotava":"kotava","Aymara":"aymara","Azerbaijani":"azerbajdzjanska","Bashkir":"basjkiriska","Bambara":"bambara","Belarusian":"vitryska","Bengali":"bengali","British Sign Language":"brittiskt teckenspråk","Bislama":"bislama","Tibetan":"tibetanska","Bosnian":"bosniska","Breton":"bretonska","Bulgarian":"bulgariska","Brazilian Sign Language":"brasilianskt teckenspråk","Catalan":"katalanska","Czech":"tjeckiska","Chamorro":"chamorro","Chechen":"tjetjenska","Chuvash":"tjuvasjiska","Cornish":"korniska","Corsican":"korsikanska","Cree":"cree","Czech Sign Language":"tjeckiskt teckenspråk","Chinese Sign Language":"kinesiskt teckenspråk","Welsh":"kymriska","Danish":"danska","German":"tyska","Dhivehi":"divehi","Danish Sign Language":"danskt teckenspråk","Dzongkha":"dzongkha","Modern Greek (1453-)":"modern grekiska (1453–)","English":"engelska","Esperanto":"esperanto","Estonian":"estniska","Basque":"baskiska","Ewe":"ewe","Faroese":"färöiska","Persian":"persiska","Fijian":"fijianska","Finnish":"finska","French":"franska","Western Frisian":"västfrisiska","French Sign Language":"franskt teckenspråk","Fulah":"fula","Scottish Gaelic":"skotsk gäliska","Irish":"iriska","Galician":"galiciska","Manx":"manx","Guarani":"guaraní","German Sign Language":"tyskt teckenspråk","Gujarati":"gujarati","Haitian":"haitisk kreol","Hausa":"hausa","Serbo-Croatian":"serbokroatiska","Hebrew":"hebreiska","Herero":"herero","Hindi":"hindi","Hiri Motu":"hiri motu","Croatian":"kroatiska","Hungarian":"ungerska","Armenian":"armeniska","Igbo":"igbo","Sichuan Yi":"sichuan yi","Inuktitut":"inuktitut","Indonesian":"indonesiska","Inupiaq":"iñupiaq","Icelandic":"isländska","Italian":"italienska","Javanese":"javanesiska","Lojban":"lojban","Japanese":"japanska","Japanese Sign Language":"japanskt teckenspråk","Kalaallisut":"kalaallisut","Kannada":"kannada","Kashmiri":"kashmiri","Georgian":"georgiska","Kanuri":"kanuri","Kazakh":"kazakiska","Khmer":"khmer","Kikuyu":"kikuyu","Kinyarwanda":"rwanda","Kirghiz":"kirgiziska","Komi":"komi","Kongo":"kikongo","Korean":"koreanska","Kuanyama":"kwanyama","Kurdish":"kurdiska","Lao":"lao","Latvian":"lettiska","Limburgan":"limburgiska","Lingala":"lingala","Lithuanian":"litauiska","Luxembourgish":"luxemburgiska","Luba-Katanga":"luba-katanga","Ganda":"luganda","Marshallese":"marshallesiska","Malayalam":"malayalam","Marathi":"marathi","Macedonian":"makedonska","Malagasy":"malagassiska","Maltese":"maltesiska","Mongolian":"mongoliska","Maori":"maori","Malay (macrolanguage)":"malajiska","Burmese":"burmesiska","Nauru":"nauruanska","Navajo":"navajo","South Ndebele":"sydndebele","North Ndebele":"nordndebele","Ndonga":"ndonga","Nepali (macrolanguage)":"nepali","Dutch":"nederländska","Norwegian Nynorsk":"nynorska","Norwegian Bokmål":"bokmål","Norwegian":"norska","Nyanja":"chichewa","Occitan":"occitanska","Ojibwa":"ojibwa","Oriya (macrolanguage)":"oriya","Oromo":"oromo","Ossetian":"ossetiska","Panjabi":"punjabi","Pakistan Sign Language":"pakistanskt teckenspråk","Polish":"polska","Portuguese":"portugisiska","Pushto":"pashto","Quechua":"quechua","Romansh":"rätoromanska","Romanian":"rumänska","Russian Sign Language":"ryskt teckenspråk","Rundi":"kirundi","Russian":"ryska","Sango":"sango","Saudi Arabian Sign Language":"saudiarabiskt teckenspråk","South African Sign Language":"sydafrikanskt teckenspråk","Sinhala":"singalesiska","Slovak":"slovakiska","Slovenian":"slovenska","Northern Sami":"nordsamiska","Samoan":"samoanska","Shona":"shona","Sindhi":"sindhi","Somali":"somaliska","Southern Sotho":"sesotho","Spanish":"spanska","Albanian":"albanska","Sardinian":"sardiska","Serbian":"serbiska","Swati":"siSwati","Sundanese":"sundanesiska","Swahili (macrolanguage)":"swahili","Swedish":"svenska","Swedish Sign Language":"svenskt teckenspråk","Tahitian":"tahitiska","Tamil":"tamil","Tatar":"tatariska","Telugu":"telugu","Tajik":"tadzjikiska","Tagalog":"tagalog","Thai":"thai","Tigrinya":"tigrinska","Klingon":"klingon","Tonga (Tonga Islands)":"tonganska","Tswana":"setswana","Tsonga":"tsonga","Turkmen":"turkmeniska","Turkish":"turkiska","Twi":"twi","Uighur":"uiguriska","Ukrainian":"ukrainska","Urdu":"urdu","Uzbek":"uzbekiska","Venda":"venda","Vietnamese":"vietnamesiska","Walloon":"vallonska","Wolof":"wolof","Xhosa":"xhosa","Yiddish":"jiddisch","Yoruba":"yoruba","Zhuang":"zhuang","Chinese":"kinesiska","Zulu":"zulu"} \ No newline at end of file {"Music":"Musik","Films":"Filmer","Vehicles":"Fordon","Art":"Konst","Sports":"Sport","Travels":"Resor","Gaming":"Spel","People":"Människor","Comedy":"Komedi","Entertainment":"Underhållning","News & Politics":"Nyheter och politik","How To":"Instruktioner","Education":"Utbildning","Activism":"Aktivism","Science & Technology":"Vetenskap och teknik","Animals":"Djur","Kids":"Barn","Food":"Mat","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Share Alike","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Public Domain Dedication":"Public Domain Dedication","Public":"Offentlig","Unlisted":"Olistad","Private":"Privat","Published":"Publicerad","To transcode":"Att omkoda","To import":"Att importera","Pending":"I kö","Success":"Lyckades","Failed":"Misslyckades","This video does not exist.":"Videon finns inte.","We cannot fetch the video. Please try again later.":"Vi kan inte hitta videon just nu. Försök gärna igen senare.","Sorry":"Vi beklagar","This video is not available because the remote instance is not responding.":"Videon är inte tillgänglig eftersom fjärrinstansen inte svarar.","Misc":"Diverse","Unknown":"Okänd","Afar":"Afar","Abkhazian":"Abchaziska","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amhariska","Arabic":"Arabiska","Aragonese":"Aragonska","American Sign Language":"Amerikanskt teckenspråk","Assamese":"Assamesiska","Avaric":"Avariska","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azerbajdzjanska","Bashkir":"Basjkiriska","Bambara":"Bambara","Belarusian":"Vitryska","Bengali":"Bengali","British Sign Language":"Brittiskt teckenspråk","Bislama":"Bislama","Tibetan":"Tibetanska","Bosnian":"Bosniska","Breton":"Bretonska","Bulgarian":"Bulgariska","Brazilian Sign Language":"Brasilianskt teckenspråk","Catalan":"Katalanska","Czech":"Tjeckiska","Chamorro":"Chamorro","Chechen":"Tjetjenska","Chuvash":"Tjuvasjiska","Cornish":"Korniska","Corsican":"Korsikanska","Cree":"Cree","Czech Sign Language":"Tjeckiskt teckenspråk","Chinese Sign Language":"Kinesiskt teckenspråk","Welsh":"Kymriska","Danish":"Danska","German":"Tyska","Dhivehi":"Divehi","Danish Sign Language":"Danskt teckenspråk","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Modern grekiska (1453–)","English":"Engelska","Esperanto":"Esperanto","Estonian":"Estniska","Basque":"Baskiska","Ewe":"Ewe","Faroese":"Färöiska","Persian":"Persiska","Fijian":"Fijianska","Finnish":"Finska","French":"Franska","Western Frisian":"Västfrisiska","French Sign Language":"Franskt teckenspråk","Fulah":"Fula","Scottish Gaelic":"Skotsk gäliska","Irish":"Iriska","Galician":"Galiciska","Manx":"Manx","Guarani":"Guaraní","German Sign Language":"Tyskt teckenspråk","Gujarati":"Gujarati","Haitian":"Haitisk kreol","Hausa":"Hausa","Serbo-Croatian":"Serbokroatiska","Hebrew":"Hebreiska","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri motu","Croatian":"Kroatiska","Hungarian":"Ungerska","Armenian":"Armeniska","Igbo":"Igbo","Sichuan Yi":"Sichuan Yi","Inuktitut":"Inuktitut","Indonesian":"Indonesiska","Inupiaq":"Iñupiaq","Icelandic":"Isländska","Italian":"Italienska","Javanese":"Javanesiska","Lojban":"Lojban","Japanese":"Japanska","Japanese Sign Language":"Japanskt teckenspråk","Kalaallisut":"Kalaallisut","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Georgiska","Kanuri":"Kanuri","Kazakh":"Kazakiska","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Rwanda","Kirghiz":"Kirgiziska","Komi":"Komi","Kongo":"Kikongo","Korean":"Koreanska","Kuanyama":"Kuanyama","Kurdish":"Kurdiska","Lao":"Lao","Latvian":"Lettiska","Limburgan":"Limburgiska","Lingala":"Lingala","Lithuanian":"Litauiska","Luxembourgish":"Luxemburgiska","Luba-Katanga":"Luba-Katanga","Ganda":"Luganda","Marshallese":"Marshallesiska","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Makedonska","Malagasy":"Malagassiska","Maltese":"Maltesiska","Mongolian":"Mongoliska","Maori":"Maori","Malay (macrolanguage)":"Malajiska","Burmese":"Burmesiska","Nauru":"Nauruanska","Navajo":"Navajo","South Ndebele":"Sydndebele","North Ndebele":"Nordndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali","Dutch":"Nederländska","Norwegian Nynorsk":"Nynorska","Norwegian Bokmål":"Bokmål","Norwegian":"Norska","Nyanja":"Chichewa","Occitan":"Occitanska","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya","Oromo":"Oromo","Ossetian":"Ossetiska","Panjabi":"Panjabi","Pakistan Sign Language":"Pakistanskt teckenspråk","Polish":"Polska","Portuguese":"Portugisiska","Pushto":"Pashto","Quechua":"Quechua","Romansh":"Rätoromanska","Romanian":"Rumänska","Russian Sign Language":"Ryskt teckenspråk","Rundi":"Kirundi","Russian":"Ryska","Sango":"Sango","Saudi Arabian Sign Language":"Saudiskt teckenspråk","South African Sign Language":"Sydafrikanskt teckenspråk","Sinhala":"Singalesiska","Slovak":"Slovakiska","Slovenian":"Slovenska","Northern Sami":"Nordsamiska","Samoan":"Samoanska","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somaliska","Southern Sotho":"Sesotho","Spanish":"Spanska","Albanian":"Albanska","Sardinian":"Sardiska","Serbian":"Serbiska","Swati":"SiSwati","Sundanese":"Sundanesiska","Swahili (macrolanguage)":"Swahili","Swedish":"Svenska","Swedish Sign Language":"Svenskt teckenspråk","Tahitian":"Tahitiska","Tamil":"Tamil","Tatar":"Tatariska","Telugu":"Telugu","Tajik":"Tadzjikiska","Tagalog":"Tagalog","Thai":"Thai","Tigrinya":"Tigrinska","Klingon":"Klingon","Tonga (Tonga Islands)":"Tonganska","Tswana":"Setswana","Tsonga":"Tsonga","Turkmen":"Turkmeniska","Turkish":"Turkiska","Twi":"Twi","Uighur":"Uiguriska","Ukrainian":"Ukrainska","Urdu":"Urdu","Uzbek":"Uzbekiska","Venda":"Venda","Vietnamese":"Vietnamesiska","Walloon":"Vallonska","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Jiddisch","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Kinesiska","Zulu":"Zulu"} \ No newline at end of file